.prestation-item {
    margin-bottom: 100px;
}

.prestation-separator {
    border-top: 1px solid #000;
    width: 150px;
    margin: 0 auto 100px;
}
.prestation-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
}
.prestation-title {
    font-family: 'Flatlion', cursive;
    color: #333;
    margin-top: 20px;
    font-size: 5.8rem;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.prestations p, .prestations ul {
    font-family: 'Antic Didone', serif;
}

.prestations ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.prestations li {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .prestation-title {text-align: center; font-size: 4.8rem}
}
