#subpage-hero{
    height: 70vh;
    display: flex;
    align-items: center;
    background: url(../resources/images/dcbconnectivity/heroimg.png);
    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;
}
#subpage-hero .img{
    width: 70%;
    margin-left: 14%;
}

.product-name {
    background: white;
    padding: 1.2rem;
    border-radius: 1.5rem;
    max-width: 27rem;
}
.service{
    display: flex;
    gap: 12rem;
    align-items: center;
    justify-content: space-between;
}
.service-reverse{
    flex-direction: row-reverse;
}


.img{
    max-width: 69rem;
}

.benifits .ma-card {
    padding: 0;
    border-radius: 4rem;
    background: none ;
    color: white ;
    width: 35.6rem ;
    max-width: 100%;
}
.benifits .cards-group{
    margin-top: 4rem;
}

.cards-group {
    gap: 1.5rem;
}

.connected .ma-card {
    padding: 6rem ;
    border-radius: 4rem;

}
.benifits .content{
    background-color: var(--primary-color); padding: 6rem;border-radius:4rem ;
}




.connected .ma-card img {
    margin-bottom: unset;
}

@media only screen and (max-width: 768px) {
   
    h1 {
        font-size: 5rem;}
    
        #solutions .ma-card {
            margin-bottom: 2.5rem;
            width: 50.6rem;

        }

        .benifits .ma-card {
            margin-bottom: 2.5rem;
        }
        .cards-group{
            gap: 4rem 6rem;
        }
        .swiper-button-prev{

            position: absolute;
            top: 0;
            left: 83%;
            transform: translateY(50%);
        }
        .swiper-slide{

            min-width: 120px !important;
        }

        .connected .ma-card{
            width: unset;
        }
        .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: 7rem;
    flex-direction: column-reverse !important;
    align-items: start;
}


#uk .service{
    display: flex;
    flex-direction: column-reverse !important;
    align-items: start;
    gap: 3rem;
}
.button img{

    width: unset !important;
}



    }



