.nv-wrapper{
    padding: 20px;
    background-color: transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-family: "Gilda Display", sans-serif;
}

.nv-quote{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    font-style: italic;
    letter-spacing: 0.05em;
    line-height: 50px;
}

.nv-author{
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    line-height: 45px;
    letter-spacing: 0.1em;
}