.choose-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-right: -200px;
}

.icon-box-content h4 {
    font-size: 20px;
}

.abt {
    font-family: great vibes;
    font-size: 32px;
}


/*MOBILE VIEW START*/


/* (min-width:480px) (max-width:767px) */

@media only screen and (max-width:767px) {
    .choose-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        margin-right: 1px !important;
    }
    .abt {
        font-family: great vibes;
        font-size: 25px;
    }
}