.case-studies-bg {
    background-image: url(../images/case_studies/casestudies_banner.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    margin-top: 115px;
    /* background-position: 50%; */
}

.case_studies_heading a {
    font-family: "Arial";
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 1.4;
}

.case_studies_heading {
    margin-bottom: 14px;
}

.case_studies_topic {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    color: #495057;
    margin-top: 10px;
    font-family: "Arial";
}

.case_studies_img img {
    width: 100%;
}

.case_studies_details {
    background: #f0f0f0;
    padding: 17px;
}

.case_name,
.case_date {
    font-family: "Arial";
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    font-size: 15px;
    /* color: #1f7ced; */
    color: #495057;
}