
.offers_page-content{
	padding: 70px 0;
}
.offers_page-content .info{
	max-width: 1000px;
	margin: 0 auto;
}

.offers_page-content .title{
    font-size: 32px;
    text-align: center;
    color: #035573;
    padding-bottom: 44px;
    background: url(https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/resorts/woosh-image.png) no-repeat bottom center;
    font-weight: bold;
    margin: 0px 0 50px;
    line-height: 1.1;
    display: block;
}

.offers_page-content .text p{
	font-size: 16px;
	padding-left: 20px;
	display: block;
	margin-bottom: 20px;
}

.offers_page-content .text span{
	display: block;
	margin-bottom: 20px;
	margin-left: -20px;
	font-size: 24px;
	padding-left: 20px;
	border-left: 2px solid #f29d1e;
	color: #035573;
}

.content_offers-buttons {
	padding-left: 30px;
}
.content_offers-buttons a{
	float: left;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	padding: 20px 0 20px 50px;
	position: relative;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: 5%;
	margin-bottom: 20px;
}
.content_offers-buttons a span{
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
    width: 52px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/right-arrow.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-color: rgba(0,0,0, 0.2);
}
.content_offers-buttons a.light-blue{
    background-color: #20b2cd;
    background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/home-icon.svg');
    background-size:20px 20px;
}

.content_offers-buttons a.blue{
    background-color: #158fbd;
    background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/key-icon.svg');
    background-size: 25px 25px;
}

.content_offers-buttons a.orange{
    background-color: #d77220;
    background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/icon-flow.png');
    background-size:25px 25px;
}

.content_offers-buttons a.dark-blue{
    background-color: #00465f;
    background-image: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/offers_page/all-home.svg');
    background-size:25px 25px;
}

@media(max-width:1024px){

	.content_offers-buttons{
		margin-top:50px;
	}
	.content_offers-buttons a{
		width: 48%;
		margin-right:1%;
		font-size:1em;
	}

	.content_offers-buttons a span{
		background-size:25px;
	}
}


@media(max-width:568px){

	.offers_page-content .title{
		font-size: 2em;
	}
	.offers_page-content .text span{
		font-size:18px;
	}
	.content_offers-buttons a{
		width: 100%;
		margin-right:0;
	}

}