.single-brand {
	text-align: center;
}
.single-brand a {
	display: inline-block;
}
.single-brand img {
	width: 160px;height:90px;margin: auto;
}
.single-brand h5 {
	font-size:17px;padding-bottom: 20px;
}
.slick-initialized .slick-slide {
	margin: 0 10px;
}

.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.slick-arrow:before {
	font-size: 30px;
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.btn-wrap {
	text-align: center;
	width: 100%;
	margin-top:40px;
}

button {
	background-color: #fff;
	border: 1px solid #e83a4c;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}
button:hover{
    cursor:pointer;
}

button i {
	color: #e83a4c;
}
hr{
    height: 3px;
    width: 60px;
    text-align: center;
    position: relative;
    background: #e83a4c;
    border: 0;
    margin: 10px auto 30px
}
#ref-section{
    padding-top:30px;padding-bottom:120px
}
@media (max-width: 768px) {
    #ref-section{
        padding-top:30px;padding-bottom:50px;
    }
}