/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
.object-review img{
    width: 50px;
}

.trends-box{
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-bottom: 2rem;
}
@media(max-width:768px){
    .object-review img{
        width: 30px;
    }
    .object-review h5{
        font-size: 1rem;
    }
    .object-review .ml-2{
        margin-left: 0.5rem !important;
    }
}

.divider:not(:first-child) {
    top: 10px;
}

@media (max-width: 376px){
.divider {
    margin-top: 0rem;
}
}

.hero-img {
    left: 33% !important;
}

.image-collage {
    max-width: 384px;
}

.opacity-75{
    opacity: .75;
}