.about-contact-section {
  padding: 100px 20px;
  background: #fff;
}

.about-contact-container {
  max-width: 1200px;
  margin: auto;
}

.about-contact-title {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #111;
  font-family: "montserrat", sans-serif;
}

.about-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.about-contact-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.about-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 24px;
  background: #fff;
}

.about-contact-left .about-card:nth-child(1) {
  background: #eef4ff;
  border-color: #bfd4ff;
}

.about-contact-left .about-card:nth-child(2) {
  background: #eafcf7;
  border-color: #91e4cf;
}

.about-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000000;
  font-family: "montserrat", sans-serif;
}

.about-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #6b717a;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 22px;
}

.about-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

.about-contact-right {
  height: 100%;
}

.right-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color:#F3F3F3 ;
}

.right-card img {
  height: 600px;
  object-fit: cover;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .about-contact-grid {
    grid-template-columns: 1fr;
  }

  .right-card img {
    height: auto;
  }

  .about-contact-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .about-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-contact-section {
    padding: 60px 16px;
  }

  .about-contact-title {
    font-size: 28px;
  }

  .about-card {
    padding: 18px;
  }

  .about-card h3 {
    font-size: 22px;
  }

  .about-card p {
    font-size: 15px;
  }
}
#post-26476 #test12 {
  background-color: #ffffff;
  padding: 60px 0;
  max-height: 253px;
}
#post-26476 #test12 h2 {
  text-align: center;
  color: #6b717a;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
