/*=============================
About Dinshaw’s Section - Mobile First
===============================*/
.about-dinshaws {
  padding: 60px 15px;
  text-align: center;
  background: #fff;
  color: #de251e;
  font-family: "Amsi Pro", sans-serif;
}

/* Intro Text */
.about-intro {
  max-width: 100%;
  margin: auto;
  line-height: 1.6;
  font-weight: 600;
  font-size: 15px;
}
.about-intro .bold {
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0;
}

/* Icons Row */
.about-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 30px 0;
  flex-wrap: wrap;
}
.about-icons .icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(96%) saturate(4842%)
    hue-rotate(355deg) brightness(94%) contrast(95%);
}

/* YES Section */
.about-yes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: center;
}
.about-yes h2 {
  font-family: "Amsi Pro Condensed", sans-serif;
  font-weight: 900;
  font-size: 70px;
  margin: 0;
  color: #de251e;
  line-height: 1;
}
.about-yes .yes-text {
  max-width: 280px;
  padding-top: 10px;
  text-align: left;
}
.about-yes .yes-text .bold {
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.about-yes .yes-text .small {
  display: none;
}
.mobile-small-text {
  display: block;
  font-size: 11px;
  font-family: "Amsi Pro";
  font-weight: 600;
  line-height: 20px;
}

/*=============================
Responsive Styles - min-width
===============================*/

/* Tablet ≥ 768px */
@media (min-width: 426px) {
  .about-intro {
    font-size: 15px;
    max-width: 600px;
  }
  .about-intro .bold {
    font-size: 20px;
  }
  .about-icons {
    gap: 50px;
    margin: 60px 0;
  }
  .about-icons .icon img {
    width: 80px;
    height: 80px;
  }
  .about-yes {
    flex-direction: row;
    text-align: start;
    align-items: center;
    gap: 40px;
    max-width: 830px;
    margin: 0 auto;
  }
  .about-yes h2 {
    font-size: 150px;
  }
  .about-yes .yes-text {
    max-width: 60%;
  }
  .about-yes .yes-text .bold {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .about-yes .yes-text .small {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
  }
  .mobile-small-text {
    display: none;
  }
}

/* Tablet ≥ 768px */
@media (min-width: 768px) {
  .about-intro {
    font-size: 18px;
    max-width: 830px;
  }
  .about-intro .bold {
    font-size: 22px;
  }
  .about-icons {
    gap: 80px;
    margin: 60px 0;
  }
  .about-icons .icon img {
    width: 100px;
    height: 100px;
  }
  .about-yes {
    flex-direction: row;
    text-align: start;
    align-items: center;
    gap: 40px;
    max-width: 830px;
    margin: 0 auto;
  }
  .about-yes h2 {
    font-size: 250px;
  }
  .about-yes .yes-text {
    max-width: 50%;
  }
  .about-yes .yes-text .bold {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 3px;
  }
  .about-yes .yes-text .small {
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
  }
  .mobile-small-text {
    display: none;
  }
}

/* Desktop ≥ 1200px */
@media (min-width: 1200px) {
  .about-intro {
    font-size: 20px;
    max-width: 1030px;
  }
  .about-intro .bold {
    font-size: 25px;
  }
  .about-icons {
    gap: 150px;
  }
  .about-yes {
    max-width: 1030px;
  }
  .about-yes h2 {
    font-size: 320px;
  }
  .about-yes .yes-text {
    max-width: 50%;
    padding-left: 3rem;
    padding-top: 0;
  }
  .about-yes .yes-text .bold {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

/* Large Desktop ≥ 1600px */
@media (min-width: 1600px) {
  .about-intro {
    font-size: 25px;
    line-height: 35px;
    max-width: 1430px;
  }
  .about-intro .bold {
    font-size: 30px;
  }
  .about-icons {
    gap: 220px;
  }
  .about-yes {
    max-width: 1430px;
  }
  .about-yes .yes-text {
    max-width: 600px;
    padding-left: 4rem;
  }
  .about-yes h2 {
    font-size: 380px;
  }
  .about-yes .yes-text .bold {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 7px;
  }
  .about-yes .yes-text .small {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Ultra-wide ≥ 2560px */
@media (min-width: 2560px) {
  .about-dinshaws {
    padding: 100px 15px;
  }
  .about-icons {
    gap: 460px;
  }
  .about-icons .icon img {
    width: 190px;
    height: 190px;
  }
  .about-intro {
    font-size: 42px;
    line-height: 65px;
    max-width: 1930px;
  }
  .about-intro .bold {
    font-size: 50px;
  }
  .about-yes {
    max-width: 1930px;
  }
  .about-yes h2 {
    font-size: 40rem;
  }
  .about-yes .yes-text {
    max-width: 50%;
  }
  .about-yes .yes-text .bold {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 7px;
  }
  .about-yes .yes-text .small {
    font-size: 35px;
    line-height: 45px;
  }
}
