/* ✅ Section Base */
.transformation-section {
  background-color: #fcfcfb;
}

/* ✅ Image Styling */
.transformation-image,
.transformation-image-mobile {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
}


/* ✅ Responsive Typography */
@media (max-width: 991px) {
  
  .transformation-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .transformation-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .transformation-title {
    font-size: 1.4rem;
  }
}