.first_section_meet {
    padding: 240px 0px 141px 0px;
    background-color: #631837;
    background-image: url(../images/krugici.png);
    background-position-y: 40%;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    color: white;
}

.first_section_meet h1 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400px;
}

.first_section_meet p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    max-width: 812px;
    margin: 0px auto;
}


/* second-section-meet*/

.second_secton_meet {
    padding-top: 80px;
    padding-bottom: 96px;
}

.second_secton_meet .row {
    align-items: flex-start;
}

.second_secton_meet_box {
    text-align: center;
}

.second_secton_meet_box a {
    text-decoration: none;
}

.second_secton_meet_box h5 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #16000A;
    margin-bottom: 5px;
}

.second_secton_meet_box h5:hover {
    opacity: 0.7;
    transition: 0.4s all ease;
}

.third_section_meet_img img {
    width: 100%;
}

.second_secton_meet_box p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #16000A;
    margin-bottom: 34px;
}

.second_secton_meet .row {
    margin-bottom: 95px;
}

.second_secton_meet_a {
    text-align: center;
}

.second_secton_meet_icons {
    display: flex;
    justify-content: center;
}

.second_secton_meet_icons a {
    margin: 0 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #DDCDCA;
}

.second_secton_meet_a a {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #631837;
    border: 2px solid #631837;
    border-radius: 45px;
    padding: 7px 31px;
    font-weight: 400;
}

.second_secton_meet_a a:hover {
    color: #631837;
    text-decoration: none;
}


/* third-section-meet*/

.third_section_meet {
    background-color: #DDCDCA;
    padding: 97px 0px;
    margin-bottom: 190px;
}

.third_section_meet_box {
    padding-top: 81px;
    padding-left: 59px;
    padding-right: 50px;
}

.third_section_meet_box h2 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 48px;
    line-height: 55px;
    color: #16000A;
    margin-bottom: 40px;
}

.third_section_meet_box p {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #16000A;
    margin-bottom: 40px;
}

.third_section_meet_box a {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #631837;
    border: 2px solid #631837;
    border-radius: 45px;
    padding: 7px 31px;
    font-weight: 400;
}

.third_section_meet_box a:hover {
    color: #631837;
    text-decoration: none;
}

.third_section_meet_img {
    text-align: right;
}

.row {
    margin-right: 0px;
}

@media (max-width: 1200px) {
    .six_section__about_us_content {
        padding: 71px 52px 68px 110px;
    }
}

@media (max-width: 991px) {
    .six_section__about_us_content {
        padding: 71px 69px 68px 110px;
    }
}

.left_arrow_a,
.right_arrow_a {
    width: 40px;
    height: 40px;
    background-color: #DDCDCA;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
    margin: 0px 7px;
}

.right_path {
    fill: black;
}

.left_path {
    fill: black;
}

.six_section__about_us_content .middle_paragraf_contact_experts {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 70px;
}

.arhive_featured_image .circled_bg {
    width: 250px;
    margin: 0 auto 30px auto;
    position: relative;
    max-width: 100%;
}

.second_secton_meet_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.arhive_featured_image .circled_bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #DDCDCA;
}

.second_secton_meet_a a:hover,
.third_section_meet_box a:hover {
    background-color: #631837;
    color: white;
    transition: all 0.3s ease;
}

.second_secton_meet_box h5:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
}

.second_secton_meet_icons svg {
    fill: #16000A;
}

.second_secton_meet_icons a:hover > svg {
    fill: #DDCDCA;
    transition: 0.4s all ease;
}

.second_secton_meet_icons a:hover {
    background-color: #16000A;
}

.six_section_about_us {
    padding-top: 0;
    margin-top: 90px;
}

@media (max-width: 1440px) {
    .third_section_meet .container {
        max-width: 1140px;
        padding: 0px 15px;
    }

    .first_section_meet h1 {
        font-size: 60px;
    }

    .third_section_meet_box h2 {
        font-size: 48px;
        line-height: 55px;
    }

    .third_section_meet_box {
        padding-left: 0px;
    }

    .third_section_meet .col-md-6 {
        padding-right: 0px;
    }

    .footer-row .col-md-3 {
        padding-left: 15px;
    }
}

@media (max-width: 1200px) {
    .footer .container,
    .third_section_meet .container,
    .header .container {
        max-width: 960px;
        padding: 0px 15px;
    }

    .first_section_meet h1 {
        font-size: 55px;
    }

    .third_section_meet_box h2 {
        font-size: 44px;
        line-height: 55px;
    }

    .footer_first_part .footer_first_part_box_a {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .footer .container,
    .third_section_meet .container,
    .header .container {
        max-width: 720px;
        padding: 0px 15px;
    }

    .first_section_meet h1 {
        font-size: 50px;
    }

    .third_section_meet_box h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .arhive_featured_image .circled_bg:before {
        height: 221px;
    }

    .third_section_meet .row {
        flex-direction: row;
    }

    .third_section_meet_box {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 20px;
    }

    .first_section_meet {
        padding: 200px 0px 121px 0px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0px 15px;
    }

    .six_section_about_us .container {
        padding: 0;
    }

    .first_section_meet h1 {
        font-size: 45px;
    }

    .third_section_meet_box h2 {
        font-size: 36px;
        line-height: 55px;
    }

    .footer-row .col-md-3,
    .footer-row .col-md-2,
    .footer-row .col-md-1,
    .row.footer-row,
    .footer_sign__up {
        padding: 0px;
    }

    .row.footer-row {
        padding: 0px 15px;
        margin-right: -15px;
    }

    .third_section_meet_box a {
        color: white;
    }

    .hamburger_menu {
        padding: 15px 0px 15px 15px;
    }

    .footer {
        padding-right: 0px;
    }

    .second_secton_meet_box h5 {
        font-size: 22px;
        line-height: 28px;
    }

    .third_section_meet .col-md-6 {
        padding: 0px 15px;
    }
}

@media (max-width: 576px) {
    .row.footer-row {
        padding-left: 0px;
    }

    .first_section_meet h1 {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        margin-bottom: 53px;
    }

    .third_section_meet .row {
        margin-right: -15px;
        padding: 0 15px;
    }

    .third_section_meet_box h2 {
        font-size: 32px;
        line-height: 55px;
    }

    .first_section_meet {
        padding: 170px 0px 60px 0px;
    }

    .first_section_meet p {
        font-size: 16px;
        line-height: 20px;
    }

    .second_secton_meet_box h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .third_section_meet .col-md-6 {
        padding-left: 0px;
    }

    .third_section_meet_box {
        padding-right: 0px;
    }

    .third_section_meet_box h2 {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 27px;
    }

    .third_section_meet_box p {
        font-size: 16px;
        line-height: 20px;
    }

    .third_section_meet {
        background-color: #DDCDCA;
        padding: 52px 0px 42px 0px;
        margin-bottom: 190px;
    }

    .third_section_meet .col-md-6 {
        padding-right: 0px;
    }

    .six_section__about_us_content {
        padding: 44px 40px 0;
    }
}