section.heading-page {
    background-image: url(../../../../banner/chi-siamo-bg.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 230px;
    text-align: center;
    background-position-y: -506px !important;
}

.down-content {
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.meeting-single-item .down-content h4 {
    color: #fff !important;
}
.meeting-single-item .down-content {
    background-color: #3c4345 !important;
}
.meeting-single-item .down-content h5 {
    color: #fff !important;
}
.meeting-single-item .down-content p {
    color: #fff !important;
}

section#testimonials {
    background-color: #3c4345 !important;
}
.testimonials .testimonial-item {
    background-color: #1f262c !important;
}
@media (max-width: 767.98px) {
    section.heading-page {
        background-position-y: 0px !important;
    }
    .meeting-single-item .down-content {
        background-color: #fff;
        padding: 20px !important;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    section.meetings-page {
        padding-top: 80px !important;
        padding-bottom: 0px !important;
    }
}

