.image-text-split-section {
  padding: 6.25rem 2rem;
}
@media (max-width: 1199px) {
  .image-text-split-section {
    padding: 3.75rem 0;
  }
}
.image-text-split-section .image-wrapper {
  border-radius: .63rem;
  height: 100%;
  max-width: 90%;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
}
@media (max-width: 1199px) {
  .image-text-split-section .image-wrapper {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .image-text-split-section .image-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .image-text-split-section .image-wrapper {
    min-height: 250px;
    margin-bottom: 3.13rem;
  }
  .image-text-split-section.virtual_tour .virtual-tour--img a {  
    position: absolute;
  }
  .image-text-split-section .image-wrapper img {    
    position: relative;    
  }
}
.image-text-split-section .image-wrapper img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-text-split-section .image-split-content {
  margin-top: 20px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1199px) {
  .image-text-split-section .split-heading {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .image-text-split-section .split-heading {
    font-size: 2.25rem;
  }
}
.image-text-split-section .split-heading .pre-heading {
  display: block;
  font-size: 1.38rem;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .image-text-split-section .split-heading .pre-heading {
    font-size: 1.13rem;
  }
}
.image-text-split-section .split-content-description {
  font-size: 1.25rem;
  margin-bottom: 1.57rem;
}
@media (max-width: 1599px) {
  .image-text-split-section .split-content-description {
    font-size: 1.13rem;
  }
}
@media (max-width: 1199px) {
  .image-text-split-section .split-content-description {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.image-text-split-section .split-content-description p:last-child {
  margin-bottom: 0;
}
.image-text-split-section.loc-left .row {
  flex-direction: row;
}
.image-text-split-section.loc-right .row {
  flex-direction: row-reverse;
}
.image-text-split-section.loc-right .row .image-wrapper {
  margin-left: auto;
}
.image-text-split-section.virtual_tour .image-wrapper {
  padding-top: 0 !important;
}
.image-text-split-section.virtual_tour .virtual-tour--img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.image-text-split-section.virtual_tour .virtual-tour--img a {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
.image-text-split-section.slider .image-wrapper {
  padding-top: 0 !important;
}
.image-text-split-section.slider .image-slideshow {
  position: relative;
}
.image-text-split-section.slider .image-slideshow div {
  text-align: right;
}
.image-text-split-section.slider .image-slideshow div img {
  margin-bottom: 20px;
  position: relative;
}
.image-text-split-section.slider .image-slideshow div span {
  opacity: .8;
}
.image-text-split-section.slider .image-slideshow-arrows {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  left: 10px;
  position: absolute;
}
.image-text-split-section.slider .image-slideshow-arrows .slick-arrow {
  left: 0 !important;
  position: relative;
  right: 0 !important;
}
.image-text-split-section.bg-darkblue :not(a, i) {
  color: #fff;
}

/*# sourceMappingURL=image-and-text-split.css.map */
