@media (min-width: 767px) {
  .two-grid-sec .row .two-grid-content {
    width: 57%;
  }
  .two-grid-sec .row .two-grid-image {
    width: 43%;
  }
}

@media (min-width: 1200px) {
  .two-grid-sec .row .two-grid-content {
    width: 51%;
  }
}

/********* why us start *******/

.why-wrapper > div {
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 40px 10px 45px;
  height: 100%;
}
.why-wrapper img {
  height: 68px;
  width: 80px;
  object-fit: contain;
  object-position: center;
}
.why-sec .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.why-wrapper > div h4 {
  margin-top: 20px;
  margin-bottom: 11px;
  font-weight: 600;
}
.why-wrapper > div p {
  font-weight: 500;
}

/********* why us  botom *******/

.content-sec .container > div {
  max-width: 1078px;
  margin: 0 auto;
}

.content-sec {
  background-image: url(/wp-content/uploads/2024/01/content-bg.png);
}

@media (max-width: 767px) {
  .founding-sec .text-wrapper {
    font-size: 14px;
  }
}
