.inactiveServicesContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-family: "poppins";
    gap: 20px;
}

.swiper-button-next {
    position: static !important;
}

.swiper-button-prev {
    position: static !important;
}

.carrouselOverflowContainer {
    display: flex;
    flex-direction: row;
    height: 300px;
    width: 850px;
    overflow: hidden;
    align-items: center;
    padding-left: 25px;
    transition: transform 0.4s ease;
}

.carrouselOverflowContainer:hover {
    transform: scale(1.05);
}

.carrouselCardsGrid {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    transform: translateX(0px);
}

.carrouselCard {
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 240px;
    width: 800px;
    border-radius: 35px;
    background-color: var(--secondary-color);
    padding: 10px;
    transition: translate ease-in-out 2s;
}

.cardTitleContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 220px;
    min-width: 220px;
    background-color: var(--primary-color);
    border-radius: 35px;
    margin-right: 55px;
}

.cardTitleContainer img {
    max-height: 100px;
    max-width: 100px;
}

.cardTitleContainer h2 {
    color: var(--secondary-color);
    font-size: 24px;
    padding: 10px;
    margin: 0px;
}

.cardDescription {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 25px;
    text-wrap: balance;
    transition: all ease-in-out 2s;
}

.cardDescription p {
    font-size: 19px;
    font-weight: 500;
    color: var(--primary-color);
}

.cardDescription span {
    font-size: 19px !important;
    font-weight: 500 !important;
    font-family: "Poppins" !important;
    color: var(--primary-color) !important;
}

.cardDescription a {
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    /*
    .accesses {
        margin-left: 98px;
    }
    */
    .cardDescription p {
        margin: 10px 0 0 0;
        height: 160px;
    }

    .btn-div {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1129px) {
    .swiper {
        width: 560px !important;
    }

    .inactiveServicesContainer {
        display: flex;
    }

    .cardDescription p {
        font-size: 15px;
    }

    .cardDescription span {
        font-size: 15px !important;
    }

    .btn {
        width: 50% !important;
    }
}

@media only screen and (min-width: 1130px) and (max-width: 1220px) {
    .accesses-grid {
        width: 910px !important;
    }

    .item {
        width: 440px;
    }
}

@media only screen and (max-width: 767px) {
    .active-subs-title {
        margin-top: 60px;
    }

    .item {
        width: inherit;
    }

    .carrouselCard {
        flex-direction: column;
        height: auto;
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .cardTitleContainer {
        margin: 0px;
        min-height: 200px;
        min-width: 100%;
    }

    .cardDescription {
        margin: 0px;
        height: 100%;
    }

    .cardDescription p {
        font-size: 16px;
        margin-top: 10px;
    }

    .cardDescription span {
        font-size: 16px !important;
    }

    .cardDescription a {
        width: 80% !important;
    }

    .btn-div {
        justify-content: center !important;
        height: 40px !important;
    }

    .btn-primary {
        height: 40px !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .accesses-grid {
        width: 560px !important;
    }

    .swiper {
        width: 380px !important;
    }
}

@media only screen and (min-width: 461px) and (max-width: 600px) {
    .accesses-grid {
        width: 420px !important;
    }

    .swiper {
        width: 320px !important;
    }
}

@media only screen and (max-width: 460px) {
    .title h3 {
        font-size: 23px;
    }

    .item {
        height: 210px;
        padding: 15px !important;
    }

    .item-header h4 {
        padding-left: 5px;
        font-size: 13px;
        width: fit-content;
    }

    .item-icon {
        height: 30px;
        width: 30px;
    }

    .item-buttons-1 {
        margin-top: 35px;
        font-size: 12px;
    }

    .item-buttons-2 {
        margin-top: 35px;
        font-size: 12px;
    }

    .see-button {
        height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .upgrade-button {
        height: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .accesses-grid {
        width: 380px !important;
    }

    .swiper {
        width: 290px !important;
    }
}

@media only screen and (max-width: 390px) {
    .accesses-grid {
        width: 350px !important;
    }

    .pageSelector {
        gap: 20px;
    }

    .swiper {
        width: 260px !important;
    }
}

@media only screen and (max-width: 360px) {
    .accesses-grid {
        width: 340px !important;
    }

    .swiper {
        width: 240px !important;
    }
}

.our-services {
    margin: 50px 0 0 0;
}
