.common-section-space {
  padding: 140px 0;
}
.our-history {
  text-align: center;
}
.our-history h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 95.2px */
  color: var(--color-heading);
}
.our-history h5 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  color: var(--color-primary);
  margin: 28px auto 40px;
}
.our-history p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  color: var(--color-text);
}
.our-vision {
  background: radial-gradient(
    114.81% 114.81% at 50% 4.72%,
    #e8eef7 15.93%,
    #fff 70.89%
  );
}
.our-core {
  background: #e8eff7;
}

.our-core h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 95.2px */
  color: var(--color-heading);
  margin-bottom: 80px;
  text-align: center;
}
.grid-core-cards {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 40px;
}
.our-core-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
}
.our-core-card img {
  width: 100%;
  object-fit: cover;
  height: 317px;
}

.our-core-card h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  color: var(--color-heading);
}

.our-core-card h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  margin: 28px 0 8px;
  color: var(--color-text);
}

.our-core-card p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  color: var(--color-text);
}

.space-core-card {
  padding: 28px;
}

@media (max-width: 1024px) {
  .common-section-space {
    padding: 120px 0;
  }
  .our-history h2 {
    font-size: 58px;
  }
  .our-history h5 {
    margin: 24px auto 32px;
  }
  .our-core h2 {
    font-size: 58px;
  }
  .grid-core-cards {
    grid-template-columns: auto;
    gap: 60px;
  }
  .our-core-card h5 {
    margin: 16px 0 8px;
  }
  .our-core-card img {
    height: auto;
  }
}

@media (max-width: 600px) {
  .common-section-space {
    padding: 80px 0;
  }
  .our-history h2 {
    font-size: 36px;
  }
  .our-history p {
    font-size: 20px;
  }
  .our-history h5 {
    font-size: 24px;
    margin: 24px auto 28px;
  }
  .our-core h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .grid-core-cards {
    gap: 40px;
  }
  .our-core-card h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 44.8px */
  }

  .our-core-card h5 {
    font-size: 20px;
    margin: 16px 0 8px;
  }

  .our-core-card p {
    font-size: 20px;
  }
  .space-core-card {
    padding: 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
.our-core-card h3 {
    font-size: 28px;
}
.our-core-card h5 {
    font-size: 20px;
}
}