*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.all_testemonials{
    overflow: hidden !important;
    margin-top: 3%;
    position: relative;
    z-index: 1000 !important;
    min-height: 100vh;
}

.finta{
    min-height: 150vh;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 255, .05);
    clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden !important;
}

.all_testemonials h1 {
    position: relative;
    font-size: 4rem;
    font-weight: 900;
    font-family: 'Archivo Black', sans-serif;
    letter-spacing: 3px;
    line-height: 85px;
    color: black;
    opacity: .5;
}


@media only screen and (max-device-width: 425px) {
    .all_testemonials h1 {
        font-size: 2rem;
        line-height: 35px;
        margin-top: 2rem;
    }
}
