/*#region --------------------- HOME --------------------- */
#about-section {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 50px 40px 50px;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#about-section-header {
    text-align: start;
    margin-bottom: 50px;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 800;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
}

#about-section-text {
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
}

#about-section-img-holder {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    width: 80%;
}

#about-section-img {
    padding: 0px 25px;
    width: 45%;
    object-fit: cover;
    object-position: 50% 50%;
}

#about-panel-holder {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.about-panel {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.about-panel-text-holder {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    width: 60%;
}

#about-panel-img {
    padding-right: 50px;
    width: 30%;
    object-fit: cover;
    object-position: 50% 50%;
}

.about-name {
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 800;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
}

.about-title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 800;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
}

.about-info {
    padding-top: 25px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
}

#about-section-button {
    text-decoration: none;
    text-align: center;
    margin-bottom: 50px;
    padding: 8px 35px;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 800;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #06022F;
}

@media only screen and (max-width: 450px) {
    #about-section {
        position: relative;
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 100%;
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
        box-sizing: border-box;
    }
    
    #about-section-header {
        text-align: start;
        margin-bottom: 20px;
        font-family: Montserrat;
        font-size: 30px;
        font-weight: 800;
        width: 100%;
        color: rgba(255, 255, 255, 0.9);
    }
    
    #about-section-text {
        margin-bottom: 15px;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        color: rgba(255, 255, 255, 0.9);
    }
    
    #about-section-img-holder {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
    }
    
    #about-section-img {
        padding: 0px 15px;
        width: 45%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    #about-panel-holder {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        padding: 0px 50px;
        width: 100%;
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
        box-sizing: border-box;
    }
    
    .about-panel {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        padding: 40px 0px;
        width: 100%;
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
        box-sizing: border-box;
    }
    
    .about-panel-text-holder {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        padding-top: 15px;
        padding-left: 0px;
        width: 100%;
    }
    
    #about-panel-img {
        padding-right: 00px;
        width: 80%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    .about-name {
        font-family: Montserrat;
        font-size: 30px;
        font-weight: 800;
        width: 100%;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .about-title {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 800;
        width: 100%;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .about-info {
        padding-top: 15px;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        color: rgba(255, 255, 255, 0.9);
    }
    
    #about-section-button {
        text-decoration: none;
        text-align: center;
        margin-bottom: 20px;
        padding: 8px 25px;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 800;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.9);
        color: #06022F;
    }
}
/*#endregion*/