.sponsors .controlled-width {
	width: 100%;
}

.sponsors .card {
	width: 100%;
	padding-bottom: 40px;
}

.sponsors .card .title h5 {
	line-height: 1;
	margin-bottom: 10px;
}

.sponsors .card .text p {
	font-size: 17px;
}

.sponsors .card .img-cont img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.sponsors .card .content {
	padding: 25px 20px 5px;
}

.sponsors .card .btn {
	margin-left: 15px;
}

.sponsors .card p a:hover {
	color: #fa932a;
	text-decoration: none;
}

@media only screen and (max-width: 641px) {
	.sponsors .card .title h5 {
		font-weight: 700;
	}
}

@media only screen and (min-width: 641px) {
	.sponsors .controlled-width {
		max-width: 1320px;
		display: flex;
		flex-wrap: wrap;
	}

	.sponsors .card {
		margin: 0 20px 45px;
		padding-bottom: 0;
		width: calc(50% - 40px);
		max-width: calc(50% - 40px);
	}
}

@media only screen and (min-width: 1025px) {
	.sponsors .card {
		margin: 0 20px 45px;
		padding-bottom: 0;
		width: calc(33.3333% - 40px);
		max-width: calc(33.3333% - 40px);
	}
}

@media only screen and (min-width: 1250px) {
	.sponsors .controlled-width {
		max-width: 1320px;
		display: flex;
		flex-wrap: wrap;
	}

	.sponsors .card {
		position: relative;
		margin: 0 20px 45px;
		padding-bottom: 0;
		width: calc(33.3333% - 40px);
		max-width: calc(33.3333% - 40px);
	}

	.sponsors .card .img-cont {
		position: relative;
	}

	.sponsors .card .img-cont::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 94%);
		pointer-events: none;
	}

	.sponsors .card .btn {
		display: none;
	}

	.sponsors .card .content {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.sponsors .card .title h5,
	.sponsors .card .text p {
		color: #fff;
	}

	.sponsors .card .text p {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 25px;
	}
}

.sponsors .card a.btn.hover-brown {
	font-size: 100%;
}
