.container-fluid {
	text-align: center;
	margin-bottom: 10px;
	color: #eec802;
}

h1 {
	text-align: center;
}

.offer-img {
	margin-bottom: 25px;
}

.offer-img img {
	width: 100%;
}

section a {
	font-size: 3rem;
	color: #eec802;
}

section a:hover {
	text-decoration: none;
	color: #DF7401;
	transition: .5s ease-in-out;
}

.offer-img img:hover {
	width: 80%;
	height: 80%;
	transition: .5s ease-in-out;
}

.bottom-text {
	line-height: 5rem;
	font-size: 2rem;
	margin-bottom: 50px;
}

hr {
	margin-bottom: 50px;
}

.second {
	margin-bottom: 200px;
}

span {
	color: white;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

/* MEDIA QUERIES */

@media (max-width: 1023px) {
	.second {
		visibility: hidden;
	}
}

@media (max-width: 524px) {
	span {
		font-size: 5px;
	}
}