.content-img .btn {
	margin: 15px 0;
}
.content-img .btn:last-child {
	margin-bottom: 0;
}

.content-img .img, .imgs-d img, .imgs-m img,
.content-section .img-wrap img {
    border-radius: 10px;
}
.imgs-d {
	font-size: 0;
}

.imgs-d.two-imgs .first {
	width: 100%
}
.imgs-d .first img:first-child {
	margin-bottom: 30px;
}
.imgs-d .second {
	padding-left: 15px;
}
.imgs-d .first, .imgs-d .second {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.imgs-m {
	margin: 0 -15px;
}
.imgs-m img {
	margin: 15px;
}

.content-img .slick-dots {
	margin: 15px 0 30px;
}

.content-img .img-hold {
	font-size: 0;
}

@media only screen and (min-width: 768px) {
	.content-img p.cta .btn {
		position: absolute;
		bottom: 0;
		left: 15px;
		margin: 0;
	}
	p.cta {
		padding-bottom: 75px;
	}
}


@media only screen and (max-width: 767px) {
	.section-holder.content-img h2 {
		text-align: left;
	}
	.content-img .img {
		margin-bottom: 25px;
	}
}