.featured-cards {
  background-color: var(--color-black);
  padding: 160px 0 118px 0;
}

.featured-cards.devices {
  padding: 128px 0 86px 0;
}

.sd-reset.featured-cards h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  font-family: var(--font-light);
  font-weight: var(--weight-light);
}

.sd-reset.featured-cards .title .text-18 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  letter-spacing: -0.01em;
  width: 100%;
  max-width: 621px;
}

.featured-cards .title {
  width: 100%;
  max-width: 732px;
  margin-bottom: 32px;
}

.featured-cards .title .h1 {
  margin-bottom: 12px;
}

.featured-cards .container {
  padding-left: 21px;
  padding-right: 21px;
}

.featured-cards .row {
  margin-right: -21px;
  margin-left: -21px;
}

.featured-cards .col {
  padding-left: 21px;
  padding-right: 21px;
  margin-bottom: 42px;
  width: 50%;
  display: flex;
}

.featured-cards .featured-card {
  background: #1D1D1D;
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.featured-cards .featured-img {
  width: 50%;
  position: relative;
  overflow: hidden;
  align-self: flex-end;
}

.featured-cards .featured-img:before {
  content: "";
  height: 71px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #1D1D1D 0%, rgba(29, 29, 29, 0) 100%);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.featured-cards .featured-img:after {
  content: "";
  display: block;
  padding-bottom: 116.40%;
}

.featured-cards .featured-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
  top: auto;
}

.featured-cards .featured-data {
  width: 50%;
  padding: 24px 34px 24px 40px;
  color: #ffffff;
}

.featured-cards .featured-data .badge {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 9999px;
  color: #ff0000;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.featured-cards .featured-card h3 {
  margin-bottom: 16px;
}

.featured-cards h3 a {
  background: transparent;
  transition: none;
  display: block;
  color: #ffffff;
}

.featured-cards h3 a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.featured-cards .featured-card p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: -0.01em;
}

.featured-cards .featured-data span {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease-out;
  position: relative;
  z-index: 2;
}

.featured-cards .featured-card:hover .featured-data span {
  background: #FF0000;
}

@media (max-width: 1199.98px) {
  .featured-cards .featured-data {
    width: 60%;
    padding: 24px;
  }

  .featured-cards .featured-img {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .featured-cards {
    padding: 70px 0 28px 0;
  }

  .featured-cards.devices {
    padding: 48px 0 6px 0;
  }

  .featured-cards .row {
    margin-right: 0;
    margin-left: 0;
  }

  .featured-cards .col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .featured-cards .featured-data {
    width: 50%;
  }

  .featured-cards .featured-img {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .sd-reset.featured-cards h2 {
    font-weight: var(--weight-light);
  }

  .featured-cards .featured-data {
    width: 60%;
  }

  .featured-cards .featured-img {
    width: 40%;
  }
}

@media (max-width: 576px) {
  .featured-cards .featured-card {
    flex-wrap: wrap;
  }

  .featured-cards .featured-data {
    width: 100%;
  }

  .featured-cards .featured-img {
    width: 100%;
  }
}