#toscana {
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 667px;
    width: 100%;
    overflow: hidden; 
}

#toscana-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/marcellanaitalia/src/images/BACKGROUND.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    will-change: transform; 
}

.content-toscana {
    position: relative;
    z-index: 1; 
}

#toscana .toscana-title {
    font-size: 10rem;
    font-family: 'perandory', sans-serif;
    font-weight: 500;
    color: #ffff;
    text-align: center;
}

#toscana .toscana-subtitle {
    color: #FFF3E5;
    min-width: 468px;
    min-height: 164px;
    font-weight: 100;
    font-size: 3rem;
    border: 1px solid #FFF3E5;
    padding: 2%;
    border-radius: 20px 0 100px 0;
}

#toscana .negrito {
    font-weight: bold;
}

#toscana .container-itens {
    display: flex;
    color: #476031;
    align-items: center;
    justify-content: center;
    min-width: 600px;
    gap: 200px;
}

#toscana .itens {
    display: flex;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #FFF3E5;
    border-radius: 50px;
    padding: 10px 15px;
    align-items: center;
    position: relative;
}

#toscana .itens img {
    max-width: 60px;
    width: 100%;
}

#toscana .item-1 img {
    position: absolute;
    left: -50px;
}

#toscana .item-2 img {
    position: absolute;
    left: -50px;
}

#toscana .item-3 img {
    position: absolute;
    left: -50px;
}


#toscana_button a {
    text-decoration: none;
    color: #FFF3E5;
}

#toscana_button {
    display: flex;
    justify-content: center;
    max-width: 574px;
    font-size: 1.4em;
    margin-top: 50px;
    background-color: #C43400;
    font-weight: 600;
    border-radius: 9px;
    padding: 10px 1%;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.6)
}