.rounded-row--container {
  position: relative;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  min-height: 20rem;
}
.rounded-row--container a {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .rounded-row--container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.rounded-row--container h1,
.rounded-row--container h2 {
  color: #ffffff;
  padding-left: 0;
}
.rounded-row--container::before {
  content: "";
  background: linear-gradient(90deg, #434750, rgb(101.8673469388, 107.9489795918, 121.6326530612));
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1em;
  left: -1em;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .rounded-row--container::before {
    border-radius: 0 19rem 19rem 0;
    width: calc((100vw - 1200px) / 2 + 1200px);
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .rounded-row--container.from-right::before {
    border-radius: 19rem 0 0 19rem;
    right: auto;
    left: 0;
  }
}
.rounded-row--container.from-right .rounded-row--content {
  order: 2;
}
@media screen and (min-width: 769px) {
  .rounded-row--container.from-right .rounded-row--content {
    margin-left: 12rem;
    margin-right: auto;
  }
}
.rounded-row--container.from-right .rounded-row--media {
  order: 1;
}
.rounded-row--content {
  order: 2;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .rounded-row--content {
    order: 1;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 769px) {
  .rounded-row--content.content-2-3 {
    width: 66.6666666667%;
  }
}
.rounded-row--media {
  order: 1;
  width: 100%;
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 1em;
}
@media screen and (min-width: 769px) {
  .rounded-row--media {
    order: 2;
    padding: 0;
    width: 33.3333333333%;
    margin: 0;
  }
}
.rounded-row--blue::before {
  background: linear-gradient(90deg, #01579b, rgb(1.4903846154, 129.6634615385, 231.0096153846));
}
.rounded-row--blue a {
  color: #ffffff;
}
.rounded-row--blue .mss-link {
  color: #ffffff;
}
.rounded-row--blue .mss-link a {
  color: #ffffff;
}
.rounded-row--green::before {
  background: linear-gradient(90deg, #428533, rgb(94.9945652174, 185.8451086957, 74.6548913043));
}
.rounded-row--green .mss-link {
  color: #ffffff;
}
.rounded-row--green .mss-link a {
  color: #ffffff;
}
.rounded-row--orange::before {
  background: linear-gradient(90deg, #f45c21, rgb(247.6115879828, 145.517167382, 105.8884120172));
}
.rounded-row--orange .mss-link {
  color: #ffffff;
}
.rounded-row--orange .mss-link a {
  color: #ffffff;
}
.rounded-row--white {
  color: #1b2b34;
}
.rounded-row--white a {
  color: #01579b;
}
.rounded-row--white::before {
  background: none;
}
.rounded-row--white h1,
.rounded-row--white h2 {
  color: #1b2b34;
}

.mss-list-checkmark__list-item::before {
  background-image: url("../images/icon-checkmark-white.svg");
}