.tt-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(3, 3, 3, 0.3)),url(../img/trattamenti-01.webp) no-repeat right;
    background-size: cover;
    color: white;
    height: 460px;
    padding: 150px 0px 0px 90px;
}
.tt-banner h1{
    font-size: 70px;
}
.tt-banner h2{
    font-size: 30px;
}
.tt-cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 60px;
}
.tt-card {
    width: 40%;
    margin: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.tt-card:hover{
    box-shadow: 0px 0px 22px 0px rgba(188,188,188,0.38);
    transition: all 0.2s linear;
}
.tt-card1{
    width: 82%!important;
    justify-content: space-between;
    height: 200px;
    padding: 15px;
}
.tt-card1 a{
    width: 600px!important;
}
.tt-card img{
    width: 200px;
    height: 200px;
}
.tt-card h3{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}
.tt-card p{
    opacity: 0.9;
}
.tt-card a {
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: black;
    padding: 10px;
    width: 200px;
    text-align: center;
    font-weight: 600;
}
.tt-card a:hover{
    color: white!important;
    background-color: #a0ce4e;
    transition: all 0.3s linear;
}
@media screen and (max-width: 796px) and (min-width:400px){
    .tt-card{
        width: 100%;
    }
    .tt-card1 a{
        width: 100%!important;
    }
    .tt-banner{
        text-align: center;
        padding: 80px 20px;
    }
    .tt-banner h1{
        font-size: 80px!important;
    }
}
@media screen and (max-width: 400px){
    .tt-card{
        width: 100%;
    }
    .tt-card1 a{
        width: 100%!important;
    }
    .tt-banner{
        padding: 20px;
    }
    .tt-banner h1{
        font-size: 50px!important;
    }
    .tt-card1{
        height: unset;
    }
}