.collection-hero__image-container img{
    border-radius: 20px;
    margin-bottom: 15px;
}
.collection-hero__description{
    color: rgba(var(--color-foreground),.5);
}
@media (max-width: 767px){
.collection-hero__image-container img{
    border-radius: 20px;
    margin-bottom: 15px;
  display:none;
}
}