h1 {
    text-align: center;
    font-family: 'Marcellus', serif;
    font-size: 48px;
    color: #c4a087;
    margin-top: 110px;
}
.temoignage {
    display: flex;
    margin-top: 110px;
}
.temoignage1 {
    width: 30%;
    margin-left: 11.5%;
}
.temoignage2 {
    width: 30%;
    margin-left: 17%;
}
.temoignage img {
    width: 100%;
}
h2 {
    font-family: 'Marcellus', serif;
    font-size: 28px;
    color: #c4a087;
    text-align: center;
    font-weight: 400;
    margin-top: 75px;
}
p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: #1f1f1f;
    text-align: center;
    line-height: 24px;
}
.contact {
    margin: auto;
    margin-top: 130px;
    margin-bottom: 100px;
    width: 135px;
    height: 55px;
    background-color: #c4a087;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0e5dd;
}
.contact:hover{
    background-color: #f0e5dd;
    color: #1f1f1f;
}
.contact h3 {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 600px) {
    .temoignage {
        flex-direction: column;
        margin-top: 60px;
    }
    .temoignage1, .temoignage2 {
        width: 70%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .temoignage2 {
        margin-top: 2em;
    }
    h2 {
        order: -1;
        font-size: 35px;
        margin-bottom: 1em;
    }
    p {
        margin-top: 2em;
    }
}