.awsm-two-col-card.bg-black {
  --text-color: rgba(255, 255, 255, 0.80);
  --title-color: var(--white);
  --card-bg: rgba(255, 255, 255, 0.10);
  --heading-color: var(--white);
  --border-color: rgba(255, 255, 255, 0.20);
}
.awsm-two-col-card h2 {
  margin-bottom: 1.5rem;
  color: var(--title-color);
  max-width: 22.0625rem;
}
.awsm-two-col-card p {
  color: var(--text-color);
}
.awsm-two-col-card p:last-of-type {
  margin-bottom: 0;
}
.awsm-two-col-card-content {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .awsm-two-col-card-content {
    margin-top: 3rem;
  }
}
.awsm-two-col-card-content:not(:has(.highlight-num, .awsm-two-col-card-description)) {
  margin-top: 0;
}
.awsm-two-col-card-content .row {
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 2rem;
}
@media (max-width: 992px) {
  .awsm-two-col-card-content .row {
    --bs-gutter-y: 1.25rem;
    --bs-gutter-x: 1.25rem;
  }
}
.awsm-two-col-card-content .highlight-card {
  padding: 0;
  background: transparent;
}
.awsm-two-col-card-content .highlight-card .highlight-num .h4 {
  margin-bottom: 1rem;
  color: var(--title-color);
}
@media (min-width: 992px) {
  .awsm-two-col-card-content .highlight-card .highlight-num .h4 {
    margin-bottom: 1.5rem;
  }
}
.awsm-two-col-card-content .highlight-card .h6 {
  color: var(--title-color);
}
.awsm-two-col-card-description h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .awsm-two-col-card-description h3 {
    font-size: 1.5rem;
  }
}
.awsm-two-col-card-description .awsm-bottom-border {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--grey-200);
}
.awsm-two-col-card-description hr {
  margin: 1.5rem 0;
  border-color: var(--grey-400);
}
.awsm-two-col-card-description hr:last-child {
  margin-bottom: 0;
}
.awsm-two-col-card-description .list-items {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.awsm-two-col-card-description blockquote {
  margin-bottom: 2.5rem;
}
.awsm-two-col-card-description blockquote p {
  margin-bottom: 0;
  color: var(--grey-900);
  font-size: 1.5rem;
  font-weight: 400;
}
.awsm-two-col-card-description blockquote img {
  width: 2.1875rem;
  height: 2.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.awsm-two-col-card-description .testimonial-author {
  color: var(--grey-700);
  font-size: 0.875rem;
  line-height: normal;
}
.awsm-two-col-card-description .testimonial-author-name {
  color: var(--grey-900);
  font-size: 1rem;
  font-weight: 600;
}
.awsm-two-col-card-description iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 991px) {
  .awsm-two-col-card .col-12 h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}