<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px) {
}

/*Ipad dá»c(768 x 1024)*/
@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
    overflow: hidden;
  }
}

/*Tablet nhá»(480 x 640)*/
@media screen and (max-width: 480px) {
  section {
    padding: 30px 0;
    overflow: hidden;
  }
  .section-title h2 {
    font-size: 24px;
    letter-spacing: 2.2px;
  }
  .section-title h3 {
    font-size: 18px;
    letter-spacing: 1.4px;
  }
  .swiper-client .swiper-slide img {
    width: 140px;
  }
  .swiper-client .swiper-slide p {
    font-size: 14px;
  }
  .teks-item img {
    width: 60px;
  }
  .teks-item h2 {
    font-size: 16px;
  }
  .section-title {
    padding-bottom: 20px;
  }
  #teks1 .col-lg-7 {
    text-align: center;
  }
}

/*Iphone(480 x 640)*/
@media screen and (max-width: 320px) {
}

/*Smart phone nhá»*/
@media screen and (max-width: 240px) {
}
</pre></body></html>