section.section_first {
    height: 50vh;
}

.bg-gradient-custom {
    background: linear-gradient(to bottom, #000000, #1abc9c);
}


h3.caseStudy_Heading {
    font-size: 30px;
}

div.image_box {
    width: 100%;
    height: 17rem !important;
    overflow: hidden;
    border-radius: 10px;
}

div.image_box img {
    height: 100%;
    width: 100%;
}

span.time_text {
    color: #1abc9c;
    font-size: 13px;
    margin-bottom: 20px;
}

a.hover_box,
a.hover_box div.image_box img {
    transition: all 0.4s ease-in-out;
}

a.hover_box:hover {
    transform: scale(1.04);
}

.hover_box div.image_box img:hover {
    transform: scale(1.05);
}