/* Large desktops */
@media only screen and (min-width: 2500px) and (min-height: 1160px)  {

    .card-info-process-production-top {
        padding: 74px 0;
    }
}

@media only screen and (min-width: 1280px) {

    /* recipe costum css  */
    .btn-recipe {
        display: flex !important;
        justify-content: end !important;
    }

    .btn-recipe a {
        padding-inline: 0.5rem !important;
    }

    .content-title-recipe {
        height: 40vh !important;
        position: relative;
        justify-content: center;
    }

    .title-bar-recipe {
        padding: 1rem !important;
    }

    .img-recipe {
        aspect-ratio: 1/1;
        border-radius: 50%;
        top: 50%;
        left: 0%;
        position: absolute;
        z-index: 1;
        width: 50%;
        transform: translate(-8rem, -50%);
        object-fit: cover;
        border: 8px solid var(--thm-base);
    }

    .img-recipe-product {
        top: 50%;
        right: 0%;
        position: absolute;
        z-index: 1;
        width: 35%;
        transform: translate(5rem, -50%);
    }

    .card-title-recipe-size {
        width: 65%;
        position: relative;
    }

    .button-terms-condition {
        display: flex !important;
        justify-content: end !important;
    }
}

@media only screen and (max-height: 825px) {
    section .inner-container {
        padding: 200px 0px 89px !important;
    }

    section .inner-container h2 {
        font-size: 40px !important;
    }
}