.img-wrap {
    padding-right: 5%;
    padding-left: 5%;
}

.img-content {
    position: relative;
    width: auto;
    height: 35vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.grid-wrap {
    padding-top: 140px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.div-wrap {
    position: relative;
    width: 21%;
    text-align: center;
}

.heading {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 85px;
    color: black;
    text-align: center;
    height: 46px;
}

.bold-paragraph {
    font-size: 18px;
    line-height: 18px;
    color: black;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    height: auto;
}

.first-text {
    font-size: 13x;
    line-height: 18px;
    padding-bottom: 25px;
    height: auto;
}

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

    .heading {
        font-size: 25px;
        padding-bottom: 100px;
    }

}

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

    .heading {
        font-size: 25px;
        padding-bottom: 100px;
    }

}  

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

    .grid-wrap {
        display: flex;
        flex-direction: column;
        padding-top: 60px;
    }

    .div-wrap{
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .heading{
        padding-bottom: 80px;
    }

    .img-wrap {
        padding-right: 0%;
        padding-left: 0%;
    }
    
}

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

    .heading {
        font-size: 25px;
        padding-bottom: 100px;
    }

} 

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

    .heading {
        font-size: 25px;
    }

    .bold-paragraph {
        width: 100%;
    }

}