

.home-banner { min-height: 450px; }
.home-banner h1 { font-size: 33px; font-weight: 700; margin-top: 150px; background: #18a9e2; padding: 20px; }
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p { color: #fff; }
.larger-text p { font-size: 20px; }


@media(max-width: 990px) {
    
    .hide-mob { display: none; }
   .content img { padding: 20px 0; }

}


.testimonial-wrap {
    border-left: 5px solid #8ec543;
    background-color: #EEEEEE;
    padding: 2.5%;
    position: relative;
    padding-left: 8%;
}

.testimonial-wrap .wpb_wrapper p {
    font-size: 18px;
    font-style: italic;
}

.testimonial-wrap .vc_column-inner {
    padding-left:  0px;
}

.testimonial-wrap .vc_column-inner {
    padding-left: 0px;
}

.testimonial-wrap:before {
    content: '';
    width: 64px;
    height: 64px;
    background-image: url(http://younisproperty.com.au/wp-content/uploads/2018/03/quotes.png);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .3;
    left: 17px;
}

@media screen and (max-width: 1100px) {
    .testimonial-wrap {
        padding-left: 10%!important;
        padding-bottom: 3%;
    }
}

@media screen and (max-width: 980px) {
    .testimonial-wrap {
        padding-left: 12%!important;
        padding-bottom: 3%;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-wrap {
        padding-left: 15%!important;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 480px) {
    .testimonial-wrap:before {
        top: 0!important;
    }

    .testimonial-wrap {
        padding-top: 16%!important;
        padding-left: 10%!important;
    }
}

@media screen and (max-width: 350px) {
    .testimonial-wrap:before {
        top: 0!important;
    }

    .testimonial-wrap {
        padding-top: 16%!important;
        padding-left: 10%!important;
        margin-bottom: -20px!important;
    }
}
