/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    .text-xs-center{
        text-align: center !important;
    }
    .text-xs-left{
        text-align: left !important;
    }
    h1 {
        font-weight: bold !important;
        font-size: 28px !important;
    }
    h3,
    h2{
        font-weight: bold !important;
        font-size: 22px !important;
    }
    body .lead {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.7;
    }
    .plist li{
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    section>img{opacity: 0;}
    .tobtn a{
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    body .card-pink *{
        width: 100%;
        
    }
    body .card-pink h3{margin-bottom: 20px !important;}
    body .card-pink br{display: none;}
    body .card-pink{
        display: flex;
        row-gap: 4;
        width: 100%;
        background: var(--color-pink);
        padding: 50px 20px;
        border-radius: 20px;
        justify-content: space-between;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .mt-xs-40{margin-top: 40px;}
    body .cta{
        padding-bottom: 0 !important;

    }
        body .capsule-ft .cp {
            padding: 20px 15px;
            color: white;
        }
    body .capsule-ft{
        border-radius: 0 !important;
        border: 0;
        background-color: var(--color-pink);
    }
    body .boxPink li{
        width: 100%;
        margin-bottom: 20px;
    }

}