.banners-most-home .card-img-container {
	height: 100%;
}

.banners-most-home .card-body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;

	position: absolute;
	width: 100%;
	height: 100%;
	color: white;

	padding-left: 20px;
	padding-right: 20px;
}

.banners-most-home .card-title{
	font-size: 20px;
	font-weight: 700;
	font-family: "RAYDIS", Helvetica;
	font-weight: 700;
	text-decoration: none;
	margin: 0px;
	line-height: 20px;
}

@media (max-width: 1400px) {
	.banners-most-home .card-title{
		font-size: 17px;
	}
}

@media (max-width: 576px) {
	.banners-most-home .card-title{
		font-size: 16px;
	}
}

