.subscriptions-page {
    background-color: #F7ECE8;
}

@media screen and (min-width: 1024px) {
    .subscriptions-page .pink-container.subscriptions {
        padding-top: 5rem;
    }
}

.subscriptions-page .header-container.container {
    max-width: 1200px;
}

.subscriptions-page .header-container img {
    cursor: pointer;
}

.subscriptions-page .header-container a {
    color: #FF5C73;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    cursor: pointer;
}

.subscriptions-page .header-container a:hover {
    color: #FF5C73;
    text-decoration: underline;
}

@media screen and (max-width: 1023px) {
    .subscriptions-page .pink-container.subscriptions {
        padding-top: 3rem;
    }
    /* .subscriptions-page .subscription-container p {
        font-size: 18px;
        line-height: 23px;
    } */
    .column-enterprise-container .card-amount-enterprise {
        font-size: 16px;
        line-height: 20px;
        color: #FF0069;
        font-weight: 500;
        min-height: 6rem;
    }
    .column-enterprise-container .enterprise-description {
        font-size: 12px;
        line-height: 20px;
        color: #323232;
    }
}

@media screen and (min-width: 1024px) {
    .column-enterprise-container .card-amount-enterprise {
        font-size: 16px;
        line-height: 21px;
        color: #FF0069;
        font-weight: 500;
        min-height: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .column-enterprise-container .enterprise-description {
        font-size: 12px;
        line-height: 20px;
        color: #323232;
    }
}

.subscription-container .input-container .input-number-mobile {
    width: 60vw;
    border: none;
    border-bottom: 1px solid #333333;
    background-color: transparent;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
}