body.home .homeimage{
    object-fit: cover;
}
@media only screen and (max-width:1199px){
    .bottom-text h5.display-4{
        font-size: 34px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width:767px){
    .last-icon{
        display: none;
    }
}