.destinazioni-hero {
    height: 812px;
}

.destinazioni-hero:before {
    content: "";
    width: 690px;
    height: 31px;
    background: rgba(74, 193, 240, 0.71);
    position: absolute;
    top: 347px;
    left: 50%;
    margin-left: -345px;
}

.destinazioni-hero h2.title {
    margin-top: 184px;
    margin-bottom: 10px;
}

.destinazioni-scorso p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 70px !important;
    padding: 0px 184px;
}

.destinazioni-scorso .p-title p {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 50px !important;
    margin-top: 70px;
    padding: 0px 250px;
} 

.destinazioni-stati {
    padding-bottom: 182px;
}

.destinazioni-stati p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 30px;
}

.destinazioni-stati h2 {
    margin-top: -10px;
    padding-top: 100px;
}

.destinazioni-stati img {
    padding-top: 184px;
    margin-left: 12px;
}

.detinazioni-città-call-to-action p {
    width: 228px;
    height: 40px;
    background: rgba(74, 193, 240, 0.25);
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 4px;
}

.first-row-city {
    margin-top: -200px;
}

.detinazioni-città-call-to-action a:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    font-weight: 900;
    margin-right: 6px;
}

.detinazioni-città-call-to-action p:hover {
    background: #F2407F;
    color: white;
}

.detinazioni-città-call-to-action p a:hover {
    color: white;
}

.detinazioni-città-call-to-action a:hover:before {
    color: white !important;
}

.display-none-dont-touch {
    display: none;
}

.detinazioni-città-call-to-action a {
    display: block;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    width: 228px;
}

@media screen and (max-width: 1200px) {
    .detinazioni-città-call-to-action a {
        width: 188px;
    }
    .detinazioni-città-call-to-action p {
        width: 188px;
    }
    .first-row-city {
        margin-top: -106px !important;
    }
    .chisiamo-bread {
        margin-top: 92px;
    }
}

@media screen and (max-width: 996px) {
    .destinazioni-scorso .p-title p {
        padding: 0px 100px;
    }
    .destinazioni-scorso p {
        padding: 0px 100px;
    }
    .first-row-city {
        margin-top: 10px !important;
    }
    .chisiamo-bread {
        margin-top: 80px;
    }
    .detinazioni-città-call-to-action p {
        width: 146px;
        font-size: 14px;
        margin-top: 4px;
        margin-left: 0px;
    }
    .detinazioni-città-call-to-action a {
        width: 146px;
    }
    .destinazioni-stati {
        padding-bottom: 88px;
    }
}


@media screen and (max-width: 768px) {
    .destinazioni-scorso .p-title p {
        padding: 0px 0px;
    }
    .destinazioni-scorso p {
        padding: 0px 10px;
    }
    .first-row-city {
        margin-top: 0px !important;
    }
    .chisiamo-bread {
        margin-top: 80px;
    }
    .detinazioni-città-call-to-action p {
        width: 220px;
        font-size: 15px;
        margin-top: 4px;
        margin-left: 0px;
    }
    .detinazioni-città-call-to-action a {
        width: 220px;
    }
    .destinazioni-stati {
        padding-bottom: 50px;
    }
    .chisiamo-bread {
        margin-top: 0px;
    }
    .destinazioni-hero:before {
        display: none;
    }
    .destinazioni-hero h2 {
        font-size: 40px;
    }
    .destinazioni-hero {
        height: 550px;
    }
    .destinazioni-hero h2.title {
        margin-top: 78px;
    }
    .destinazioni-stati h2 {
        padding: 0px 10px;
        padding-top: 50px;
    }
    .destinazioni-stati p {
        padding: 0px 10px;
    }
    .destinazioni-stati img {
        padding-top: 30px;
        margin-left: 0px;
    }
    .detinazioni-città-call-to-action {
        margin-top: 15px;
        padding-left: 10px;
    }
}