#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;
}

.centralized-content {
    background-image: url(../resources/images/trakingadtech-images/trackingcentraliz2edbg.png);
    background-position: center;
    padding: 40px;
    border-radius: 20px;

}

.benfits {

    background-color: var(--primary-color);


}




#uk .service {

    flex-direction: row-reverse !important;
}


.theme {
    background-color: var(--primary-color);

}

.mobilediv {
    padding-top: 4rem;
    display: flex;
    gap: 4rem;
}

.mobilediv img {

    max-width: 23.5rem !important;
    gap: 2rem;
}

.hero-content {

    display: flex;
    justify-content: center;
    align-items: start;
}



/* .benfits .ma-card {
    padding: 6rem;
    border-radius: 4rem !important;
    background: white !important;
    max-width: 48rem;
} */

@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;
    }

    .mobilediv {
        padding-top: 4rem;
        display: flex;
        flex-wrap: wrap;

        gap: 4rem;
    }

    .mobilediv img {

        max-width: 20rem !important;
    }

}



/* .ma-card {
    padding: unset !important;
    border-radius: 4rem;
} */

.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;
}
.benfits .ma-card{
    background-color: white;
}
#solutions .ma-card{
    padding: 0;
}
.grid-three > div{
    min-width: 22rem;
}
.numberscollection {
    background-position: center;
    padding: 40px;
    border-radius: 40px;
}

#solutions {
    background-color: white;
}





#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;
}