.people {
    width: 350px !important;
    bottom: 10vh !important;
}

.city{
    bottom: 10vh !important;
}

.logo{
    bottom: 5vh !important;
}

.hero{
    height: 800px !important;
}

span{
    font-weight: 600 !important;
}

p{
    font-size: 20px;
}

.divider{
    border: 2px solid lightgrey;
    width: 100%;
    height: 2px;
    margin: 20px auto !important;
}

/* Article-info */

.article-info {
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-container{
    width: fit-content;
    font-size: 14px;
    background-color: #F18000;
    color: white;
    font-weight: 600;
    border-radius: 16px;
    padding: 5px 10px;
    margin: 5px 5px;
}

.article-info p{
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

/* Article section */

.article-image img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);
}

.text-container{
    width: 95%;
    margin: 20px auto;
}

.redazione{
    width: 95%;
    margin: 0 auto;
}

/* Share */

.share-container{
    width: 100%;
    flex-direction: column;
    margin: 60px auto 100px auto;
}

.share-container p{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px !important;
    text-align: center;
}

.share-btn{
    border: 0;
    margin: 0 15px;
}

.share-btn img{
    width: 40px;
    height: 40px;
}

/* Email Update */

.email-update{
    position: relative;
    background-color: #EFEFEF;
    margin-top: 100px;
    padding-top: 75px;
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
}

.email-icon{
    position: absolute;
    display: flex;
    justify-content: center;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 !important;
}

.privacy{
    width: 90%;
    margin: 0 auto;
}

form input[type="email"],
form button{
    border: 0;
    border-radius: 10px;
    padding: 10px 25px;
    width: 70%;
    margin: 20px 0;
}

form input::placeholder{
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

form button{
    background-color: #F18000;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.related-articles{
    width: 90%;
    margin: 0 auto;
}

.related-article .title {
    color: var(--dark-text);
    text-decoration: none;
    cursor: pointer;
}

.related-article .title:hover {
    color: var(--theme-color);
}

.vertical-separator{
    height: 80%;
    border: 2px solid lightgrey;
}

/* footer */

footer{
    margin-top: 40px !important;
}

@media (min-width: 1200px) {

    .form_btn{
        display: none !important;
    }

    .my-text-title{
        height: 200px;
    }

    .hero{
        height: 650px !important;
    }

    .article-info{
        /* width: 85% !important; */
        margin: 50px auto 20px auto;
    }

    .divider{
        margin: 20px 0 20px 0 !important; 
        width: 100% !important;
    }

    .article-padding-cont{
        width: 100%;
        margin: 0 auto;
    }

    .article-image img{
        width: 100%;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .text-container{
        width: 95%;
        margin: 0 auto;
        max-width: 1900px;
    }

    .related-article img{
        border-radius: 16px;
    }

    .privacy{
        width: 80%;
        margin: 0 auto;
    }

    /* .related-articles{
        padding-left: 30px !important;
    } */

    .share-container{
        margin: 80px 0;
    }

    .share-container p{
        margin-right: 20px;
        margin: 0 20px 20px 0;
    }
}