.sell-timeshare-cols-with-panels .columns {
	padding-top: 60px;
}
.sell-timeshare-cols-with-panels .columns .container > .title {
	padding-bottom: 30px;
	background: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/sell-timeshare/woosh-image.png') no-repeat center bottom;
	color: #035573;
	font-size: 32px;
	line-height: normal;
	text-align: center;
}

.sell-timeshare-cols-with-panels .columns .container .cols {
	padding-top: 40px;
	display: flex;
}

.sell-timeshare-cols-with-panels .columns .container .cols .col {
	flex: 1;
	border-right: 1px solid #e3e5e9;
	padding: 40px 0 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sell-timeshare-cols-with-panels .columns .container .cols .col:last-child {
	border-right: 0;
}

.sell-timeshare-cols-with-panels .columns .container .cols .col .image {
	padding-bottom: 30px;
	height: 80px;
	box-sizing: content-box;
}

.sell-timeshare-cols-with-panels .columns .container .cols .col .image img{
	max-height: 100%;
	width: 85px;
}

.sell-timeshare-cols-with-panels .columns .container .cols .col .title {
	max-width: 320px;
	font-size: 24px;
	color: #20b2cd;
	line-height: 30px;
	margin: 0 auto 20px;
}

.sell-timeshare-cols-with-panels .columns .container .cols .col .text {
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.sell-timeshare-cols-with-panels .columns .container .cols .col .arrow {
	display: block;
	margin: auto auto 0;
	width: 30px;
	height: 30px;
	background: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/sell-timeshare/empty-teal-down-arrow.png') no-repeat center center;
}

.sell-timeshare-cols-with-panels .columns .container .cols .col:hover .arrow {
	background: url('https://www.sellmytimesharenow.com/wp-content/themes/smtn/images/sell-timeshare/teal-icon-down-arrow.png') no-repeat center center;
}

.sell-timeshare-cols-with-panels .panels .panel {
	padding: 80px 0 40px;
	margin-bottom: 0;
}

.sell-timeshare-cols-with-panels .panels .panel.npb {
	padding: 80px 0 0;
}
.sell-timeshare-cols-with-panels .panels .panel:nth-of-type(odd) {
	background: #f2f2f2;
	box-shadow: inset 0 12px 15px 5px #ccc;
}

.sell-timeshare-cols-with-panels .panels .panel .container {
	display: flex;
    align-items: center;
}

.sell-timeshare-cols-with-panels .panels .panel .container > .row {
	flex: 1 1 auto;
}

.sell-timeshare-cols-with-panels .panels .panel .col-1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;

}

.sell-timeshare-cols-with-panels .panels .panel .col-1 > .icon {
	width: 63px;
	flex-shrink: 0;
	padding-right: 25px;
	box-sizing: content-box;
}

.sell-timeshare-cols-with-panels .panels .panel .col-1 > .icon img {
	max-width: 80px;
}

.sell-timeshare-cols-with-panels .panels .panel .col-1 > .text {
	flex: 1;
	font-size: 16px;
	color: #4c5160;
}

.sell-timeshare-cols-with-panels .panels .panel.npb .col-1 > .text .title{
	max-width:280px;
	padding-top: 0;
}

.sell-timeshare-cols-with-panels .panels .panel .col-1 > .text .title {
	font-size: 32px;
	color: #035573;
	padding-top: 15px;
	line-height: normal;
	padding-bottom: 30px;
}

.sell-timeshare-cols-with-panels .panels .panel .col-1 > .text ul {
	list-style: none;
	padding: 30px 0;
	margin: 0;
}

.sell-timeshare-cols-with-panels .panels .panel .col-1 > .text ul li {
	margin-bottom: 30px;
	display: flex;
}

.sell-timeshare-cols-with-panels .panels .panel .col-1 > .text ul li .icon {
	width: 30px;
	flex-shrink: 0;
	margin-right: 10px;
	flex-grow: 0;
}

.sell-timeshare-cols-with-panels .panels .panel .col-1 > .text ul li .text {
	flex: 1;
}

.sell-timeshare-cols-with-panels .panels .panel .button {
	padding-top: 30px;
}

.sell-timeshare-cols-with-panels .panels .panel .button a {
	display: inline-block;
	width: 180px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #009fc2;
	text-align: center;
	background: transparent;
	color: #009fc2;
	border-radius: 20px;
}

.sell-timeshare-cols-with-panels .panels .panel .col-2 img.desktop {
	display: block;
	max-width: 100%;
}

.sell-timeshare-cols-with-panels .panels .panel .col-2 img.tablet {
	display: none;
}
@media(max-width: 1024px){
	.sell-timeshare-cols-with-panels .panels .panel .col-2 img.desktop{
		margin-top: 30px;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-1{
		display: block;
		text-align: center;
	}
	.sell-timeshare-cols-with-panels .columns .container .cols .col{
		padding-left: 15px;
		padding-right: 15px;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-1 > .icon{
		display: inline-block;
	}
	.sell-timeshare-cols-with-panels .panels .panel.npb .col-1 > .text .title{
		display: block;
		margin:  10px auto;
	}
}
@media (max-width: 768px) {
	.sell-timeshare-cols-with-panels .columns .container .cols .col .text {
		display: none;
	}
		
	.sell-timeshare-cols-with-panels .panels .panel .col-1 > .text .description{
		margin-bottom: 30px;
	}
	.sell-timeshare-cols-with-panels .columns .container .cols .col .title {
		font-size: 20px;
		line-height: normal;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-1 {
		flex-direction: column;
	}

	.sell-timeshare-cols-with-panels .panels .panel .col-1 .icon {
		flex: 1;
		padding: 0 0 20px 0;
		text-align: center;
		width: 100%;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-1 .text {
		text-align: center;
		padding-bottom: 50px;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-1 > .text ul {
		max-width: 530px;
		margin: 0 auto;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-1 li > .text {
		text-align: left;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-1 .text .button{
		display: none;
	}
}

@media (max-width: 475px) {
	.sell-timeshare-cols-with-panels .columns .container .cols {
		flex-direction: column;
		padding: 0 30px;
	}
	.sell-timeshare-cols-with-panels .columns .container .cols .col {
		flex-direction: row;
		align-items: center;
		border-right: 0;
		border-bottom: 1px solid #e3e5e9;
		padding: 20px;
    	flex-basis: auto;
	}
	.sell-timeshare-cols-with-panels .columns .container .cols .col:last-child {
		border-bottom: 0;
	}
	.sell-timeshare-cols-with-panels .columns .container .cols .col .image {
		margin: 0;
		padding: 0;
		height: 58px;
		width: 53px;
		margin-right: 25px;
	}
	.sell-timeshare-cols-with-panels .columns .container .cols .col .title {
		margin: 0;
		padding: 0;
		flex: 1;
		font-size: 20px;
	}
	.sell-timeshare-cols-with-panels .panels .panel.npb .col-1 > .text .title{
		width: 100%;
		margin: auto; 
	}

	.sell-timeshare-cols-with-panels .columns .container .cols .col .arrow {
		margin: 0;
		padding: 0;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-1 .text {
	    padding-bottom: 0;
	}
	.sell-timeshare-cols-with-panels .panels .panel .col-2 img.desktop {
		display: none;
	}

	.sell-timeshare-cols-with-panels .panels .panel .col-2 img.tablet {
		max-width: 100%;
		display: block;
		margin-top: 30px;
	}
}




































