/* ================ start about section =============== */

.about-section {
  background-image: url("../images/Group\ 4.png");
  background-repeat: repeat-x;
  background-size: cover;
  padding: 196px 0;
}

.main-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 153%;
  color: var(--text-colo);
}
.main-description {
  font-weight: 400;
  font-size: 22px;
  line-height: 170%;
}

/* ================ end about section =============== */
/* ================ start ourvalues-section section =============== */
.ourvalues-section {
  background-image: url("../images/Group\ 4.png");
  background-repeat: repeat-x;
  background-size: cover;

  background-color: #e6e1d2;
}

.value-card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  border-radius: 32px;
  padding: 34px 24px;
}

.ourvalues-description {
  background-color: #fbf9f7;
  padding: 24px;
  font-size: 16px;
  border-radius: 24px;
  line-height: 28px;
  border: 1px solid #f6f6f6;
  color: #3a4042;
  text-align: right;
}

.main-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 153%;
  color: var(--text-color-secondary);
}
/* ================ end ourvalues-section section =============== */
@media (max-width: 992px) {
  /* ================ start about section =============== */
  .about-section {
    padding: 96px 0;
  }
  .main-title {
    font-size: 32px;
  }
  .main-description {
    font-size: 16px;
  }
  .main-subtitle {
    font-size: 20px;
  }
  /* ================ end about section =============== */
}
