.pink-container.home-page {
    padding-top: 6rem;
}

@media screen and (min-width: 1024px) {
    .pink-container.home-page {
        padding-top: 9rem;
    }
    .presentation-container h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .presentation-container .banner-description-content {
        font-size: 18px;
        line-height: 32px;
    }
    .certify-content, .receive-container {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .certify-content p {
        font-size: 18px;
        line-height: 32px;
    }
    .reasons-banner {
        margin-bottom: 5rem;
    }
    .reasons-banner h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .reasons-banner p {
        font-size: 17px;
        line-height: 32px;
    }
    .section-jenny-help {
        padding: 6rem 0;
    }
    .section-jenny-help .title-jenny-help {
        font-size: 28px;
        line-height: 32px;
    }
    .section-jenny-help .subtitle-jenny-help {
        font-size: 20px;
        line-height: 35px;
    }
    .section-jenny-help .image-container.first img {
        height: 153px;
        width: 153px;
    }
    .section-jenny-help .image-container.second img {
        height: 223px;
        width: 223px;
    }
    .section-jenny-help .image-container.third img {
        height: 200px;
        width: 200px;
    }
    .section-jenny-help .image-container.fourth img {
        height: 130px;
        width: 130px;
    }
    .section-jenny-help .image-container.fifth img {
        height: 300px;
        width: 300px;
    }
    .section-jenny-help .image-container.sixth img {
        height: 180px;
        width: 180px;
    }
    .section-jenny-help .image-container.seventh img {
        height: 120px;
        width: 120px;
    }
    .section-jenny-help .image-container.eighth img {
        height: 203px;
        width: 203px;
    }
    .pink-container.subscription {
        padding: 5rem 3rem;
    }
    .subscription-container p {
        font-size: 20px;
        line-height: 20px;
    }
    .subscription-container .card-body:hover {
        margin-top: -2rem;
    }
    .subscription-container .card {
        height: 533px;
        width: 272px;
        border: none;
    }
    .subscription-container .card .options-container {
        min-height: 16rem;
        padding: 1rem 1rem 0.5rem 1rem;
    }
    .subscription-container .card .options-container.enterprise {
        min-height: 21.5rem
    }
    .subscription-container .card .option-content {
        font-size: 12px;
        margin-bottom: 0.5rem;
        color: #333333;
        font-weight: normal;
    }
    .subscription-container .card .card-link {
        font-size: 16px;
        line-height: 16px;
    }
    .receive-container h2 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }
    .receive-container p {
        font-size: 20px;
        line-height: 35px;
    }
}

@media screen and (max-width: 1023px) {
    .presentation-container h1 {
        font-size: 34px;
    }
    .presentation-container .banner-description-content {
        font-size: 15px;
        line-height: 29px;
    }
    /* .presentation-container .button-begin-container {
        display: flex;
        justify-content: center;
    } */
    .certify-content, .receive-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .certify-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .reasons-banner {
        margin-bottom: 2rem;
    }
    .reasons-banner h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .reasons-banner p {
        font-size: 14px;
        line-height: 24px;
    }
    .section-jenny-help {
        padding: 3rem 0;
    }
    .section-jenny-help .title-jenny-help {
        font-size: 22px;
        line-height: 25px;
    }
    .section-jenny-help .subtitle-jenny-help {
        font-size: 14px;
        line-height: 25px;
    }
    .section-jenny-help .button-container {
        margin-bottom: 5rem;
    }
    .section-jenny-help .image-help-container {
        padding: 0;
    }
    .section-jenny-help .image-container.first img {
        height: 80px;
        width: 80px;
    }
    .section-jenny-help .image-container.second img {
        height: 120px;
        width: 120px;
    }
    .section-jenny-help .image-container.third img {
        height: 90px;
        width: 90px;
    }
    .section-jenny-help .image-container.fourth img {
        height: 90px;
        width: 90px;
    }
    .section-jenny-help .image-container.fifth img {
        height: 130px;
        width: 130px;
    }
    .section-jenny-help .image-container.sixth img {
        height: 120px;
        width: 120px;
    }
    .section-jenny-help .image-container.seventh img {
        height: 120px;
        width: 120px;
    }
    .section-jenny-help .image-container.eighth img {
        height: 150px;
        width: 150px;
    }
    .section-jenny-help .image-help-container p {
        font-size: 14px;
    }
    .pink-container.subscription {
        padding: 2rem 0;
    }
    .subscription-container p {
        font-size: 18px;
        line-height: 18px;
        text-align: center;
    }
    .subscription-container .card {
        width: 272px;
        border: none;
    }
    .subscription-container .card .options-container {
        padding: 0 1rem;
    }
    .subscription-container .card .option-content {
        font-size: 11px;
        color: #333333;
        font-weight: normal;
    }
    .subscription-container .card-title.enterprise {
        margin-bottom: 0;
    }
    .subscription-container .card .card-link {
        color: #FF4A70;
        font-size: 14px;
        line-height: 16px;
    }
    .receive-container h2 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }
    .receive-container p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .presentation-container .presentation-image {
        width: 270px;
        height: 165px;
    }
    .reasons-banner .banner-image {
        width: 280px;
        height: 190px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .presentation-container .presentation-image {
        width: 342px;
        height: 215px;
    }
    .reasons-banner .banner-image {
        width: 342px;
        height: 236px;
    }
}

@media screen and (min-width: 1025px) {
    .presentation-container .presentation-image {
        width: 335px;
        height: 210px;
    }
    .reasons-banner .banner-image {
        width: 300px;
        height: 210px;
    }
}

.presentation-container .company-name {
    color: #FF5C73;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}

.presentation-container h1 {
    color: #232323;
    font-weight: 600;
}

.presentation-container .banner-description-content {
    color: #333333;
}

.presentation-container .message-icon {
    cursor: pointer;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FF5C73;
    border-radius: 25px;
}

.presentation-container .message-icon:hover {
    background-color: rgba(255, 92, 114, 0.767);
}

.certify-content h2 {
    font-weight: 600;
    color: #333333;
    font-size: 28px;
    line-height: 32px;
}

.certify-content p {
    color: #333333;
}

.reasons-banner.container {
    max-width: 1000px;
}

.reasons-banner span {
    color: #FF4A70;
    font-weight: bold;
    font-size: 30px;
}

.reasons-banner h3 {
    color: #333333;
    font-weight: 600;
}

.reasons-banner p {
    color: #333333;
}

.section-jenny-help {
    background-color: #F9FAFC;
}

.section-jenny-help .title-jenny-help {
    color: #323232;
    font-weight: 500;
}

.section-jenny-help .subtitle-jenny-help {
    color: #323232;
    font-weight: normal;
}

.section-jenny-help .image-help-container {
    border-radius: 50%;
}

/* .section-jenny-help .image-help-container img {
    border-radius: 70%;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.2);
} */

.subscription-container .card span {
    color: #FF2F6D;
    font-weight: 600;
}

.subscription-container .fas.fa-chevron-circle-left.disabled, .subscription-container .fas.fa-chevron-circle-right.disabled {
    color: #BCB8B6;
    cursor: initial;
}

.subscription-container .fas.fa-chevron-circle-left, .subscription-container .fas.fa-chevron-circle-right {
    font-size: 20px;
    cursor: pointer;
}

.subscription-container .team-size-container {
    font-size: 20px;
    font-weight: 600;
    color: #FF4A70;
    line-height: 24px;
}

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

.subscription-container .team-size-container .input-number:focus {
    outline: none;
}

.subscription-container .team-size-container .input-number::placeholder {
    text-align: center;
}

.subscription-container .card h5 {
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.subscription-container .card .card-link {
    color: #FF4A70;
}

.subscription-container .card-body {
    text-align: center;
    padding: 1rem 0;
    cursor: pointer;
    background-color: #FFFFFF;
}

.subscription-container .card .card-amount {
    color: #FF4A70;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    justify-content: space-evenly;
}

.subscription-container .card .card-amount .month {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.subscription-container .card .card-amount .currency {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.subscription-container .card .conditions-content {
    color: #333333;
    font-size: 12px;
    line-height: 15px;
}

.subscription-container .card .total-amount-container {
    color: #333333;
    font-weight: 500;
    line-height: 15px;
}

.subscription-container .card .total-amount-container .total-amount-title {
    font-size: 11px;
}

.subscription-container .card .total-amount-container .amount-content {
    font-size: 12px;
}

.subscription-container .card .section-total-amount {
    background-color: #F9FAFC;
    min-height: 4.6rem;
}

.subscription-container .card .section-total-amount .total-members {
    font-size: 12px;
    color: #FF2F6D;
}

.subscription-container .title {
    color: #333333;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
}

.subscription-container p {
    color: #333333;
    font-weight: 500;
}

.receive-container h2 {
    color: #333333;
}

.receive-container p {
    color: #333333;
    font-weight: normal;
}

#alerts-container {
  padding-top: 6em;
}
