.h1{  
    font-family: "Roboto", sans-serif; 
}
/* .section-padding {
	padding: 50px 0; 
} */
.brand-carousel {
	background: rgb(241, 243, 245);
	/* margin-top: 15%; */
}
.owl-dots {
	text-align: center;
	/* margin-top: 4%; */
}
.owl-dot {
	display: inline-block;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
/* ul {
    list-style: none;
}

li {
    position: relative;
}

li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: rgb(226, 57, 156);
} */


