/*=========================================
        SERVIZI TABLET
=========================================*/

@media (min-width:768px) and (max-width:1366px){

.room-services{

    padding:80px 0;

}

.services-title{

    font-size:2.7rem;

}

.services-subtitle{

    font-size:1.08rem;

    line-height:1.8;

    max-width:760px;

    margin:0 auto 45px;

}

/* Layout */

.services-layout{

    display:flex;

    flex-direction:column;

    gap:40px;

}

/* Due colonne */

.services-grid{

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

/* Card */

.service-item{

    padding:22px 18px;

    border-radius:22px;

    gap:16px;

}

.service-item::before{

    display:none;

}

/* Icone */

.service-icon{

    width:62px;

    height:62px;

    font-size:1.6rem;

}

/* Titolo servizio */

.service-text h3{

    font-size:1.25rem;

    margin-bottom:8px;

}

/* Descrizione */

.service-text p{

    font-size:1rem;

    line-height:1.7;

}

/* Box Prenota */

.services-book{

    width:100%;

    text-align:center;

    padding:40px 30px;

    border-radius:24px;

}

.services-book h3{

    font-size:2rem;

}

.services-book p{

    font-size:1.05rem;

    line-height:1.8;

}

.services-book .btn-prenota{

    padding:18px 32px;

    font-size:1.05rem;

    border-radius:18px;

}

}