
#main-section {
    max-width: 600px;
    margin: auto;
    margin-top: 100px;
    font-family: var(--alt-font-family);
}
.main-image{
    width: 100%;
    height: auto;
}

.section-title{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-weight: lighter;
}

.section-subtitle{
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
}

.section-paragraph{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
}

.section-paragraph .paragraph-row{
    display: flex;
    width: 100%;
}

.paragraph-icon{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paragraph-icon img{
    width: 30px;
    height: 30px;
}

.paragraph-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.paragraph label{
    
}

.paragraph-text p{
    margin: 0;
}


@media only screen and (min-width: 1441px){
    .main{
            height: 100%;
        }
}
