@charset "UTF-8";
.top-area.single-page.about_header{
    height: auto;
    position: absolute;
}
.about_section{
    background-color: #725c48;
}
.about_block{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.about_top_img{
    width: 55%;
}
.about_top_title{
    width: 40%;
    color: #d3b467;
    margin-top: 17%;
    letter-spacing: 0.2em;
}
.about_top_title h2,
.about_top_title h3{
    color: #d3b467;
}
.about_top_title h2{
    font-weight: 400;
}
.about_top_title h3{
    font-weight: 400;
}
.about_bottom_img{
    width: 55%;
    text-align: right;
}
.about_bottom_title{
    width: 40%;
    color: #f9efda;
    margin-left: 5%;
    letter-spacing: 0.1em;
}
.about_bottom_title > *{
    max-width: 360px;
}
.about_bottom_title > h4{
    font-weight: 400;
    line-height: 1.5em;
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .about_bottom_title{
        margin-left: 30px;
    }
}
@media (max-width: 991px){
    .navbar-header{
        background-color: rgba(109, 120, 105, 0.9);
    }
    .about_section > .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .about_block{
       flex-direction: column; 
       gap: 50px;
    }
    .about_top_img,
    .about_bottom_img{
        width: 100%;
    }
    .about_top_img{
        padding-right: 10%;
    }
    .about_bottom_img{
        padding-left: 10%;
    }
    .about_top_title,
    .about_bottom_title{
        width: 100%;
        padding: 0 10%;
        margin: 0;
    }
    .about_bottom_title{
        margin-top: 50px;
    }
    .about_top_title h2{
        font-size: 23px;
    }
    .about_top_title h3{
        font-size: 18px;
    }
    .about_bottom_title h3{
        font-size: 22px;
    }
    .about_bottom_title h4{
        font-size: 16px;
    }
}