.heroTextHome {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.scrollItem {
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titleSection {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    width: 100%;
}

.secondSectionServizi, .thirdSectionServizi{
    padding: 30px 20px;
}

.serviziList{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.serviziList li{
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 10px;
    padding-top: 15px;
}

.serviziList b{
    color: #fff;
}

.arrowList{
    color: #fff;
    font-size: 30px;
    line-height: 0px;
}