#subpage-hero {
  height: 70vh;
  display: flex;
  align-items: center;
  background: url(../resources/images/dcbconnectivity/heroimg.webp);
  background-size: cover;
  background-position: center;
}

#subpage-hero .hero-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}

#subpage-hero h1 {
  margin-bottom: 2rem;
}

.product-name {
  background: white;
  padding: 1.2rem;
  border-radius: 1.5rem;
  max-width: 26rem;
}

.antifraud {
  background-color: var(--light-grey);
}
.cards-group img {
  max-width: 21.2rem;
}
.antifraud .grid-three .ma-card {
  background: white;
}

.video-bg {
  background-color: var(--light-blue);
  border-radius: 4rem;
  display: flex;
  gap: 4rem;
  flex-direction: column;
}

.ma-list .list-item {
  display: flex;
  gap: 0.5rem;
}

.ma-list img {
  width: 2rem;
  height: 2rem;
}

.ma-list .list-item {
  margin-bottom: 1.5rem;
}

.ma-list .list-item:last-child {
  margin-bottom: 0;
}

#connections .tab-content {
  background: var(--primary-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-content > .active {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  flex-direction: column;
}

.tab-content.ma-card {
  min-height: 46.9rem !important;
}

#solutions {
  background-color: white;
}

#solutions .ma-card {
  gap: 1.5rem;
}

#solutions .ma-card {
  padding: 0;
  border-radius: 4rem;
  background: white;
  width: 31.6rem;
  max-width: 100%;
}

#solutions .ma-card img {
  width: 7.6rem;
  height: 7.6rem;
  margin-bottom: 2.6rem;
}

#solutions .ma-card ul {
  margin-top: 2rem;
}

#solutions .ma-card li {
  font-size: 2rem;
  margin-bottom: 2rem;
}

#solutions .ma-card li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 5rem;
  }

  #solutions .ma-card {
    margin-bottom: 2.5rem;
    width: 18.6rem;
  }

  .swiper-button-prev {
    position: absolute;
    top: 0;
    left: 83%;
    transform: translateY(50%);
  }

  .swiper-slide {
    min-width: 120px !important;
  }

  .integration .button {
    padding: 1.7rem 2rem;
  }

  .swiper-button-prev {
    position: absolute;
    top: 20px;
    left: 88%;
    transform: translateY(50%);
    background: var(--dark-blue);
    color: white;
    padding: 3rem 3rem;
    border-radius: 100px;
  }

  .swiper-button-next {
    position: absolute;
    top: 20px;
    transform: translateY(50%);
    right: 55px;
    background: var(--dark-blue);
    color: white;
    padding: 3rem 3rem;
    border-radius: 100px;
  }

  .service img {
    width: 100%;
  }

  #billing .service {
    display: flex;
    gap: 5rem !important;
    flex-direction: column-reverse !important;
  }

  #uk .service {
    display: flex;
    gap: unset !important;
    flex-direction: column-reverse !important;
  }

  .button img {
    width: unset !important;
  }

  #uk .servicesimg {
    padding-top: 6rem;
  }
}
