.item-desc p {
    /* margin-top: 20px; */
    font-size: 15px;
    color: #888;
    font-weight: 400;
    text-align: justify;
}
@media screen and (max-width:768px){
    .slide{
        height:500px !important;
    }
    .aboutimg{
        text-align:center;
    }
}
@media screen and (max-width:767px){
    .slide{
        height:260px !important; 
    }
}
@media screen and (max-width:320px){
    .slide {
        height: 200px !important;
    }
}