.slick-slide {
    height: auto;
}

.footer_side.right_side {
    text-align: right;
}

.case-study-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
    margin-bottom: 5rem;
}

.case-study-text__right,
.case-study-text__left {
    max-width: 49%;
}

.case-study-text__right {
    width: 49rem;
}


.case-study {
    width: 107rem;
    max-width: 100%;
    margin: 0 auto;
}

.case-study__video {
    display: block;
    position: relative;
    line-height: 0;
}

.case-study__video img {
    width: 100%;
}

.case-study__video:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
}

.case-study__column {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    background: #EBEEF8;
}

.case-study__column-item {
    width: 33.333%;
    padding: 2.5rem;
    text-align: center;
    border-right: 1px solid rgba(148, 153, 175, 0.2);
}

.case-study__column-item:last-child {
    border-right: 0;
}

.case-study__column-item-title {
    font-weight: 500;
    font-size: 1.6rem;
    color: #9499AF;
    margin-bottom: 3px;
}

.case-study__column-item-main {
    font-weight: 700;
    font-size: 2.5rem;
    font-family: Inter-Bold;
    color: #1B263A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.case-study__column-item-main svg {
    margin-left: 1rem
}
.case-study__column-item-main svg path {
    fill:#81BC5D !important;
}
.wwd_heading .main_title {
    align-self: center;
}


.contact-group {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
}

.contact-group .main_title_wrapper {
    max-width: 100%;
    margin: 0;
}
.nav_link{
    color:#fff;
}

@media screen and (max-width: 767px) {

    .case-study-text__right,
    .case-study-text__left {
        width: 100%;
        max-width: 100%;
    }

    .case-study-text__left+* {
        margin-top: 3rem;
    }

    .case-study__column-item {
        padding: 2rem 1.5rem;
    }

    .about_side.image_side {
        max-width: 62rem;
        margin: 0 auto;
    }

    .about_side.image_side+* {
        margin-top: 3rem;
    }

    .contact-group {
        flex-direction: column;
    }

    .contact-group .main_title_wrapper {
        width: 100%;
    }

    .contact-group .about_side.image_side {
        max-width: 62rem;
        margin: 0 auto;
        width: auto !important;
    }
}

@media screen and (max-width: 600px) {
    .footer_side.right_side {
        text-align: center;
    }
}

@media screen and (max-width:560px) {
    .case-study__column-item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(148, 153, 175, 0.2);
    }

    .case-study__column-item:last-child {
        border-bottom: 0;
    }
}