.paragraph--type--customizable-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .paragraph--type--customizable-text {
    display: block !important;
  }
}
@media (max-width: 1280px) {
  .paragraph--type--customizable-text .customizable-text-img-right-desktop,
  .paragraph--type--customizable-text .customizable-text-img-left-desktop {
    display: none !important;
  }
}
.paragraph--type--customizable-text .customizable-text-img-left-desktop {
  position: absolute;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph--type--customizable-text .customizable-text-img-right-desktop {
  position: absolute;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.paragraph--type--customizable-text .customizable-text-img-right-mobile {
  position: absolute;
  width: 100%;
  height: 150px;
  margin-top: -40px;
}
@media (min-width: 1281px) {
  .paragraph--type--customizable-text .customizable-text-img-right-mobile {
    display: none !important;
  }
}
.paragraph--type--customizable-text .customizable-text-wrapper {
  margin: 0 auto;
  padding: 72px 150px;
  max-width: 1240px;
}
@media (max-width: 1280px) {
  .paragraph--type--customizable-text .customizable-text-wrapper {
    margin: 40px 15px !important;
  }
}
.paragraph--type--customizable-text .customizable-text-wrapper .customizable-text-title {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  text-align: center;
}
@media (max-width: 1280px) {
  .paragraph--type--customizable-text .customizable-text-wrapper .customizable-text-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.paragraph--type--customizable-text .customizable-text-wrapper .customizable-text-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5c5c5c;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .paragraph--type--customizable-text .customizable-text-wrapper .customizable-text-text p {
    font-size: 14px;
    line-height: 18px;
  }
}
.paragraph--type--customizable-text .customizable-text-wrapper strong {
  font-weight: 900;
}
.paragraph--type--customizable-text .customizable-text-wrapper a {
  font-weight: 900;
  color: #008ac9;
}
/*# sourceMappingURL=customizable-text.css.map */
