.sv-section-text-and-image {
  @import 'core/colors.less';
  @import 'core/variables.less';
  @import 'components/text-and-image.less';
}
.sv-section-text-and-image .text-and-image {
  font-family: 'Open Sans', sans-serif;
}
.sv-section-text-and-image .text-and-image h4,
.sv-section-text-and-image .text-and-image p {
  margin: 0;
}
.sv-section-text-and-image .text-and-image__wrapper {
  display: flex;
  flex-direction: column;
}
.sv-section-text-and-image .text-and-image__image {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  z-index: 10;
}
.sv-section-text-and-image .text-and-image__image img {
  position: relative;
  z-index: 100;
  border-radius: 4px;
}
.sv-section-text-and-image .text-and-image__image .image {
  width: 100%;
}
.sv-section-text-and-image .text-and-image__image .badge {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 20px;
  right: 15px;
  border-radius: 50%;
}
.sv-section-text-and-image .text-and-image__content {
  padding: 90px 15px 32px;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
}
.sv-section-text-and-image .text-and-image__content-title {
  font-size: 24px;
  font-weight: 300;
  margin: 16px auto;
}
.sv-section-text-and-image .text-and-image__content hr {
  border: 1px solid rgba(189, 189, 189, 0.5);
  width: 25%;
  margin: 12px auto;
}
.sv-section-text-and-image .text-and-image__content p {
  margin: 16px auto;
  font-size: 17px;
  line-height: 1.76;
  font-weight: 300;
}
.sv-section-text-and-image .text-and-image__button {
  border: none;
  outline: none;
  padding: 12px 32px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 300;
  margin-top: 36px;
  margin-bottom: 14px;
  cursor: pointer;
}
.sv-section-text-and-image .text-and-image--image-right .text-and-image__image,
.sv-section-text-and-image .text-and-image--image-left .text-and-image__image {
  order: 0;
}
.sv-section-text-and-image .text-and-image--image-right .text-and-image__content,
.sv-section-text-and-image .text-and-image--image-left .text-and-image__content {
  order: 1;
}
.sv-section-text-and-image .text-and-image--background-left:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: -30px;
}
.sv-section-text-and-image .text-and-image--background-right:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  right: -30px;
}
.sv-section-text-and-image .text-and-image--background-left:after,
.sv-section-text-and-image .text-and-image--background-right:after {
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .sv-section-text-and-image .text-and-image__wrapper {
    max-width: 1200px;
    flex-direction: row;
    padding: 100px 20px;
    margin: 0 auto;
  }
  .sv-section-text-and-image .text-and-image__image {
    width: 50%;
  }
  .sv-section-text-and-image .text-and-image__image .image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 100%;
  }
  .sv-section-text-and-image .text-and-image__content {
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .sv-section-text-and-image .text-and-image__content-title {
    font-size: 32px;
    width: 80%;
  }
  .sv-section-text-and-image .text-and-image__content p {
    font-size: 20px;
    line-height: 1.65;
    width: 80%;
  }
  .sv-section-text-and-image .text-and-image__button {
    font-size: 16px;
  }
  .sv-section-text-and-image .text-and-image__button i {
    padding-left: 8px;
  }
  .sv-section-text-and-image .text-and-image--image-right .text-and-image__image {
    order: 1;
  }
  .sv-section-text-and-image .text-and-image--image-right .text-and-image__content {
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sv-section-text-and-image .text-and-image--image-left .text-and-image__image {
    order: 0;
  }
  .sv-section-text-and-image .text-and-image--image-left .text-and-image__content {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sv-section-text-and-image .text-and-image--background-left:after {
    bottom: -50px;
    left: -50px;
  }
  .sv-section-text-and-image .text-and-image--background-right:after {
    bottom: -50px;
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .sv-section-text-and-image .text-and-image__wrapper {
    padding: 100px 0;
  }
}
