/* 
/* 
/*  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;
    }
}
.link-text{
    color: #f47d2b;
    font-weight: 600;
}

