.index_service {
    background-color: #b9153a;
    padding: 50px 0;
}

.index_service hr {
    background-color: #fff;
    height: 3px;
    width: 100%;
    margin: 30px 0;
}

.index_service h2 {
    font-size: 40px;
    color: #fff;
}

.index_service_ul li {
    width: 25%;
    padding: 0 20px;
    text-align: center;
}

.index_service_ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.index_service_ul li a:hover {
    color: #fff;
}

.index_insights {
    /* background-image: url(../images/insights_bg2.png); */
    /* background-size: cover;
    background-position: center; */
    background-color: #fff;
    position: relative;
}

.index_insights_bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -40%);
    width: 100%;
    height: 500px;
    background-color: #d8d8d8;
}

.index_insights_item {
    /* width: 360px; */
    width: 28%;
    height: 430px;
    position: relative;
    background-color: #af242d;
    cursor: pointer;
}

.index_insights_item_top {
    margin-bottom: 70px;
}

.index_insights_item_bottom {
    margin-bottom: 70px;
}

.index_insights_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms;
}

.index_insights_item:hover img {
    transform: translate(-15px, -15px);
}

.index_insights_item:hover .index_insights_item_overlay {
    transform: translate(-15px, -15px);
}

.index_insights_item:hover .index_insights_item_overlay hr {
    width: 100%;
}

.index_insights_box {
    flex-wrap: wrap;
    margin-top: 30px;

}

.insights_main_content {
    display: flex;
    justify-content: center;
}

.insights_flex_center_column_box {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    padding: 40px 0 20px 0;
}

.index_insights_item_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 50px 30px 30px 30px;
    box-sizing: border-box;
    transition: 300ms;
}

.index_insights_item_overlay hr {
    background-color: #b9153a;
    height: 5px;
    width: 80px;
    margin: 10px 0;
    transition: 300ms;
}

.index_insights_item_overlay h3 {
    line-height: 34px;
}

.index_career {
    background-image: url(../images/index_career_bg2.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 375px;
}

.index_career p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-top: 30px;
}

.index_career button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 25px;
    text-align: center;
    border: 2px solid #b9153a;
    background-color: transparent;
    color: #b9153a;
    outline: 0;
    margin-top: 30px;
    transition: 400ms;
}

.index_career button:hover {
    background-color: #b9153a;
    color: #fff;
}

.index_contact {
    width: 100%;
}

.index_contact_img {
    width: 40%;
    object-fit: cover;
    height: 320px;
}

.index_contact_left p {
    font-size: 18px;
    color: #4c4c4e;
    line-height: 28px;
    margin-top: 25px;
}

.index_contact_a {
    color: #b9153a;
}

.index_banner_container {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    width: 60%;
}

.index_banner {
    background-image: url('../images/banner2.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
}

.index_banner_text {
    width: 100%;
}

.index_banner_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
    line-height: 28px;
}

.index_banner_text button {
    background-color: #b9153a;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #b9153a;
    font-weight: 500;
    margin-top: 35px;
    cursor: pointer;
}

.career_title {
    color: #fff;
}

.career_button {
    background-color: #b9153a !important;
    color: #fff !important;
}

.index_contact_content {
    padding: 70px 0;
}

@media screen and (max-width: 767px) {
    .index_contact_img {
        width: 95%;
        object-fit: cover;
        height: 250px;
        margin-top: 10px;
    }

    .index_contact {
        padding: 15px;
        height: auto;
        box-sizing: border-box;
    }

    .index_banner_container {
        padding: 15px;
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
    }

    .index_banner h1 {
        font-size: 40px;
    }

    .index_banner_text p {
        font-size: 18px;
        margin-top: 15px;
        line-height: 24px;
    }

    .index_banner {
        height: 450px;
        margin-top: 80px;
        font-size: 0;
    }

    .index_banner_text button {
        padding: 10px 20px;
        margin-top: 25px;
    }

    .index_service {
        padding: 30px 15px;
    }

    .index_service h2 {
        font-size: 30px;
        text-align: center;
    }

    .index_service_ul {
        flex-wrap: wrap;
    }

    .index_service_ul li {
        width: 50%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .index_service_ul li a {
        font-size: 16px;
    }

    .index_service hr {
        height: 2px;
        margin: 15px 0;
    }

    .index_insights_item {
        width: 49%;
        height: 300px;
    }

    .index_insights_box {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .index_insights_item_overlay {
        font-size: 16px;
        padding: 20px 15px 15px 15px;
    }

    .index_insights_item_top,
    .index_insights_item_bottom {
        margin-bottom: 20px;
    }

    .insights_flex_center_column_box {
        padding: 15px 0 30px 0;
    }

    .index_career p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }

    .index_career button {
        padding: 10px 25px;
        margin-top: 15px;
    }

    .index_career {
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .index_insights_item_overlay h3 {
        line-height: 26px;
    }

    .index_insights_bg {
        height: 700px;
    }

    .index_contact_left p {
        font-size: 16px;
        line-height: 26px;
    }


}