.paragraph--type--text-with-image .image-background {
  padding: 90px 0;
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-image .image-background {
    padding: 35px 0;
    width: 90%;
  }
}
.paragraph--type--text-with-image .image-background .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-image .image-background .image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type--text-with-image .image-background .image-container .text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-image .image-background .image-container .text-wrapper.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.paragraph--type--text-with-image .image-background .image-container .text-wrapper .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -2px;
  color: #1A2035;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-image .image-background .image-container .text-wrapper .title {
    font-size: 48px;
    line-height: 55px;
  }
}
.paragraph--type--text-with-image .image-background .image-container .text-wrapper .text {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  color: #404557;
  letter-spacing: -0.2px;
  opacity: 0.7;
}
.paragraph--type--text-with-image .image-background .image-container .image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-image .image-background .image-container .image-wrapper {
    margin-bottom: 40px;
  }
}
.paragraph--type--text-with-image .image-background .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 85px;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-image .image-background .button {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-image .image-background .button .link {
    width: 100%;
  }
}
.paragraph--type--text-with-image .image-background .button .link a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 36px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: #AC0C22 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.6px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  text-transform: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  width: 230px;
}
.paragraph--type--text-with-image .image-background .button .link a:hover {
  background-color: #8a0a1b !important;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: translateY(-1px) !important;
          transform: translateY(-1px) !important;
}
@media (max-width: 1024px) {
  .paragraph--type--text-with-image .image-background .button .link a {
    width: 100%;
  }
}
/*# sourceMappingURL=text-image.css.map */
