.our-history {
  text-align: center;
}

.our-history h4 {
  color: var(--color-primary);
  margin: 16px auto;
}

/* Added By Bhavya */

.gradientBox {
  padding: 24px;
}

/* End */

.our-vision {
    background: #f7f7f7;
}
.our-core {
  background: linear-gradient(0deg, #f3ebf65c, #e2beed) !important;
}

.our-core h2 {
  color: var(--color-heading);
  margin-bottom: 40px;
  text-align: center;
}
.grid-core-cards {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 16px;
}
.our-core-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
}
.our-core-card img {
  width: 100%;
  object-fit: fill;
  height: 240px;
  border-radius: 12px 12px 0 0;
}
.space-core-card h3 {
    font-size: 13px;
    color: #663999;
}

.our-core-card h4 {
  margin: 8px 0 8px;
  color: #000;
  font-size: 18px !important;
}
.space-core-card p {
    font-size: 16px !important;
}

.our-core-card p {
  font-size: 16px;
}

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

@media (max-width: 1024px) {
  .our-history h5 {
    margin: 24px auto 32px;
  }

  .grid-core-cards {
    grid-template-columns: auto;
    gap: 60px;
  }
  .our-core-card h5 {
    margin: 16px 0 8px;
  }

  /* Added by Bhavya */
  .gradientBox .row {
    --bs-gutter-y: 0px;
  }
  /* End */
}

@media (min-width: 601px) and (max-width: 1024px) {
  .grid-core-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    align-items: start;
  }

  .grid-core-cards > .our-core-card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 60%;
    max-width: 520px;
  }

  .our-core-card img {
    height: 240px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
  }

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

@media (max-width: 600px) {
  .our-history h4 {
    margin-top: 24px;
    margin-bottom: 28px;
  }
  .our-history h5 {
    font-size: 18px;
    margin: 24px auto 28px;
    color: var(--color-text);
  }
  .our-core h2 {
    font-size: 28px;
  }
  .grid-core-cards {
    gap: 24px 0;
  }
  .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;
  }

  .space-core-card {
    padding: 16px;
  }
  .grid-contact .w-100 {
    margin-bottom: 0 !important;
    padding: 0 0 24px 0;
  }
}

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

@media (min-width: 1100px) {
  /* Added By Bhavya */

  .sales-banner {
    height: 700px;
  }

  /* End */
}
