.T3703 section .inner {
	margin: 0px 30px 0px 0px;
	height: 250px;
}


.T3703 section picture {
	float: left;
}

.T3703 section picture img {
	width: 100%;
	height: auto;
	aspect-ratio:  1 /1;
	object-fit: cover;
}

.T3703 section .content {
	margin-left: 230px;
}

.T3703 section .no_offers_content {
	margin-left: 230px;
}

.T3703 section h3 {
	margin-bottom: 10px;
}

.T3703 section .info {
	margin-bottom: 10px;

}

.T3703 section .offer {
	display: block;
	text-decoration: none;
	color: var(--text_color,#333);
	border-top: 1px solid #ccc;
	padding: 4px 5px;
}

.T3703 section .offer:hover {
	background: #666;
	color: #fff;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	.T3703 .outer .slick-next { right: -30px; }

}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T3703 .outer .slick-next { right: -18px; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T3703 .outer .slick-next { right: -35px; }
}

@media all and (max-width: 567px) {
	.T3703 .outer .slick-next {
		right: -10px;
		width: 35px;
    	height: 35px;
	}

	.T3703 section .inner {
		height: auto !important;
	}

	.T3703 section .inner .content {
		margin-left: 0px;
	}

	.T3703 section .inner .content:before {
		content: "";
		display: block;
		clear: both;
	}

}

