@media screen and (min-width:992px){
   .hide-on-desktop {
    display:none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
}

@media screen and (max-width:600px){
.image1 {
    display: none;
    
}
.hide-on-desktop {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
}