.section-image-and-content {
  padding: 31px 0 106px 0;
}
@media all and (min-width: 1025px) {
  .section-image-and-content {
    padding: 80px 0 75px 0;
  }
}
@media all and (min-width: 620px) {
  .section-image-and-content .row {
    align-items: center;
  }
}
.section-image-and-content .row .col-6:first-of-type {
  text-align: center;
}
@media all and (min-width: 620px) {
  .section-image-and-content .row .col-6:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 1025px) {
  .section-image-and-content .row .col-6:first-of-type {
    text-align: left;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media all and (min-width: 620px) {
  .section-image-and-content .row .col-6:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 1025px) {
  .section-image-and-content .row .col-6:nth-child(2) {
    flex: 0 0 52%;
    max-width: 52%;
  }
}
.section-image-and-content .section-title {
  margin-bottom: 10px;
  text-align: center;
}
@media all and (min-width: 620px) {
  .section-image-and-content .section-title {
    margin-bottom: 0px;
    text-align: left;
  }
}
.section-image-and-content .description {
  text-align: center;
}
@media all and (min-width: 620px) {
  .section-image-and-content .description {
    text-align: left;
  }
}
.section-image-and-content .description p {
  line-height: 24px;
  margin-bottom: 27px;
}
.section-image-and-content.row-direction-content-left-image-right .row {
  flex-direction: row-reverse;
}
.section-image-and-content.row-direction-content-left-image-right .row .col-6:first-child {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 1025px) {
  .section-image-and-content.row-direction-content-left-image-right .row .col-6:first-child {
    text-align: right;
    margin-bottom: 0;
  }
}
.section-image-and-content.full-img {
  padding: 0 0;
  background: #F8F9FD;
  overflow: hidden;
}
.section-image-and-content.full-img .section-title {
  margin-bottom: 10px;
  line-height: 40px;
  text-align: center;
}
@media all and (min-width: 620px) {
  .section-image-and-content.full-img .section-title {
    margin-bottom: 26px;
    text-align: left;
  }
}
.section-image-and-content.full-img .description {
  text-align: center;
}
@media all and (min-width: 620px) {
  .section-image-and-content.full-img .description {
    text-align: left;
  }
}
.section-image-and-content.full-img .description p {
  line-height: 22px;
  margin-bottom: 25px;
}
.section-image-and-content.full-img .col-title-desc {
  padding: 60px 15px;
}
@media all and (min-width: 1025px) {
  .section-image-and-content.full-img .col-title-desc {
    padding: 110px 15px 70px 60px;
  }
}
.section-image-and-content.full-img .col-title-desc ul {
  padding: 0 0 18px 17px;
  margin: 0 0 0 0;
}
.section-image-and-content.full-img .col-title-desc ul li {
  font-size: 14px;
  line-height: 26px;
}
.section-image-and-content.full-img .image-and-content-img-full {
  position: absolute;
  left: 0;
  width: 50%;
  height: -webkit-fill-available;
  top: 0;
  bottom: 0;
  object-fit: cover;
  display: none;
}
@media all and (min-width: 1025px) {
  .section-image-and-content.full-img .image-and-content-img-full {
    display: block;
  }
}
.section-image-and-content.full-img.row-direction-content-left-image-right .col-title-desc {
  padding-left: 15px;
}
@media all and (min-width: 1025px) {
  .section-image-and-content.full-img.row-direction-content-left-image-right .image-and-content-img-full {
    display: block;
    right: 0;
    left: unset !important;
  }
}
.section-image-and-content.mobile-left-aligned-content .section-title {
  text-align: left !important;
}
.section-image-and-content.mobile-left-aligned-content .description {
  text-align: left !important;
}

/*# sourceMappingURL=image-and-content.css.map */
