.our-propuler-service {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.propuler-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.propuler-left div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #777777;
  font-size: 18px;
  line-height: 22px;
}
.propuler-left h1 {
  font-size: 2rem;
  font-size: 600;
  color: #0090ea;
}

.propuler-left p {
  font-size: 18px;
  line-height: 22px;
  color: #777777;
}

.propuler-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.propuler-content {
  padding: 1rem;
  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-weight: 600;
  color: #0090ea;
}

.propuler-content-text h3 {
  font-size: 18px;
  color: #777777;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .propuler-content-text h1 {
    font-size: 1.1rem;
  }
  .propuler-content-text h3 {
    font-size: 17px;
  }
  .propuler-left div {
    gap: 0.5rem;
  }
  .propuler-content-text {
    gap: 0;
  }
  .propuler-left p {
    line-height: 23px;
  }
}

@media (max-width: 1300px) {
  .propuler-left p {
    font-size: 16px;
  }

  .propuler-left div {
    gap: 0.5rem;
    font-size: 16px;
    line-height: 20px;
  }

  .propuler-content img {
    height: 3.5rem;
  }

  .propuler-content-text h1 {
    font-size: 1.3rem;
  }

  .propuler-content-text h3 {
    font-size: 17px;
    font-weight: 500;
  }
  .propuler-right {
    gap: 0.3rem;
  }
}

@media (max-width: 1150px) {
  .propuler-left {
    gap: 0.6rem;
  }
  .propuler-left h1 {
    font-size: 1.3rem;
  }
  .propuler-left p {
    font-size: 15px;
    line-height: 20px;
  }
  .propuler-left div {
    gap: 0.5rem;
    font-size: 15px;
    line-height: 20px;
  }

  .propuler-content img {
    height: 3.2rem;
  }

  .propuler-content-text h1 {
    font-size: 1.2rem;
  }
  .propuler-content-text h3 {
    font-size: 16px;
  }
}

@media (max-width: 950px) {
  .propuler-left {
    gap: 0.2rem;
  }
  .propuler-right {
    gap: 1rem;
  }
  .propuler-left p {
    font-size: 14px;
    line-height: 18px;
  }
  .propuler-left div {
    gap: 0.5rem;
    font-size: 14px;
    line-height: 18px;
  }

  .propuler-content img {
    height: 3rem;
  }

  .propuler-content-text h1 {
    font-size: 1rem;
  }
  .propuler-content-text h3 {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .propuler-left h1 {
    font-size: 1.1rem;
  }
  .propuler-left p {
    font-size: 12px;
    line-height: 16px;
  }
  .propuler-left div {
    gap: 0.3rem;
    font-size: 12px;
    line-height: 16px;
  }
  .propuler-content {
    padding: 0.5rem;
  }
  .propuler-content img {
    height: 2.5rem;
  }
  .propuler-content-text h1 {
    font-size: 1rem;
  }
  .propuler-content-text h3 {
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  .our-propuler-service {
    flex-direction: column;
  }

  .propuler-left {
    width: 100%;
  }
  .propuler-right {
    width: 100%;
  }
}
