.whyus-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.whyus-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.whyus-left img {
  width: 100%;
  border-radius: 8px;
}

.whyus-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
}

.whychooseus-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.whychooseus-container h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #32457e;
}

.whychooseus-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.whychooseus-content div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: 18px;
  font-weight: 550;
  color: #444444;
}

.ourfacility-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ourfacility-content h1 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #32457e;
}

.propuler-content {
  padding: 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  border: 1px solid #00000029;
  border-radius: 8px;
}

.propuler-content img {
  height: 3.5rem;
}

.propuler-content-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.propuler-content-text h1 {
  font-size: 1.2rem;
  font-size: 600;
  color: #32457e;
}

.propuler-content-text h3 {
  font-size: 18px;
  color: #777777;
}

@media (max-width: 1400px) {
  .whychooseus-container {
    gap: 1rem;
  }
  .ourfacility-content h1 {
    font-size: 1.7rem;
  }
  .whychooseus-container h1 {
    font-size: 1.7rem;
  }
  .whyus-right {
    gap: 0.5rem;
  }
  .ourfacility-content {
    gap: 0.5rem;
  }
  .propuler-content img {
    height: 3.5rem;
  }

  .propuler-content-text h1 {
    font-size: 1.2rem;
  }

  .propuler-content-text h3 {
    font-size: 17px;
    font-weight: 500;
  }
}

@media (max-width: 1300px) {
  .ourfacility-content h1 {
    font-size: 1.5rem;
  }
  .whychooseus-container h1 {
    font-size: 1.5rem;
  }
  .propuler-content img {
    height: 3.6rem;
  }
  .propuler-content-text {
    gap: 0;
  }

  .propuler-content-text h1 {
    font-size: 1.2rem;
  }

  .propuler-content-text h3 {
    font-size: 17px;
    font-weight: 500;
  }
}

@media (max-width: 1200px) {
  .whyus-container {
    gap: 1rem;
  }
  .ourfacility-content h1 {
    font-size: 1.2rem;
  }
  .whychooseus-container h1 {
    font-size: 1.2rem;
  }
  .whychooseus-content img {
    height: 1rem;
  }
  .whychooseus-content div {
    font-size: 16px;
    font-weight: 500;
  }
  .ourfacility-content {
    gap: 0.5rem;
  }
  .propuler-content {
    padding: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .propuler-content img {
    height: 2.5rem;
  }

  .propuler-content-text h1 {
    font-size: 1rem;
  }

  .propuler-content-text h3 {
    font-size: 15px;
    font-weight: 500;
  }
}

@media (max-width: 1000px) {
  .whychooseus-container {
    gap: 0.5rem;
  }
  .whychooseus-content div {
    font-size: 14px;
    font-weight: 500;
  }
  .whychooseus-content {
    gap: 0.5rem;
  }
  .propuler-content img {
    height: 2rem;
  }

  .propuler-content-text h1 {
    font-size: 0.8rem;
  }

  .propuler-content-text h3 {
    font-size: 13px;
    font-weight: 500;
  }
  .propuler-content-text {
    gap: 0;
  }
}

@media (max-width: 800px) {
  .ourfacility-content h1 {
    font-size: 1.1rem;
  }
  .whychooseus-container h1 {
    font-size: 1.1rem;
  }
  .whychooseus-content img {
    height: 0.8rem;
  }
  .propuler-content-text h1 {
    font-size: 0.7rem;
  }

  .propuler-content-text h3 {
    font-size: 11px;
    font-weight: 400;
  }
}

@media (max-width: 600px) {
  .whyus-container {
    flex-direction: column-reverse;
  }
  .whyus-left {
    width: 100%;
  }
  .whyus-right {
    width: 100%;
  }
  .whychooseus-content img {
    height: 0.7rem;
  }
  .propuler-content-text h1 {
    font-size: 1rem;
  }

  .propuler-content-text h3 {
    font-size: 14px;
    font-weight: 400;
  }
}
