@font-face {
    font-family: 'northwell_webfont';
    src: url('../fonts/Northwell.eot');
    src: url('../fonts/Northwell.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Northwell.woff2') format('woff2'),
        url('../fonts/Northwell.woff') format('woff'),
        url('../fonts/Northwell.ttf') format('truetype'),
        url('../fonts/Northwell.svg#northwell_webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.northwell-font *{
    font-family: 'northwell_webfont' !important;
}

.row{
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}
.row > .column{
    flex: 1 auto;
}
.justify-center{
    justify-content: center;
}
.submit-btn{
    background: #e0bd7d;
    border: unset;
    border-radius: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}
.testimonials__slider{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 50px;
}
.custom-arrows{
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.custom-arrows.prev{
    background-image: url('../img/arrow_left.png');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.custom-arrows.next{
    background-image: url('../img/arrow_right.png');
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-inner > .text-holder > p{
    text-align: center;
    font-size: 15px;
}
.testimonial-inner > .author{
    text-align: center;
    font-family: 'northwell_webfont';
    font-size: 30px;
}