.about-wrapper {
  background: #f1f5da;
  color: #13203c;
}

.about-wrapper .about-container {
  padding: 64px;
  max-width: 1024px;
  margin: auto;
}

.about-wrapper .about-container .heading {
  font-size: 64px;
}

.about-wrapper .about-container .sub-heading {
  font-size: 32px;
  margin-bottom: 12px;
}
.about-wrapper .about-container .sub-heading {
  font-size: 32px;
  margin-bottom: 24px;
}
.about-wrapper .about-container p {
  line-height: 1.4;
  font-size: 18px;
}

@media (max-width: 768px) {
  .about-wrapper .about-container {
    padding: 48px;
  }
}

@media (max-width: 480px) {
  .about-wrapper .about-container {
    padding: 24px;
  }
}
