#twy-campaigns-24 {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}

.offers-container {
	max-width: 73.375rem;
}

.offer-row {
	row-gap: 5rem;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
}

.offer-col {

}

.offer-card {
	border-radius: 1rem;
	background-color: #fff;
	font-family: sans-serif;
	box-shadow: 0 16px 16px -8px hsl(0deg 0% 0% / 30%);
	border: 1px solid #e3e6e8;
	height: 100%;
	position: relative;
}

.offer-card__img {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	overflow: hidden;
	height: 9rem;
}

.offer-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.offer-card__info {
	padding: 2.5rem 1rem 2rem;
	text-align: center;
}

.offer-card__title {
	color: #000;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.offer-card__desc {
	color: #555;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
}

.offer-card__btn {
	padding: 0.875rem 1.5rem;
	width: 11rem;
	font-weight: bold;
	font-size: 1rem;
	color: #fff !important;
	border-radius: 4rem;
	background-color: #101051 !important;
	border: 1px solid #101051 !important;
	text-transform: uppercase;
	transition: 0.3s all;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.offer-card__btn.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	user-select: none;
	display: none;
}

.offer-card__btn:hover, .offer-card__btn:focus, .offer-card__btn:active {
	opacity: 0.9 !important;
}

.toggle-more {
	color: #63c9d6;
	font-size: 0.6875rem;
}