.body-container.aboutus-page{
    height: auto;
    padding-top: 80px;
}

.row {
    align-items: center;
}

.body-container.aboutus-page .container-image-page{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.body-container.aboutus-page .container-image-page img{
    max-width: 100%;
    max-height: 100%;
}

.body-container.aboutus-page .container-title-page{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* height: 500px; */
    flex-direction: column;
    padding: 10px 0px;
}

.body-container.aboutus-page .container-title-page .block-text{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* height: 500px; */
    flex-direction: column;
    max-width: 450px;
}

.body-container.aboutus-page .container-title-page .block-text:not(:last-child){
    margin-bottom: 35px;
}

.body-container.aboutus-page .container-title-page .block-text:first-child span:nth-child(1){
    color: #D68F5F
}


.body-container.aboutus-page .container-title-page .block-text span:nth-child(1){
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 18px;
    color: #AF674E;
    margin-bottom: 20px;
}

.body-container.aboutus-page .container-title-page .block-text span:nth-child(2){
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #604C3E;
    font-family: 'glacial_indifferenceregular';
}