.first_section_case_signle_boxes .image-href {
    display: block;
    width: 400px;
    overflow: hidden;
    transition: all 300ms ease;
}

.first_section_case_signle_boxes .image-href:hover img {
    transform: scale(1.1);
}

.first_section_case_signle_boxes .image-href img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
}

.second_section__insights_left {
    bottom: -106px;
}

.second_section__insights_underline {
    background: #631837;
}

.fourth_section__insights_input input:focus {
    outline: none !important;
    border: 1px solid #631837;
}

/* first section case studies*/

.btn_container p {
    color: #631837;
    border-radius: 45px;
    padding: 6px 31px 7px;
    border: 2px solid #631837;
    margin-right: 15px;
    display: inline-block;
}

.btn_container p.active {
    background-color: #631837;
    color: white;
}

.first_section_case_studies .container {
    max-width: 1484px;
}

.first_section_case_studies {
    padding-top: 50px;
    padding-bottom: 103px;
}

.research_results_first_section_case {
    font-family: 'Alliance No.1';
    font-size: 18px;
    color: #C4C4C4;
    margin-bottom: 25px;
}

.first_section_case_signle_boxes {
    display: flex;
    margin-bottom: 30px;
}

.first_section_case_signle_boxes_content {
    background-color: white;
    width: 80%;
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.first_section_case_signle_boxes_content h4 {
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 32px;
    line-height: 1.2;
    color: #16000A;
}

.first_section_case_signle_boxes_content_a a {
    font-family: 'Alliance No.1';
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #16000A;
}

.first_section_case_studies_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: 6px 32px 9px 32px;
    transition: all .4s ease;
}

.first_section_case_studies_a a:hover {
    background-color: #631837;
    color: #fff;
    text-decoration: none;
}

.first_section_case_studies_a {
    text-align: center;
    margin-top: 56px;
}

.first_section_signle_case .container {
    max-width: 812px;
}

.first_section_case_signle_boxes_content_a a {
    font-family: 'Alliance No.1';
    font-size: 16px;
    line-height: 19px;
    color: #16000A;
    position: relative;
    transition: all .4s ease;
    width: fit-content;
}

.first_section_case_signle_boxes_content_a a:before {
    content: "\A";
    width: 6px;
    height: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: black;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
}

.first_section_case_signle_boxes_content_a a:hover {
    color: #16000A;
    text-decoration: none;
    padding-left: 15px;
}

.first_section_case_signle_boxes_content_a a:hover:before {
    opacity: 1;
}

.second_section__insights_featured {
    border-radius: 45px;
    padding: 6px 32px 9px 32px;
    display: inline;
    text-transform: uppercase;
    background-color: #2B7272;
}

.second_section__insights_featured:hover {
    opacity: 0.7;
    transition: 0.4s all ease;
}

.second_section__insights_right_a a {
    font-family: 'Alliance No.1';
    font-size: 16px;
    line-height: 19px;
    color: white;
    position: relative;
    transition: all .4s ease;
    width: fit-content;
}

.second_section__insights_right_a a:after {
    content: "\A";
    width: 6px;
    height: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
}

.second_section__insights_right_a a:hover {
    color: white;
    text-decoration: none;
    padding-right: 15px;
}

.second_section__insights_right_a a:hover:after {
    opacity: 1;
}

.first_section_case_signle_boxes_content a {
    font-family: 'Alliance No.1';
    font-size: 16px;
    line-height: 19px;
    color: #16000A;
    position: relative;
    transition: all .4s ease;
    width: fit-content;
}

.first_section_case_signle_boxes_content__read_more a:before {
    content: "\A";
    width: 6px;
    height: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    border-radius: 50%;
    background: black;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
}

.first_section_case_signle_boxes_content .first_section_case_signle_boxes_content__a:hover {
    opacity: 0.7;
}

.first_section_case_signle_boxes_content__read_more a:hover {
    color: #16000A;
    text-decoration: none;
    padding-left: 15px;
}

.first_section_case_signle_boxes_content__read_more a:hover:before {
    opacity: 1;
}

.first_section_case_signle_boxes a:hover {
    text-decoration: none;
}

.second_section__insights {
    padding-top: 95px;
}

.second_section__insights {
    background-image: url(../images/case-studies-background-image.png);
}

.fifth_section_about_us_form h2 {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 65px;
    color: #16000A;
    margin-bottom: 20px;
    max-width: 540px;
}

.fifth_section_about_us .col-md-8 {
    padding-bottom: 100px;
    padding-top: 65px;
}

.fifth_section_about_us {
    padding-bottom: 200px;
}

.second_section__insights {
    padding-top: 54px;
}

@media (max-width: 1440px) {
    .first_section_case_studies .container,
    .second_section__insights .container {
        max-width: 1140px;
        padding: 0px 15px;
    }

    .first_section_case_signle_boxes_content h4 {
        font-size: 28px;
    }

    .first_section_case_studies {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .first_section_case_studies .container,
    .second_section__insights .container,
    .header .container,
    .footer .container {
        max-width: 960px;
        padding: 0px 15px;
    }

    .second_section__insights_left h1 {
        font-size: 65px;
        line-height: 88px;
    }

    .second_section__insights_right h2 {
        font-family: 'Satoshi';
        font-size: 44px;
        line-height: 61px;
        margin: 28px 0px;
    }

    .fifth_section_about_us .col-md-8 {
        padding-bottom: 100px;
        padding-top: 65px;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .second_section__insights_underline {
        margin-bottom: 80px;
    }

    .first_section_case_studies .container,
    .second_section__insights .container,
    .header .container,
    .footer .container {
        max-width: 720px;
        padding: 0px 15px;
    }

    .first_section_case_signle_boxes_content {
        background-color: white;
        width: 80%;
        padding: 30px 32px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .fifth_section_about_us .fifth_section_newsletter_form h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .fifth_section_about_us_form input {
        max-width: 500px;
    }

    .second_section__insights_right_a {
        margin-top: 40px;
    }

    .second_section__insights_right_a a {
        padding: 7px 32px;
        border: 2px solid white;
        border-radius: 45px;
    }
    .first_section_case_signle_boxes_content h4 {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .fifth_section_about_us .col-md-8,
    .first_section_case_studies .container,
    .second_section__insights .container,
    .header .container,
    .footer .container {
        max-width: 540px;
        padding: 0px 15px;
    }

    .first_section_case_signle_boxes img {
        padding: 0px;
    }

    .first_section_case_signle_boxes_content {
        background-color: white;
        width: 100%;
        padding: 17px 32px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .first_section_case_signle_boxes_content h4 {
        font-size: 23px;
    }

    .fifth_section_about_us_form input {
        max-width: 100%;
    }

    .col-md-8.fifth_section_newsletter_form {
        padding-left: 7px;
        padding-right: 9px;
    }

    .fifth_section_about_us_form input {
        width: 540px;
        margin: 0px auto;
        margin-bottom: 27px;
    }

    .second_section__insights_right h2 {
        font-family: 'Satoshi';
        font-size: 40px;
        line-height: 53px;
        margin: 28px 0px;
    }

    .second_section__insights_right_a {
        margin-bottom: 60px;
    }

    .second_section__insights_left h1 {
        font-size: 55px;
        line-height: 88px;
    }

    .second_section__insights_left p {
        font-family: 'Alliance No.1';
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 576px) {
    .fifth_section_about_us .col-md-8,
    .first_section_case_studies .container,
    .second_section__insights .container,
    .header .container,
    .footer .container {
        max-width: 100%;
        padding: 0px 15px;
    }

    .second_section__insights_left {
        width: 94%;
    }

    .second_section__insights_left h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .first_section_case_signle_boxes_content h4 {
        font-size: 20px;
    }

    .first_section_case_signle_boxes {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .first_section_case_signle_boxes .image-href {
        width: 100%;

    }

    .second_section__insights_left {
        bottom: -35px;
        padding: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 92%;
        padding: 26px 15px;
    }

    .fourth_section__insights_input {
        padding: 0px;
    }

    .fifth_section_about_us .fifth_section_newsletter_form h2 {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}
