#depoimento-gabriel {
    padding: 100px 15px;
}
#depoimento-gabriel h3 {
    color: #fff;
    text-align: center;
    font-family: "Margem-regular";
    font-size: 40px;
    font-weight: 900;
}
#depoimento-gabriel .depoimento {
    max-width: 742px;
    margin: 45px auto;
}
#depoimento-gabriel .depoimento button {
    display: block;
    inset: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    z-index: 1;
    cursor: pointer;
    border: none;
    background: 0 0;
    outline: none;
}
#depoimento-gabriel a {
    max-width: 435px;
    height: 57px;
    text-align: center;
    color: #fff;
    background: #DD303E;
    font-family: "Margem-regular";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 6px;
}
@media screen and (max-width: 680px) {
    #depoimento-gabriel h3 {
        text-align: left;
        max-width: 340px;
        font-size: 32px;
    }

}