.timeshares-for-sale-by-owner {
	padding-bottom: 40px;
}
.timeshares-for-sale-by-owner .main_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;
	margin: 50px 0 50px;
    line-height: 1.1;
}

.timeshares-for-sale-by-owner .left {
	padding-right: 50px;
}

.timeshares-for-sale-by-owner .left .quote {
	padding-left: 22px;
	border-left: 3px solid #f19c16;
	font-size: 24px;
	color: #035573;
	line-height: 30px;
	margin-bottom: 20px;
}

.timeshares-for-sale-by-owner .left .text {
	padding-left: 25px;
	font-size: 16px;
	color: #4c5160;
}

.timeshares-for-sale-by-owner .right {
	padding-left: 50px;
}

.timeshares-for-sale-by-owner .note {
	background: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/timeshare_value/checklist-background.png') repeat center center;
	padding: 30px;
	display: flex;
}

.timeshares-for-sale-by-owner .note .second {
	width: 240px;
}

.timeshares-for-sale-by-owner .note .second .image {
	width: 240px;
	height: 240px;
	border: 0;
	border-radius: 120px;
	background-size: cover;
	background-position: center center;
	display: block;
	background-repeat: no-repeat;
}

.timeshares-for-sale-by-owner .note .first {
	flex: 1;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	font-size: 22px;
    line-height: 22px;
	color: #4c5160;
}

.timeshares-for-sale-by-owner .note .first .logo {
	margin-top: auto;
}
.timeshares-for-sale-by-owner .note .first .logo img{
	max-width: 125px;
}

.timeshares-for-sale-by-owner .note .first .title {
	font-weight: 600;
    line-height: 30px;
}

@media(max-width:1024px){
	.timeshares-for-sale-by-owner .right{
		padding-left: 0;
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.timeshares-for-sale-by-owner .left {
		padding-right: 15px;
	}

	.timeshares-for-sale-by-owner .right {
		margin-top: 50px;
		padding-right: 50px;
		padding-left: 50px;
	}
	.timeshares-for-sale-by-owner .note .first .logo img {
		width: 100%;
	}
}


@media (max-width: 475px) {
	.timeshares-for-sale-by-owner .note {
		display: flex;
		flex-direction: column-reverse;
	}
	.timeshares-for-sale-by-owner .note .first {
		width: 100%;
	    flex-basis: auto;
	    padding: 0;
	}
	.timeshares-for-sale-by-owner .note .first .title  {
		font-size: 20px;
		text-align: center;
	}
	.timeshares-for-sale-by-owner .note .first .text  {
		font-size: 20px;
		text-align: center;
		margin-bottom: 40px;
	}
	.timeshares-for-sale-by-owner .note .first .logo  {
		margin: 0 auto;
	}
	.timeshares-for-sale-by-owner .note .second {
		width: 100%;
		margin-bottom: 30px;
	}
	.timeshares-for-sale-by-owner .note .second .image {
		margin: 0 auto;
		width: 200px;
		height: 200px;
		border: 2px solid white;
	}
	.timeshares-for-sale-by-owner .right {
	    padding-right: 20px;
	    padding-left: 20px;
	}
}