@media only screen and (min-width: 320px) and (max-width: 475px){
  .about_desc {
    padding: 15px !important;
  }
  .about_desc h3 {
    font-size: 22px !important;
    margin-top: 12px;
  }
  .about_desc p {
    margin-top: 12px;
    text-align: justify;
  }
  .profile-picture::after {
    position: absolute;
    content: '';
    bottom: 15px;
    right: 50px;
    width: 40px;
    height: 40px;
    background-color: #6FDA44;
    border: 7px solid #fff;
    border-radius: 50%;
  }
  .mt_6px {
    margin-top: 16px;
  }
  .product-image-slide-nxt-arrow.slick-arrow, .product-image-slide-prev-arrow.slick-arrow {
    top: 70px;
  }
}
