@media (min-width: 991px) {
  .two-grid-sec .row .two-grid-content {
    width: 54%;
  }
  .two-grid-sec .row .two-grid-image {
    width: 46%;
  }
}

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

.two-grid-sec .text-wrapper h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

.two-grid-sec.left-bg {
  background-size: unset;
  background-image: url(/wp-content/uploads/2024/02/bg-small.png);
}

/********* kit section start  *******/

.kit-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 40px;
}
.kit-wrapper > div {
  background-color: #262626;
  height: 100%;
  padding: 16px;
  border-left: 6px solid var(--c-primary);
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kit-wrapper p {
  font-weight: 400;
}
.kit-wrapper h5 {
  margin-bottom: 0;
  font-weight: 600;
}
.kit-wrapper p {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
.kit-list-sec .sec-head
{
  margin-bottom: 30px;
}
}
@media (max-width: 991px) {
  .kit-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 25px;
  }
}
/********* kit section end  *******/

/* .pricipal-wrapper > div {
  background-color: #f1f1f1;
  padding: 20px 21px 32px;
  border-bottom: 9px solid var(--c-dprimary);
  border-radius: 5px;
  height: 100%;
}
.pricipal-wrapper > div > span {
  width: 120px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pricipal-wrapper > div > span > img {
  width: 59%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
.pricipal-wrapper > div h3 {
  margin: 22px 0 13px;
}
.pricipal-sec .row {
  --bs-gutter-x: 30px;
}
.pricipal-sec h2 + p {
  margin-bottom: 56px;
}
.pricipal-sec .pricipal-b-text.text-center.fonts-3 {
  margin-bottom: 0;
  margin-top: 30px;
}

@media (min-width: 1400px) {
  .pricipal-wrapper > div h3 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .pricipal-wrapper > div > span {
    width: 75px;
  }
  .pricipal-wrapper > div h3 {
    margin: 13px 0 10px;
  }
  .pricipal-wrapper > div {
    padding: 15px 15px 20px;
  }
  .pricipal-sec .row {
    --bs-gutter-x: 20px;
  }
  .pricipal-sec h2 + p {
    margin-bottom: 25px;
  }
  .pricipal-sec .pricipal-b-text.text-center.fonts-3 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .pricipal-sec .row {
    --bs-gutter-y: 20px;
  }
} */
