.case_study p:last-child {
	margin-bottom: 0;
}
.case_study .main {
    background: #000 ;
}
.case_study .main::after {
    z-index: 0;
}

.case_study .main .wrapper {
    position: relative;
    z-index: 1;
}
.case-study .main .heading {
    max-width: 800px;
}
.case_study .main .hero-image {
    height: 150px;
}

.case_study .main .hero-image:after {
	content: none;
}

.case_study .main .hero-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media only screen and (min-width: 1000px) {
    .case_study .main{
        max-height: 650px;
        margin-bottom: 130px;
    }
    .case_study .main .heading {
        margin-bottom: 60px;
    }
    
    .case_study .main .hero-image {
        height: 300px;
    }
}

@media only screen and (min-width: 1300px) {
    .case_study .main{
        max-height: 700px;
    }
    .case_study .main .hero-image {
        height: 350px;
    }
}

@media screen and (min-width: 1600px){
    .case_study .main{
        max-height: 750px;
    }
    .case_study .main .heading {
        max-width: 960px;
    }
    
    .case_study .main .heading h1 {
        letter-spacing: -1px;
    }
    
    .case_study .main .hero-image {
        max-width: 900px;
    }
}