#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;
}


.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;
}

.content{
    background-color: var(--primary-color);
}

.theme{
    background-color: var(--primary-color);
    
}

.mobilediv{
    padding-top: 4rem;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.mobilediv img{

    max-width: 14% !important;
	gap: 2rem 2.66%;
}

.hero-content{

    display: flex;
    justify-content: center;
    align-items: start;
}
@media only screen and (max-width:1200px)
{
    .mobilediv img{

        max-width: 17% !important;
    }
	.mobilediv{
		gap: 2rem 3%;
	}
}
@media only screen and (max-width:992px){
    .mobilediv img{

        max-width: 21% !important;
    }
	.mobilediv{
		gap:2rem 3%;

	}
}
@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: 2rem 3.33%;
    }

  .mobilediv img{

        max-width: 30% !important;
    }
}

@media only screen and (max-width:536px){
    .mobilediv img{

        max-width: 45% !important;
    }
	  .mobilediv{
        padding-top: 4rem;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem 5%;
    }

}
.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;
}
.numbers{
    margin-top: 4rem;
}
.numberscollection {
    display: flex;
    align-items: center;
    background: var(--light-grey);
    margin-bottom: 2.5rem;
    padding: 4rem;
    gap: 2rem;
}

#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;
}

