#prestation-page #prestation-section {
    background-color: #F8F4EE;
}

#prestation-page #prestation-section .section-container {
    opacity: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#prestation-page #prestation-section .section-container h1 {
    font-family: 'Darker Grotesque', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#prestation-page #prestation-section .section-container h1:after {
    position: absolute;
    content: " ";
    top: 20px;
    border-bottom: 3px solid var(--secondary-color);
    padding-bottom: 10px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%) ;
}

#prestation-page #prestation-section .section-container p {
    font-size: 16px;
    margin-bottom: 30px;
}

#prestation-page #prestation-section .section-container p strong {
    font-weight: bold;
}

#prestation-page #prestation-section .section-container .link-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#prestation-page #prestation-section .section-container .img-container {
    display: flex;
    width: 100%;
}

#prestation-page #prestation-section .section-container figure {
    margin: 0 auto;
    width: 100%;
}

#prestation-page #form-section2 {
    background-color: #F8F4EE;
}

#prestation-page #form-section2 .section-container {
    opacity: 1;
    padding-top: 0;
}

#prestation-page #form-section2 .section-container .form-container {
    box-shadow: 12px 12px 38px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin: 0 auto;
    border-radius: 25px;
}


/* Desktop Version */
@media screen and (min-width: 992px) {
    #prestation-page #prestation-section .section-container {
        row-gap: 20px;
    }


    #prestation-page #prestation-section .section-container h1 {
        font-size: 43px;
    }

    #prestation-page #prestation-section .section-container h1:after {
        padding-bottom: 40px;
    }

    #prestation-page #prestation-section .section-container p {
        font-size: 24px;
    }


    #prestation-page #prestation-section .section-container .img-container {
        width: 85%;
    }

    #prestation-page #prestation-section .section-container .img-container figure {

    }

    #prestation-page #form-section2 .section-container {
        padding: 20px 60px 60px 60px;
    }

    #prestation-page #form-section2 .section-container .form-container {
        width: 85%;
    }
}