.quote {
    background-color: #000;
     font-size: 31.25px;
     font-style: italic;
     font-weight: 700;
     line-height: 39.1px;
     padding: 64px 24px;
     color: #fff;
}

@media (min-width: 768px) {
     .quote {
          padding: 150px 64px;   
     }
}

.quote__content {
    margin: 0 auto;
    max-width: 1600px;
}

.quote__text {
    font-size: 31.25px;
    font-style: italic;
    font-weight: 700;
    line-height: 39.1px;
}

@media (min-width: 768px) {
    .quote__text {
        font-size: 48.83px;
        font-style: italic;
        font-weight: 700;
        line-height: 61.03px;
    }
}

@media (min-width: 768px) {
     .quote {
          padding: 150px 64px;   
     }
}

/* .quote__text::after {
     content: '';
     background: linear-gradient(#FF0E69, #FF6726);
     width: 92px;
     height: 6px;
     display: block;
     border-radius: 10px;
     margin-top: 8px;
} */