#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;
}

.benfits .ma-card {
  padding: 6rem;
  border-radius: 4rem !important;
  background: #f6f6f6 !important;
  min-width: 48rem;
}

.ma-card h3 {
  color: var(--dark-blue);
}

.img {
  width: 100%;
}

.product-name {
  background: white;
  padding: 1.2rem;
  border-radius: 1.5rem;
  max-width: 32rem;
}

.centralized-content {
  background-image: url(../resources/images/trakingadtech-images/trackingcentraliz2edbg.webp);
  background-position: center;
  padding: 40px;
  border-radius: 20px;
}

#connections .tab-content {
  background: var(--primary-color);
}

.benfits {
}

#uk .service {
  flex-direction: row-reverse !important;
}

.service {
  align-items: center;
  justify-content: space-between;
}

.service img {
  width: 69rem;
}

.div10 {
  padding: 6rem;
  border-radius: 4rem;
}

.cards-group {
  gap: 7rem 1.5rem;
  margin-top: 4rem;
}

.solution-card {
  background-color: #f6f6f6;
  padding-bottom: 11rem;
}

.benfits .cards-group {
  gap: 7rem 6rem;
  margin-top: 4rem;
}

.maindiv {
  display: flex;
  justify-content: space-between;
  color: white;
  align-items: center;
}

.textone {
  padding-top: 4rem;
}

.measure {
  display: flex;
  padding-top: 4rem;
  gap: 10rem;
}

.measure img {
  height: fit-content;
  width: 2.5rem;
}
.tab-content.ma-card {
  min-height: unset;
}
.tab-content > .active {
  display: block !important;
}
.measure-item1 {
  display: flex;
  gap: 2rem;
  padding-top: 3rem;
}
canvas {
  height: fit-content;
  width: 66rem !important;
  max-width: 100% !important;
}
.video {
  max-width: 66rem;
}
.integrationdiv {
  display: flex;
  gap: 10rem;
}

.integration-img img {
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .maindiv {
    flex-direction: column;
    gap: 2rem;
  }
  .video {
    max-width: unset;
  }
  canvas {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 5rem;
  }

  #solutions .ma-card {
    margin-bottom: 2.5rem;
  }

  .service img {
    width: 100%;
  }

  .benfits .ma-card {
    margin-bottom: 2.5rem;
  }

  .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 {
    display: flex;
    gap: 5rem !important;
    flex-direction: column-reverse !important;
    align-items: start;
  }

  #uk .service {
    display: flex;
    gap: unset !important;
    flex-direction: column-reverse !important;
  }

  .button img {
    width: unset !important;
  }

  #uk .servicesimg {
    padding-top: 6rem;
  }

  .cards-group {
    flex-wrap: wrap !important;
    gap: 3rem 1.5rem;
    margin-top: 4rem;
  }

  .dash-img IMG {
    width: 100%;
  }

  .integrationdiv {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .measure {
    display: flex;
    padding-top: 4rem;
    gap: 1rem;
  }
}

.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;
}

.servicesimg {
  display: flex;
}

.service {
  gap: 23rem;
}

@media only screen and (max-width: 1074px) {
  .service {
    gap: 8rem;
  }
}
