.component_page .container
{
    padding: 100px 0;
}
.banner
{
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    padding-bottom: +30px;
}
.banner h1
{
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #49331e;
    font-weight: bold;
}
.banner .text
{
    font-size: 20px;
    margin-bottom: 40px;
}
.banner .buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.banner .button
{
    font-weight: bold;
    font-size: 20px;
    padding: 7px 20px;
    max-width: 300px;
}
.banner .button_white
{
    color: #c5925b !important;
    border: 2px solid #c5925b !important;
}
.component_page h2
{
    color: #8d755b;
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: bold;
}
.component_page h3
{
    color: #8d755b;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
}
.content_top
{
    background: #faf7f0;
    border-radius: 30px;
    margin-top: -30px;
    padding-bottom: +30px;
    box-shadow: 0 0px 12px 0px #afafaf;
    font-size: 18px;
}
.content_top .boxs
{
    margin-top: 30px;
    margin-bottom: 50px;
}
.content_top .boxs>div
{
    padding: 10px;
}
.content_top .boxs .box
{
    background: #eee7dd;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.content_top .boxs .title
{
    color: #675646;
    font-weight: bold;
    font-size: 22px;
}
.content_top .boxs .text
{
    color: #48321b;
    margin: 20px 0;
}
.content_top .img_with_text
{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 50px;
}
.content_top .img_with_text img
{
    max-width: 100%;
    width: 350px;
    border-radius: 20px;
}
.content_bottom
{
    background: #fef1e1;
    margin-top: -30px;
    font-size: 18px;
    border-radius: 30px;
    box-shadow: 0 0px 12px 0px #afafaf;
}
.content_bottom .boxs>div
{
    padding: 10px;
}
.content_bottom .boxs .box
{
    background: #f6e5d3;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.content_bottom .boxs .title
{
    color: #675646;
    font-weight: bold;
    font-size: 22px;
}
.content_bottom .boxs .text
{
    color: #48321b;
    margin: 20px 0;
}
.content_bottom .cit
{
    border-left: 3px solid #795933;
    padding: 15px 10px;
    margin: 20px 0;
}
@media (max-width: 767px) {
    .content_top .img_with_text
    {
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .banner h1
    {
        font-size: 35px;
    }
    .banner .buttons {
        flex-direction: column;
    }
    .component_page h2
    {
        font-size: 25px;
    }
    .component_page h3
    {
        font-size: 20px;
    }
    .component_page .container
    {
        padding: 100px 20px;
    }
    .banner .text
    {
        font-size: 18px;
    }
    .content_top, .content_bottom
    {
        font-size: 15px;
    }
}
