.paragraph--type--text-red-background {
  color: #F7F8F8;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .paragraph--type--text-red-background {
    border-radius: 0 20px 20px 0;
  }
}
.paragraph--type--text-red-background .trb-container {
  background-color: #AC0C22;
  border-radius: 20px;
  max-width: 1410px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .paragraph--type--text-red-background .trb-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.paragraph--type--text-red-background .trb-decoration {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
@media (max-width: 1024px) {
  .paragraph--type--text-red-background .trb-decoration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.paragraph--type--text-red-background .trb-decoration div {
  height: 100%;
}
.paragraph--type--text-red-background .trb-decoration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.paragraph--type--text-red-background .trb-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .paragraph--type--text-red-background .trb-content {
    padding: 100px 20px 100px 10px;
  }
}
.paragraph--type--text-red-background .trb-content .trb-title {
  font-size: 48px;
  font-weight: 400;
  color: #F7F8F8;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .paragraph--type--text-red-background .trb-content .trb-title {
    font-size: 32px;
  }
}
.paragraph--type--text-red-background .trb-content .trb-text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}
.paragraph--type--text-red-background .trb-content .trb-text p {
  margin-bottom: 25px;
}
.paragraph--type--text-red-background .trb-content .trb-text p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=text-red-background.css.map */
