.get-in-touch .row {
  --bs-gutter-x: 20px;
}

.get-in-right > div {
  background-color: #ececec;
  padding: 55px 44px;
}

.get-list {
  display: flex;
}

.get-list .text-wrapper h5 {
  margin-bottom: 0;
}

.get-list .text-wrapper {
  color: #000;
  flex: 1;
  margin-left: 20px;
}

.get-list .icon {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #0c7c6f;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-list .icon img {
  width: 63%;
  aspect-ratio: 1/0.9;
  object-fit: contain;
  object-position: center;
}

.get-list:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #128b7d1f;
}

.get-list .text-wrapper > p:not(:last-child) {
  margin-bottom: 10px;
}

.get-list .text-wrapper > p:last-child {
  margin-bottom: 0;
}


.get-in-right > div .text-wrapper a {
  color: inherit;
}

@media (max-width: 1400px) {
  .headb-space {
    margin-bottom: 20px;
  }
  .get-list:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .get-in-right > div {
    padding: 40px 34px;
  }
}

@media (max-width: 991px) {
  .get-in-touch-left img {
    width: 100%;
  }
  .get-in-right {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .get-in-touch-left img {
    width: 100%;
  }
  .get-in-right {
    margin-top: 20px;
  }

  .get-list .icon {
    width: 40px;
    height: 40px;
    margin-right: -6px;
  }
  .get-in-right > div {
    padding: 30px 26px;
  }
}

.contact-sec .left-bg {
  background-image: unset;
}

.contact-form .wpcf7-form-control.wpcf7-textarea {
  height: 115px;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .contact-form {
    padding-top: 0;
  }
}
