.section-padding{
    padding: 3rem 0;
}



/* ================= Fonts ================= */

@font-face{
    font-family: 'Montserrat Regular';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'),
         url('../fonts/montserrat-regular.woff') format('woff');
    font-display: swap;
}

@font-face{
    font-family: 'Montserrat Medium';
    src: url('../fonts/montserrat-medium.woff2') format('woff2'),
         url('../fonts/montserrat-medium.woff') format('woff');
    font-display: swap;
}

@font-face{
    font-family: 'Montserrat SemiBold';
    src: url('../fonts/montserrat-semibold.woff2') format('woff2'),
         url('../fonts/montserrat-semibold.woff') format('woff');
    font-display: swap;
}

@font-face{
    font-family: 'Casino';
    src: url('../fonts/casino_bar-webfont.woff2') format('woff2'),
         url('../fonts/casino_bar-webfont.woff') format('woff');
    font-display: swap;
}

/* ================= Banner ================= */

.detailed-banner-mobile{
    display: none;
}

.detailed-banner-image{
    position: relative;
    margin-top: 2rem !important;
    border-radius: 20px !important;
    overflow: hidden;
}

.detailed-banner-image > img{
    width: 100%;
    display: block;
    position: relative;
}

.detailed-banner-overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}

.detailed-banner-content{
    padding-left: 2.5rem;
    padding-top: 2rem;
    color: #ffffff;
    position: absolute;
    bottom: 5%;
}

.detailed-banner-content h1{
    font-family: 'Montserrat SemiBold';
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 2.5rem;
}



/* ================= Info ================= */

.detailed-banner-info-wrap{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.detailed-banner-info-item{
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.detailed-banner-info-item img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.detailed-banner-info-item span{
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-family: 'Montserrat Regular';
}



/* ================= Rating ================= */

.detailed-banner-rating-wrap{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.detailed-banner-rating-stars{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.detailed-banner-rating-stars img{
    width: 30px;
    height: 30px;
}

.detailed-banner-rating-wrap span{
    color: #ffffff;
    font-size: 24px;
    font-family: 'Montserrat Regular';
}



/* ================= Bottom ================= */

.detailed-banner-bottom-wrap{
    display: flex;
    align-items: center;
    gap: 5rem;
}

.detailed-banner-product-used{
    display: flex;
    align-items: center;
    gap: 2rem;
}

.detailed-banner-product-image img{
    width: 60px;
    height: 90px;
    object-fit: contain;
}

.detailed-banner-product-content p{
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0.4rem;
    font-family: 'Montserrat Regular';
}

.detailed-banner-product-content h4{
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-family: 'Montserrat SemiBold';
}

.detailed-banner-share-wrap{
    text-align: center;
}

.oil-icon-mobile{
    display: none;
}

.detailed-banner-share-icon img{
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}

.detailed-banner-share-wrap span{
    color: #ffffff;
    font-size: 0.95rem;
    font-family: 'Montserrat Medium';
}


/* ================= Recipe Content Section ================= */

.detailed-recipe-content-section{
    padding-top: 1rem;
}

.detailed-recipe-content-box{
    background: #F2CA6B61;
    border: 2px solid #FF9900;
    border-radius: 24px;
    padding: 1rem 2rem;
}

.detailed-recipe-content-box h2{
    font-size: 36px;
    line-height: 1;
    color: #FF9900;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: 'Casino', sans-serif;
    font-weight: normal;
}

.detailed-recipe-description{
    margin-bottom: 2rem;
}

.detailed-recipe-description p{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat Regular';
}

.detailed-recipe-description p:last-child{
    margin-bottom: 0;
}

.detailed-recipe-bottom-wrap{
    display: flex;
    gap: 2rem;
}

.detailed-recipe-bottom-item{
    width: 50%;
}

.detailed-recipe-bottom-item h3{
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 1rem;
    font-family: 'Montserrat SemiBold';
}

.detailed-recipe-bottom-item p{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: 'Montserrat Regular';
}

/* ================= Step By Step Section ================= */

.detailed-steps-section{
    padding-top: 2rem;
}

.detailed-steps-heading-wrap{
    margin-bottom: 3rem;
}

.detailed-steps-heading-wrap h2{
    font-size: 36px;
    line-height: 1;
    color: #FF9900;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: 'Casino';
    font-weight: normal;
    text-align:center;
}

.detailed-steps-heading-wrap p{
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Montserrat Regular';
}


/* ================= Steps Layout ================= */

.detailed-steps-main-wrap{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.detailed-steps-item-wrap{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
}

.detailed-steps-content{
    width: 49%;
}

.detailed-steps-image{
    width: 49%;
    height: 320px;
}

.detailed-steps-image img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 22px;
    object-fit: cover;
}

.detailed-steps-content h3{
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 1rem;
    font-family: 'Montserrat SemiBold';
}

.detailed-steps-content p{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: 'Montserrat Regular';
}


/* ================= Bottom Section ================= */

.detailed-steps-bottom-wrap{
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 4rem;
}

.detailed-steps-bottom-item{
    width: 50%;
}

.detailed-steps-bottom-item h2{
    font-size: 36px;
    line-height: 1.1;
    color: #FF9900;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-family: 'Casino';
    font-weight: normal;
}

.detailed-steps-bottom-item p{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: 'Montserrat Regular';
}

/* ==================================================
                GLOBAL RESPONSIVE
================================================== */

@media screen and (min-width: 2500px) {

    body{
        max-width: 2500px;
        margin: 0 auto;
    }


    /* ================= Banner ================= */

    .detailed-banner-content h1{
        font-size: 7rem;
    }


    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box h2{
        font-size: 4rem;
    }


    /* ================= Steps ================= */

    .detailed-steps-heading-wrap h2{
        font-size: 4rem;
    }

    .detailed-steps-bottom-item h2{
        font-size: 4rem;
    }

}



@media screen and (min-width: 2000px) and (max-width: 2499px) {


    /* ================= Banner ================= */

       .detailed-banner-content h1{
        font-size: 48px;
    }
.detailed-banner-product-image img {
    width: 80px;
    height: 110px
}
.detailed-banner-content {
    padding-left: 2.5rem;
    padding-top: 2rem;
    color: #ffffff;
    position: absolute;
    bottom: 10%;
}

    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box h2{
        font-size: 54px;
    }


    /* ================= Steps ================= */

    .detailed-steps-heading-wrap h2{
        font-size: 44px;
    }

    .detailed-steps-bottom-item h2{
           font-size: 44px;
    }

}



@media screen and (min-width: 1600px) and (max-width: 1999px) {


    /* ================= Banner ================= */

    .detailed-banner-content h1{
        font-size: 48px;
    }
.detailed-banner-product-image img {
    width: 80px;
    height: 110px
}
.detailed-banner-content {
    padding-left: 2.5rem;
    padding-top: 2rem;
    color: #ffffff;
    position: absolute;
    bottom: 10%;
}
    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box h2{
        font-size: 3.4rem;
    }


    /* ================= Steps ================= */

    .detailed-steps-heading-wrap h2{
        font-size: 3.4rem;
    }

    .detailed-steps-bottom-item h2{
        font-size: 3.4rem;
    }

}



@media screen and (min-width: 1025px) and (max-width: 1280px) {


    /* ================= Banner ================= */

    .detailed-banner-content{
        padding-left: 2.5rem;
    }

    .detailed-banner-content h1{
       font-size: 36px;
       line-height: 50px;
    }
.detailed-banner-info-item span, .detailed-banner-rating-wrap span, .detailed-banner-product-content p, .detailed-banner-product-content h4 {
    font-size: 20px;
}
    .detailed-banner-info-wrap{
        gap: 1.2rem;
    }
.detailed-banner-share-icon{
    margin-bottom: 5px;
}
.detailed-banner-product-used, .detailed-banner-bottom-wrap{
    align-items: flex-start;
}

    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box h2{
        font-size: 36px;
    }

    .detailed-recipe-description p{
        font-size: 16px;
    }

    .detailed-recipe-bottom-item h3{
        font-size: 16px;
    }



    /* ================= Steps ================= */

    .detailed-steps-heading-wrap h2{
        font-size: 36px;
    }







    .detailed-steps-bottom-item h2{
        font-size: 36px;
    }

    .detailed-steps-bottom-item p{
        font-size: 16px;
    }

}



@media screen and (min-width: 992px) and (max-width: 1024px) {


    /* ================= Banner ================= */

    .detailed-banner-content{
        padding-left: 2rem;
    }

    .detailed-banner-content h1{
        font-size: 4rem;
        max-width: 400px;
    }


    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box{
        padding: 2rem;
    }

    .detailed-recipe-content-box h2{
        font-size: 2.2rem;
    }

    .detailed-recipe-description p{
        font-size: 1.1rem;
    }

    .detailed-recipe-bottom-item h3{
        font-size: 1.35rem;
    }

    .detailed-recipe-bottom-item p{
        font-size: 1.05rem;
    }


    /* ================= Steps ================= */

    .detailed-steps-heading-wrap h2{
        font-size: 2.2rem;
    }

    .detailed-steps-heading-wrap p{
        font-size: 1.1rem;
    }

    .detailed-steps-item-wrap,
    .detailed-steps-item-reverse{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .detailed-steps-content,
    .detailed-steps-image{
        width: 100%;
    }

    /* .detailed-steps-content{
        display: contents;
    } */

    .detailed-steps-content h3{
        order: 1;
        font-size:26px;
        margin-bottom: 0;
    }

    .detailed-steps-image{
        order: 2;
    }

    .detailed-steps-content p{
        order: 3;
    }

    .detailed-steps-bottom-item h2{
        font-size: 2rem;
    }


}

.detailed-banner-mobile img{
    height: auto !important;
}


@media screen and (min-width: 569px) and (max-width: 991px) {


    /* ================= Banner ================= */

.detailed-banner-image > img{
        min-height: 580px;
        object-fit: cover;
    }

    .detailed-banner-overlay{
        align-items: center;
    }

    .detailed-banner-content{
        padding: 1rem;
        max-width: 90% !important;
        bottom: 60%;
        width: 100%;
        left: 5%;
    }

    .detailed-banner-content h1{
        font-size: 36px !important;
        max-width: 100%;
        margin-bottom: 2rem;
        line-height: 44px;
        letter-spacing: 0;
    }
.detailed-banner-info-item {
    align-items: flex-start;
}
    .detailed-banner-rating-wrap span{
        font-size: 20px;
    }

    .detailed-banner-rating-stars img{
        width: 25px;
        height: 25px;
    }

    .detailed-banner-info-item span{
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .detailed-banner-info-item img{
        width: 25px;
        height: 25px;
    }

    .detailed-banner-info-wrap{
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .detailed-banner-rating-wrap{
        margin-bottom: 1.5rem;
    }

    .detailed-banner-mobile{
        display: block;
    }

    .detailed-banner-desktop{
        display: none;
    }



   /* ================= MOBILE OIL + SHARE FIX ================= */

.oil-icon-desktop{
    display: none;
}

.oil-icon-mobile{
    display: flex;
    width: 100%;
    margin-top: 5rem;
}

.oil-icon-wrapper{
    width: 100%;
    display: flex;
            align-items: flex-start;
        justify-content: unset;
        gap: 3rem;
}

.detailed-banner-product-used{
    gap: 0.8rem;
    align-items: flex-start;
}

.detailed-banner-product-image img{
          width: 60px;
        height: 80px;
}

.detailed-banner-product-content p{
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.detailed-banner-product-content h4{
    font-size: 20px;
}

.detailed-banner-share-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detailed-banner-share-icon img{
    width: 30px;
    height: 30px;
}

.detailed-banner-share-wrap span{
    font-size: 20px;
    margin-top: 0.2rem;
}
    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box{
        padding: 1.8rem 1.2rem;
        border-radius: 18px;
    }

    .detailed-recipe-content-box h2{
        font-size: 1.8rem;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }

    .detailed-recipe-description{
        margin-bottom: 2rem;
    }

    .detailed-recipe-description p{
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }

    .detailed-recipe-bottom-wrap{
        flex-direction: column;
        gap: 2rem;
    }

    .detailed-recipe-bottom-item{
        width: 100%;
    }

    .detailed-recipe-bottom-item h3{
        font-size: 1.2rem;
    }

    .detailed-recipe-bottom-item p{
        font-size: 1rem;
    }


    /* ================= Steps ================= */

    .detailed-steps-heading-wrap{
        margin-bottom: 2rem;
    }

    .detailed-steps-heading-wrap h2{
        font-size: 1.8rem;
        line-height: 1.1;
    }

    .detailed-steps-heading-wrap p{
        font-size: 1rem;
    }

    .detailed-steps-item-wrap,
    .detailed-steps-item-reverse{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .detailed-steps-content,
    .detailed-steps-image{
        width: 100%;
    }

    /* .detailed-steps-content{
        display: contents;
    } */

    .detailed-steps-content h3{
        order: 1;
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .detailed-steps-image{
        order: 2;
    }

    .detailed-steps-content p{
        order: 3;
        font-size: 1rem;
        line-height: 1.8;
    }

    .detailed-steps-bottom-wrap{
        flex-direction: column;
        margin-top: 3rem;
        gap: 2rem;
    }

    .detailed-steps-bottom-item{
        width: 100%;
    }

    .detailed-steps-bottom-item h2{
        font-size: 1.8rem;
    }

    .detailed-steps-bottom-item p{
        font-size: 1rem;
    }

}



@media screen and (min-width: 320px) and (max-width: 568px) {


    /* ================= Banner ================= */

.detailed-banner-image > img{
        min-height: 580px;
        object-fit: cover;
    }

    .detailed-banner-overlay{
        align-items: center;
    }

    .detailed-banner-content{
        padding: 1rem;
        bottom: 33% !important;
        width: 100%;
        left: 36px !important;    
    }

    .detailed-banner-content h1{
        font-size: 28px !important;
        max-width: 100%;
        margin-bottom: 1rem;
        line-height: 40px;
        letter-spacing: 0;
    }

    .detailed-banner-rating-wrap span{
        font-size: 16px;
    }

    .detailed-banner-rating-stars img{
        width: 25px;
        height: 25px;
    }

    .detailed-banner-info-item span{
        font-size: 16px;
    }

    .detailed-banner-info-item img{
        width: 20px;
        height: 20px;
    }

    .detailed-banner-info-wrap{
        flex-wrap: wrap;
        gap: 0rem;
        margin-bottom: 1rem;
    }

    .detailed-banner-rating-wrap{
        margin-bottom: 1.5rem;
    }

    .detailed-banner-mobile{
        display: block;
    }

    .detailed-banner-desktop{
        display: none;
    }



   /* ================= MOBILE OIL + SHARE FIX ================= */

.oil-icon-desktop{
    display: none;
}

.oil-icon-mobile{
    display: flex;
    width: 100%;
    margin-top: 12rem;
}

.oil-icon-wrapper{
    width: 100%;
    display: flex;
            align-items: flex-start;
        justify-content: unset;
        gap: 2rem;
}

.detailed-banner-product-used{
    gap: 0.8rem;
    align-items: flex-start;
}

.detailed-banner-product-image img{
    width: 42px;
    height: 65px;
}

.detailed-banner-product-content p{
    font-size: 14px;
    margin-bottom: 0.2rem;
}

.detailed-banner-product-content h4{
    font-size: 16px;
}

.detailed-banner-share-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detailed-banner-share-icon img{
    width: 30px;
    height: 30px;
}

.detailed-banner-share-wrap span{
    font-size: 14px;
    margin-top: 0.2rem;
}


    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box{
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .detailed-recipe-content-box h2{
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 1.2rem;
    }

    .detailed-recipe-description{
        margin-bottom: 1.8rem;
    }

    .detailed-recipe-description p{
        font-size: 0.95rem;
        line-height: 1.8;
        margin-bottom: 1.2rem;
    }

    .detailed-recipe-bottom-wrap{
        flex-direction: column;
        gap: 1.5rem;
    }

    .detailed-recipe-bottom-item{
        width: 100%;
    }

    .detailed-recipe-bottom-item h3{
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .detailed-recipe-bottom-item p{
        font-size: 0.95rem;
        line-height: 1.8;
    }


    /* ================= Steps ================= */

    .detailed-steps-heading-wrap{
        margin-bottom: 2rem;
    }

    .detailed-steps-heading-wrap h2{
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .detailed-steps-heading-wrap p{
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .detailed-steps-item-wrap,
    .detailed-steps-item-reverse{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .detailed-steps-content,
    .detailed-steps-image{
        width: 100%;
    }

    /* .detailed-steps-content{
        display: contents;
    } */

    .detailed-steps-content h3{
        order: 1;
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .detailed-steps-image{
        order: 2;
    }

    .detailed-steps-content p{
        order: 3;
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .detailed-steps-image img{
        border-radius: 16px;
    }

    .detailed-steps-bottom-wrap{
        flex-direction: column;
        gap: 2rem;
        margin-top: 2.5rem;
    }

    .detailed-steps-bottom-item{
        width: 100%;
    }

    .detailed-steps-bottom-item h2{
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .detailed-steps-bottom-item p{
        font-size: 0.95rem;
        line-height: 1.8;
    }

}



/* nest hub */

@media screen and (width: 1024px) and (max-height: 700px) {


    /* ================= Banner ================= */

    .detailed-banner-content h1{
        font-size: 32px;
        max-width: 100%;
        line-height: 46px;
    }
.detailed-banner-info-item span, .detailed-banner-rating-wrap span, .detailed-banner-product-content p, .detailed-banner-product-content h4 {
    font-size: 16px;
}

    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box h2{
        font-size: 2rem;
    }


    /* ================= Steps ================= */

    .detailed-steps-heading-wrap h2{
        font-size: 2rem;
    }

    .detailed-steps-bottom-item h2{
        font-size: 2rem;
    }

}



/* ipad pro */

@media screen and (width: 1024px) and (min-height: 1000px)  {


    /* ================= Banner ================= */

    .detailed-banner-image > img{
        min-height: 580px;
        object-fit: cover;
    }

    .detailed-banner-overlay{
        align-items: center;
    }

    .detailed-banner-content{
        padding: 1rem;
        max-width: 100%;
        bottom: 60%;
        width: 100%;
        left: 5%;
    }

    .detailed-banner-content h1{
        font-size:40px;
        max-width: 100%;
        margin-bottom: 2rem;
        line-height: 44px;
        letter-spacing: 0;
    }
.detailed-banner-info-item {
    align-items: flex-start;
}
    .detailed-banner-rating-wrap span{
        font-size: 24px;
    }

    .detailed-banner-rating-stars img{
        width: 25px;
        height: 25px;
    }

    .detailed-banner-info-item span{
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .detailed-banner-info-item img{
        width: 25px;
        height: 25px;
    }

    .detailed-banner-info-wrap{
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .detailed-banner-rating-wrap{
        margin-bottom: 1.5rem;
    }

    .detailed-banner-mobile{
        display: block;
    }

    .detailed-banner-desktop{
        display: none;
    }







   /* ================= MOBILE OIL + SHARE FIX ================= */

.oil-icon-desktop{
    display: none;
}

.oil-icon-mobile{
    display: flex;
    width: 100%;
    margin-top: 12rem;
}

.oil-icon-wrapper{
    width: 100%;
    display: flex;
            align-items: flex-start;
        justify-content: unset;
        gap: 2rem;
}

.detailed-banner-product-used{
    gap: 0.8rem;
    align-items: flex-start;
}

.detailed-banner-product-image img{
    width: 42px;
    height: 65px;
}

.detailed-banner-product-content p{
    font-size: 24px;
    margin-bottom: 0.2rem;
}

.detailed-banner-product-content h4{
    font-size: 24px;
}

.detailed-banner-share-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detailed-banner-share-icon img{
    width: 30px;
    height: 30px;
}

.detailed-banner-share-wrap span{
    font-size: 14px;
    margin-top: 0.2rem;
}

    /* ================= Recipe Content ================= */

    .detailed-recipe-content-box h2{
        font-size: 2.5rem;
    }


    /* ================= Steps ================= */

    .detailed-steps-item-wrap,
    .detailed-steps-item-reverse{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .detailed-steps-content,
    .detailed-steps-image{
        width: 100%;
    }

    /* .detailed-steps-content{
        display: contents;
    } */

    .detailed-steps-content h3{
        order: 1;
        margin-bottom: 0;
    }

    .detailed-steps-image{
        order: 2;
    }

    .detailed-steps-content p{
        order: 3;
    }

    .detailed-steps-heading-wrap h2{
        font-size: 2.5rem;
    }

    .detailed-steps-bottom-item h2{
        font-size: 2.5rem;
    }

}

