#testimoni{
    padding: 40px 24px;
    margin-top: 40px;
}


@media (min-width: 992px) {
    #testimoni{
        padding: 40px 100px 34px 100px;
    }
}


#testimoni .desc{
    color: var(--Neutral400);
    font-weight: 500;
}

#testimoni .title{
    font-size: 28px;
    line-height: 36px;
}

@media (min-width: 992px) {
    #testimoni .title{
        font-size: 56px;
        line-height: 64px;
    }
}


#testimoni .btn-arrow-line{
    width: 50%;
}

@media (min-width: 992px) {
    #testimoni .btn-arrow-line{
        width: 20%;
    }
}