/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.main-content {
    width: 100%;
}

.main-content > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.subscriptions-section {
    background-color: #282828;
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.subscriptions-section > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.subscriptions-section .subscription-cta {
    margin-top: 48px;
}

.subscription-card {
    border: 3px solid;
    padding: 16px;
    border-radius: 22px;
    width: 350px;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.subscription-card:nth-of-type(2) {
    margin: 0 16px;
}

.subscription-card__small-title {
    font-size: 16px;
    font-family: Oswald-Regular;
    margin-bottom: 16px;
}

.subscription-card__title {
    font-size: 32px;
    font-family: Oswald-SemiBold;
    margin-bottom: 16px;   
}

.subscription-card__description * {
    font-family: Oswald-Light;
    color: white;
    line-height: 1.6;
}

.subscription-card__price {
    font-size: 26px;
    font-family: Oswald-Regular;
    margin-top: auto;
    text-align: right;
}

.subscription-cta {
    color: #FFCD42;
    border-color: #FFCD42;
}

.how_to_sibscribe__title {
    color: white;
    font-family: Oswald-SemiBold;
    font-size: 32px;
    margin-bottom: 32px;
}

.how_to_sibscribe__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}

.how_to_sibscribe__step:last-of-type {
    margin-bottom: 0;
}

.how_to_sibscribe__step-number {
    border: 2px solid;
    border-radius: 50%;
    font-size: 26px;
    font-family: Oswald-Regular;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 16px;
}

.how_to_sibscribe__step-content {
    color: white;
    font-family: Oswald-Regular;
    line-height: 1.6;
}

.how_to_sibscribe__step-content ul li {
    list-style-type: disc;
    margin-left: 16px;
}

.how-to-subscribe-div {
    margin-bottom: 96px;
    margin-top: 96px;
}

.title-and-text-section__title {
    color: white;
    font-family: Oswald-SemiBold;
    font-size: 32px;
    margin-bottom: 16px;
}

.titre-section-element {
    margin-bottom: 96px;
}

.title-and-text-section__text * {
    color: white;
    font-family: Oswald-Regular;
    line-height: 1.6;
}
.subscriptions-wrapper {
    width: 100%;
}

.splide__list {
    justify-content: center;
}

@media all and (max-width: 1170px) {
    .splide__list {
        justify-content: inherit;
    }
}

@media all and (max-width: 600px) {
    .top-hero__big_title_underline {
        right: 0 !important;
    }

    .subscription-cta {
        width: 100%;
        transform: none;
    }

    .subscription-cta:hover {
        transform: none;
    }
}