@media screen and (max-width: 600px) {
  .corner-overlay {
            position: absolute;
            top:  30px;  /* Offset from the top */
            left: -10px; /* Offset from the right */
            width: 150px; /* Size of the corner overlay image */
            height: 150px;
            z-index:9999;
       
  }
}
@media screen and (min-width: 601px) {
.corner-overlay {
            position: absolute;
            top:  0px;  /* Offset from the top */
            left: 0px; /* Offset from the right */
            width: 250px; /* Size of the corner overlay image */
            height: 250px;
            z-index:9999;
        }
}

.reviews-content {
    border: #ED1C7B solid 10px!important;
    
}

        