.bg-orange {
    background-color: #FFF2E9;
}

.c-s-l-container {
    padding: 50px 50px 0 50px;
    border-radius: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.bg-orange .h6-fw-25 {
    color: #8A3A00;
}

.c-s-l-container .h6-fw-25 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.c-s-l-container p {
    font-size: 26px !important;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.5;
}

.img-right picture {
    width: calc(100% + 50px);
}

.c-s-l-container.bg-sky {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-s-l-container.bg-sky .c-s-l-img picture {
    width: calc(100% + 50px);
}

.c-s-l-container.bg-sky .c-s-l-img picture img {
    width: 100%;
}

.c-s-l-container.bg-sky .c-s-l-img {
    padding-top: 0px;
}

.c-s-l-img.img-right img {
    width: 100%;
}

.c-s-l-img {
    margin-top: auto;
    padding-top: 40px;
}

.bg-blue {
    background-color: #E2ECFF;
}

.bg-blue .h6-fw-25 {
    color: #003DB3;
}

.c-s-l-wrap>.row>div {
    margin-bottom: 30px;
}

.case-studies-listing .col-md-12 .c-s-l-container {
    padding: 30px 50px 0 30px;
}

.c-s-l-container.bg-sky .c-s-l-text {
    padding-right: 100px;
}

.bg-sky {
    background-color: #DBF7F9;
}

.bg-sky .h6-fw-25 {
    color: #005861;
}

.bg-red {
    background-color: #FFF1F3;
}

.bg-red .h6-fw-25 {
    color: #DD0019;
}

.c-s-l-container.bg-sky .c-s-l-text,
.c-s-l-container.bg-sky .c-s-l-img {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.bg-green {
    background-color: #D2FAE8;
}

.bg-green .h6-fw-25 {
    color: #00723F;
}

@media (max-width: 1199px) {
    .c-s-l-container p {
        font-size: 20px !important;
    }
}

@media (max-width: 991px) {
    .c-s-l-container p {
        font-size: 18px !important;
    }

    .c-s-l-container.bg-sky .c-s-l-text {
        padding-right: 0px;
    }

    .c-s-l-container.bg-sky .c-s-l-img {
        padding-top: 40px;
    }

    .case-studies-listing .col-md-12 .c-s-l-container {
        padding: 30px 30px 0 30px;
    }

    .c-s-l-container.bg-sky .c-s-l-text,
    .c-s-l-container.bg-sky .c-s-l-img {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .c-s-l-container p {
        font-size: 16px !important;
    }

    .case-studies-listing .col-md-12 .c-s-l-container {
        padding: 20px 20px 0 20px;
    }
}