.section-after-banner {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #2d2d2d;
}
@media screen and (min-width: 768px) {
  .section-after-banner {
    flex-direction: row;
    padding-right: 1.15rem;
    border-bottom:none;
    justify-content: center;
    align-items: center;
  }
}

.section-after-banner-2 {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .section-after-banner-2 {
    flex-direction: row-reverse;
  }
}

.section-after-banner__left {
  width: 13.63rem;
}
@media screen and (min-width: 768px) {
  .section-after-banner__left {
    width: 11.92rem;
  }
}

.section-after-banner-2 .section-after-banner__left {
  margin-left: auto;
}

.section-after-banner__left > h2 {
  color: #eb88a3;
  font-size: 0.545rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-after-banner__left > h2 {
    font-size: 0.30rem;
  }
}

.section-after-banner__left > h1 {
  color: var(--brandColor);
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (min-width: 768px) {
  .section-after-banner__left > h1 {
    font-size: 0.83rem;
  }
}
.section-after-banner__left > h1 > span {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .section-after-banner__left > h1 > span {
    width: 13.63rem;
  }
}

.section-after-banner__left > p {
  color: #2d2d2d;
  font-size: 0.727rem;
}
@media screen and (min-width: 768px) {
  .section-after-banner__left > p {
    font-size: 0.45rem;
    margin-top: 0.5rem;
  }
}

.section-after-banner__cards {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-after-banner__cards {
    margin-left: auto;
  }
}

.section-after-banner-2 .section-after-banner__cards {
  flex-direction: row-reverse;
  margin-left: 0;
}

.section-after-banner__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .section-after-banner__column {
  }
}
.section-after-banner__card {
  background-color: #802a8f;
  width: 6rem;
  height: 6rem;
  border-radius: 0 0.4rem 0 0.4rem;
  color: white;
  border-right: 0.2rem solid #f0d0dd;
  display: flex;
  flex-direction: column;
  padding: 0.38rem;
}
.section-after-banner__card-image-container {
  width: 3.38rem;
  height: 3.38rem;
  align-self: flex-end;
}
.section-after-banner__card-hrline {
  display: none;
}
@media screen and (min-width: 768px) {
  .section-after-banner__card {
    padding: 0.18rem 0.18em 0.377rem 0.28rem;
    box-shadow: 1.57px 9.41px 18.81px 0px #6e6e6e40;
    width: 5.01rem;
    height: 5.01rem;
  }
  .section-after-banner__card-image-container {
    width: 2.64rem;
    height: 2.64rem;
  }
  .section-after-banner__card-hrline {
    display: block;
    margin-top: 1.5rem;
  }
}
.section-after-banner__card-title {
  font-size: 1.21rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 100%;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .section-after-banner__card-title {
    font-size: 1.01rem;
  }
}
.section-after-banner__card-description {
  font-size: 0.451rem;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .section-after-banner__card-description {
    font-size: 0.377rem;
            line-height: 140%;
  }
}
