a{
	color: #ffffff;
}
a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.partnersContainer{
	margin-bottom: 0;
}
.contentBlock{
	background-color: rgba(0, 0, 0, 0.6);
    padding: 40px 40px 30px 40px;
	line-height: 1.6em;
}
.one_brand {
    width:  250px;
}
.one_brand img{
    width:  250px;
    height: 250px;
    object-fit: cover;
}

.one_brand a:hover{
	cursor: pointer;
}
.mb6{
	margin-bottom: 60px;
}