.mod_offers-wrapper {

}

.mod_offers-card {
	display: inline-block;
	background: #f5f2ed;
	font-size: .9rem;
}

.mod_offers-title {
	font-family: "";
	font-size: 2rem;
	font-weight: 600;
	color: #000;
	font-family: 'PF BeauSans Pro';
	line-height: 1.5;
}

.mod_offers-subtitle {
	font-family: "";
	font-size: 1.5rem;
	font-weight: 400;
	font-family: 'PF BeauSans Pro';
	color: #5c41a6;
	line-height: 1.5;
}

.mod_offers-image img {
	max-width: 100%;
}

.mod_offers-card-title {
	/* min-height: 50px; */
}

.mod_offers-content-text {
	max-width: 225px;
	min-height: 140px;
}

.mod_offers-card-text {
	line-height: 1.25;
	
	/* font-size: .9rem; */
}

.mod_offers-button {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 3px solid #5c41a6;
	padding: .65rem 1.3rem;
	display: inline-block;
	color: #000;
	font-size: .9rem;
}

.mod_offers-button:hover {
	background: #5c41a6;
	color: #fff!important;
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 2;
	border: 5px solid #fff;
}
.slick-prev {
	transform: translate(-100%);
	-moz-transform: translate(-100%);
	-webkit-transform: translate(-100%);
}
.slick-next {
	transform: translate(100%);
	-moz-transform: translate(100%);
	-webkit-transform: translate(100%);
}
.slick-prev:before, .slick-next:before {
    content:"";
	display: block;
	width: 69px;
	height: 69px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.slick-prev:before {
	background-image:url('../images/slider-arrow-prev.png');
}
.slick-next:before {
	background-image:url('../images/slider-arrow-next.png');
}

@media screen and (max-width: 576px){
	.mod_offers-slide {
		text-align: center;
	}
	.mod_offers-slide img{
		display: inline-block!important
	}
}