/*
Theme Name:  Nolo Child
Text Domain: nolo-child
Template:    nolo
Version:     1.0.0
Description: Make your modifications to [Nolo Theme] in this child theme.
Tags:        portfolio
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
*/


/* =Theme customization starts here
-------------------------------------------------------------- */



.home-title span{
    font-size: 2vw;
    display: block;
    letter-spacing: normal;
    line-height: normal;
    font-family: var(--body-font);
    font-weight: 300;

}

#testimonial-photo{
    max-height: 50vh;
}
@media (max-width: 1024px) and (min-width: 768px) {
    #testimonial-photo{
        --width: 100%;
    }
}
@media (max-width: 768px) {
    #testimonial-photo{
        max-height: none;
    }
}
