.textimage-default {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: var(--hd-body-bg);
}

.textimage-default .content-section {
  flex: 0 0 45%;
}

.textimage-default .image-section {
  flex: 0 0 46%;
}

.textimage-default .content {
  color: var(--hd-text);
  margin-top: 40px;
  margin-bottom: 60px;
}

.textimage-default .section-heading h2 {
  color: var(--hd-text);
}

.textimage-default .section-heading p {
  color: var(--hd-text);
  opacity: 0.7;
}

.textimage-default .section-heading .btn-column {
  margin-top: 32px;
}

.textimage-default .section-heading .btn-column .btn.btn-text {
  justify-content: start;
}

.textimage-default .image {
  position: relative;
}

.textimage-default .image:after {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100px;
  left: 20px;
  top: 0;
  content: '';
  background: var(--hd-primary);
}

.textimage-default .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 100px;
  z-index: 1;
  position: relative;
}

.textimage-default.image-left .image-section {
  order: 1;
}

.textimage-default.image-left .content-section {
  order: 2;
}

@media (min-width: 992px) {
  .textimage-default .image-section {
    order: 2;
  }
}

@media (max-width: 991px) {
  .textimage-default {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .textimage-default .image-section {
    margin-top: 60px;
  }

  .textimage-default .section-heading {
    text-align: center;
  }

  .textimage-default .section-heading .btn-column .btn.btn-text {
    justify-content: center;
  }

  .textimage-default .image:after,
  .textimage-default .image img {
    border-radius: 60px;
  }
}

@media (max-width: 767px) {
  .textimage-default {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .textimage-default .image-section {
    margin-bottom: 32px;
    padding: 0 10px;
  }

  .textimage-default .image {
    border-radius: 20px;
  }

  .textimage-default .image:after {
    left: 10px;
  }

  .textimage-default .image:after,
  .textimage-default .image img {
    border-radius: 32px;
  }
}

.textimage-default .heading-area {
  text-align: center;
  padding: 60px 0;
  color: var(--hd-text);
}

.textimage-default .heading-icon svg {
  width: 100px;
  height: 100px;
}

.textimage-default .heading-icon svg path {
  stroke: var(--hd-text);
}

.textimage-default .heading-area h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.textimage-default .heading-area p {
  opacity: 0.6;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.2px;
}

.textimage-default .heading-area .btn {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .textimage-default .heading-area h2 {
    font-size: 32px;
  }

  .textimage-default .heading-area p {
    font-size: 16px;
  }
}

.textimage-default .btn {
  border: solid 1px;
  display: inline-block;
  padding: 15px 25px;
  background: var(--hd-text);
  color: var(--hd-text);
  border-radius: 40px;
  font-family: var(--bs-body-font-family);
  font-weight: 400;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  letter-spacing: 1.92px;
}

.textimage-default .btn.btn-text {
  border: none;
  background: none;
  color: var(--hd-primary);
  padding: 0;
}

.textimage-default .btn.btn-text:focus {
  color: var(--hd-primary);
}

.textimage-default .btn-text.arrow-right svg {
  transition: margin-left 0.2s;
}

.textimage-default .btn-text.arrow-right:hover svg {
  margin-left: 5px;
}

.textimage-default .btn.arrow-right .icon {
  float: right;
  margin-top: -1px;
  margin-left: 5px;
}

.textimage-default .btn.arrow-right .icon path {
  fill: var(--hd-primary);
}
