.elementor-7483 .elementor-element.elementor-element-e8d1d46 > .elementor-container{max-width:1300px;}.elementor-7483 .elementor-element.elementor-element-0800cd6{width:100%;max-width:100%;}.elementor-7483 .elementor-element.elementor-element-6c86584 > .elementor-container{max-width:1300px;}/* Start custom CSS */.swiper {
    margin-top: 100px;
    width: 1300px;
}

.swiper-slide {
    margin-right: 40px;
    width: 316px !important;
} 

.swiper-button-next, .swiper-button-prev {
    background-color: transparent !important;
    color: green !important;
    font-size: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next::after, .swiper-button-prev::after {
    background-color: transparent !important;
    border-radius: 50%;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* Optional: Hover effect */
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: darkgreen !important;
}


.card {
        width: 316px;
        display: flex;
        padding: 22px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex: 1 0 0;
        border-radius: 8px;
        background: #0E1D14;
    }
    .card h1 {
        color: #62C971;
        font-family: Roboto;
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 52.8px;
        margin: 0;
    }
    .card p {
        color: #FFF;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin:0;
    }
    
@media (max-width: 992px) {
    .swiper {
        width: 100%;
        margin-top: 50px;
    }
}/* End custom CSS */