.quote-block {
    background:rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 20px 20px 10px 20px;
    margin: 50px 0 20px 0;
    position: relative;

    .quote-icon {
        color: #30472F;
        margin-bottom: 14px;
        display: block;
        height: fit-content;
        margin-top: -35px !important;
        width: 63px !important;
    }
    
    .quote-text {
        font-family: "GothamNarrow-Medium", sans-serif!important;
        line-height: normal;
        font-weight: 550!important;
        font-size: 20px !important;
        font-weight: 550 !important;
        color: #000;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    
    .quote-author {
        font-family: "GothamNarrow-Medium", sans-serif!important;
        font-size: 17px !important;
        font-weight: 600 !important;
        color: #30472F !important;
        text-transform: uppercase;
        margin: 0;
    }
}

