.intro-pacienti {
    z-index: 3!important;
    transform: translateZ(0);
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
}
/*.overlay{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    z-index: 2;*/
/*    background: #f5f5f700;*/
/*    opacity: 1.0;*/
/*}*/
/*!* TEMPLATE STYLES *!*/

/*html,*/
/*body,*/
/*.view {*/
/*    height: 100%;*/
/*}*/

footer.page-footer {
    background-color: #00428bb3;
}
/*Contact section*/

#contact .fa {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1C2331;
}


body {
    font-family: 'aptos-regular', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.info-section {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-container p {
    margin: 15px 0;
    text-align: center;
}

.regions-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.regions-list li {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: center;
}

.regions-list a {
    display: block;
    padding: 10px 15px;
    background: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.regions-list a:hover {
    background: #0056b3;
}

@font-face {
    font-family: 'aptos-regular';
    src: url('/css/fonts/Aptos.ttf') format('truetype');
}

.wrapper-homepage h1 {
    font-size:14px;
}

.wrapper-homepage h2 {
    font-size:18px;
    font-family: 'aptos-regular';
    src: url('/css/fonts/Aptos.ttf') format('truetype');
}

.wrapper-homepage h3 {
    font-size:16px;
    font-family: 'aptos-regular';
    src: url('/css/fonts/Aptos.ttf') format('truetype');
}
.homepage-banner img {
    max-width: 100%;
}

.center-hp-text {
    margin-top: 5rem;
}

.thumbnail-ytb img {
    max-width: 90%;
}

@media (max-width:480px) {
    .thumbnail {
        max-width:400px;
        width: 100%;
        overflow: hidden;
    }
    .center-hp-text {
        margin-top: 1rem;
    }
    .thumbnail-ytb img {
        width: 100%;
        
    }
}
