﻿.hero{background: linear-gradient(165deg, #eaf6fa 0%, #d8eaf0 75%, #c7dfe7 100%);}
.hero-doctor-content__image{}
.hero-doctor-content__image img{border-radius:3.2rem;max-width:30rem}

.hero-doctor-content__text{padding-bottom:2.4rem}
.hero-doctor-content__text h1{font-size:3.2rem;}
.hero-doctor-content__text h2{font-weight: 400;font-size: 2.1rem;}
.hero-doctor-content__text .button{margin-top:2.4rem}

@media(min-width:992px){
    .hero-doctor-content{display:flex;gap:2.4rem;flex-direction:row-reverse;align-items:end;place-content:space-between}
    .hero-doctor-content__image{width: 200px;flex-shrink:0}
    .hero-doctor-content__image img{border-radius:3.2rem 3.2rem 0 0;max-width:100%;}
    .hero-doctor-content__text h1{margin-top:0}
}


@media(min-width:1440px){
    .hero-doctor-content{width:calc((100% - 11 * 2.4rem)/12 * 8 +  7 * 2.4rem);margin:auto;}
    .hero-doctor-content__text h1{font-size:4.8rem;}
    .hero-doctor-content__image{width: 300px;}
}

@media(min-width:1920px){
    .hero-doctor-content__image{width: 350px;}
}


.page-doctor-content{line-height:1.5;color:#515354}
.page-doctor-content strong{color:var(--primary-color)}
.page-doctor-content ul{list-style:disc;padding-left:4rem;margin:1.6rem 0;display: flex;flex-direction: column;gap: .8rem;}
.page-doctor-content li{display:list-item;}

@media(min-width:1440px){
    .page-doctor-content{width:calc((100% - 11 * 2.4rem)/12 * 8 +  7 * 2.4rem);margin:auto;}
}

.page-doctor-specializzazioni{background: #CFE5F2;padding: 2.4rem;border-radius: 1.6rem;border-left: 10px solid var(--primary-color);margin-top:2.4rem}
.doctor-specializzazioni-list{margin-top:2.4rem;margin-top: 2.4rem;display: flex;gap: 1.1rem;flex-wrap: wrap}
.doctor-specializzazioni-list a{color: #4d5e63;text-decoration: underline;text-underline-position: under;font-size: 2.1rem;line-height: 1.3;    letter-spacing: -.05rem;}
.doctor-specializzazioni-list a:hover{color:#000}

@media(min-width:1440px){
    .page-doctor-specializzazioni{width:calc((100% - 11 * 2.4rem)/12 * 8 +  7 * 2.4rem);margin:2.4rem auto 0;}
}
