.testmonials {
    width: 100%;
    height: 120vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #F6F6F6;
}

.testmonials h3 {
    text-align: center;
    font-size: 200%;
}

.incorporation-testmony {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    border: 9px solid #4DB0DF;
    border-radius: 16px;
    width: 90%;
    height: 60%;
    overflow: hidden;
}
.prints-navigation {
    margin-top: -18%;
    width: 300px;
    height: 400px;
    border-radius: 14px;
    background-size: contain; /* ou 'cover', dependendo do efeito desejado */
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.566);
}
.navigation-testimony {
    display: flex;
    justify-content: space-between;
    width: 36%;
    margin-top: 10px;
    position: absolute;
    bottom: 2%;
}
.button {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D8D8D8;
}

.marks {
    height: 10%;
    width: 14%;
}

.marks img {
    width: 14px;
}


@media (min-width: 840px) {
    .testmonials {
        width: 100%;
        height: 120vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        padding: 0 6%;
    }

    .testmonials h3 {
        text-align: start;
        width: 40%;
        font-size: 140%;
    }
    
    .incorporation-testmony {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: row;
        position: relative;
        border: 9px solid #4DB0DF;
        border-radius: 16px;
        width: 60%;
        height: 70%;
        overflow: hidden;
    }
    .prints-navigation {
        margin-top: 2%;
        width: 420px;
        height: 60%;
        border-radius: 14px;
        background-size: contain; /* ou 'cover', dependendo do efeito desejado */
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.566);
    }
    .navigation-testimony {
        display: flex;
        justify-content: space-between;
        width: 18%;
        position: absolute;
        bottom: 45%;
        right: 2%;
    }
    .button {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #D8D8D8;
    }
    
    .marks {
        height: 20%;
        width: 20%;
        margin-left: 6%;
    }
    
    .marks img {
        width: 30px;
    }

    }

