.product_details-block p {
  margin-bottom: 0 !important;
}

.product_details__figure {
  aspect-ratio: 279 / 242;
}

.product_details__figure img {
  object-fit: cover;
  object-position: top center;
}

.detail_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.double_text_gap .d_text_gap {
  margin-bottom: 40px !important;
}

@media (max-width: 768px) {
  .double_text_gap .d_text_gap {
    margin-bottom: 20px !important;
  }
}
