.re-title {
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.018em;
  color: #5d6370;
  margin-bottom: 24px;
  color: #0c1529;
}

.re-para {
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.014em;
  color: #5d6370;
}
@media screen and (max-width: 768px) {
  .py-32 {
    padding-block: 10px;
  }
}
