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

.sp_opp_wraper {
    max-width: 845px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sp_opp_wraper :is(h2, p) {
    color: var(--primary-black);
    text-align: center;
}



.mySPswiper {
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
}

.sp_count {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-white);
}

.sp_count span {
    display: inline-block;
    color: var(--primary-green);
    font-size: 9rem;
    font-weight: bold;
}
.signup_content p{
    max-width: 754px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 1200px) {
    .mySPswiper .swiper-slide {
        max-width: 330px;
        width: 100%;
    }

    .sp_opp_wraper :is(h2) {
        max-width: 80%;
    }
}

@media(max-width: 1200px) {
    .mySPswiper {
        padding-bottom: 53px;
    }

    .mySPswiper .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .mySPswiper .swiper-pagination-bullet-active{
        background: var(--primary-green) !important;
    }
}

@media(max-width: 575px) {
    .sp_opp_wraper :is(p) {
        margin-bottom: 15px !important;
    }

    .sp_count {
        margin-bottom: 7px !important;
    }
}