/* หน้า 2 */

.img-sec2 {
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 575.98px) {
  .img-sec2 {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transform: scale(0.9);
  }
}

/* Small devices (sm) - มือถือทั่วไป (576px ขึ้นไป) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (md) - แท็บเล็ต (768px ขึ้นไป) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (lg)  */
@media (min-width: 992px) {
}

/* end หน้า2 */
