#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;
}

.nav-link active {

    padding: 1.6rem 6.1rem;
}

.product-name {
    background: white;
    padding: 1.2rem;
    border-radius: 1.5rem;
    max-width: 28rem;
}


.benfits {

    background-color: var(--primary-color);


}


.benfits .ma-card {
    padding: 4rem;
    border-radius: 4rem;
    background: none !important;
    color: white !important;
    width: 36.6rem;
    max-width: 100%;
}

#uk .service {

    flex-direction: row-reverse !important;
}

@media only screen and (max-width: 768px) {

    h1 {
        font-size: 5rem;
    }

    #solutions .ma-card {
        margin-bottom: 2.5rem;

    }

    .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 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;
    }
}





.ma-list .list-item {
    display: flex;
    gap: .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;
}

.numberscollection {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    background-position: center;
    margin-bottom: 2.5rem;
    gap: 4rem;
}

#solutions {
    background-color: white;
}

#solutions .ma-card {
    gap: 1.5rem;
    width: 75%;
}

#solutions .ma-card {
    padding: 0 !important;
    border-radius: 4rem;
    background: white;
    width: 27.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;
}