.txt-img-blts {
	padding: 90px 0;
/* 	font-size:16px; */
}
.txt-img-blts--grey {
	background:#F3F3F3;
}
.txt-img-blts__container {
    padding: 0 20px;
	width:100%;
    max-width: 1280px;
	margin:auto;
	box-sizing:border-box;
}
.txt-img-blts__txt-img {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:80px;
	justify-content:space-between;
/* 	align-items:flex-start; */
}
.txt-img-blts__txt-img--reverse {
	flex-direction:row-reverse;
}
.txt-img-blts__txt-img > div {
	width:calc(50% - 40px);
}
.txt-img-blts__video {
	width:100%;
}

.txt-img-blts__blts-area {
	width:100%;
}
.txt-img-blts__blts {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:flex-start;
}
.txt-img-blts__blt {
	position:relative;
	box-sizing:border-box;
	width:calc(50% - 40px);
	padding-left:35px;
	margin: 15px 0;
}
i.txt-img-blts__blt-star {
	position:absolute;
	font-size:1.2em;
	left:0;
	top:0.2em;
}
.txt-img-blts__btns {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	margin-top:40px;
}
.txt-img-blts__btn-area {
	width:calc(50% - 40px);
}
.txt-img-blts__btn-inner {
	position:relative;
	display: inline-block;
	padding-bottom:50px;
}
a.txt-img-blts__btn.btn {
	background:#4A90E2;
	min-width:250px;
	text-align:center;
}
a.txt-img-blts__btn.btn:hover {
	background:#4A90E2;
	filter: brightness(1.1);
}
.txt-img-blts__caption {
	position:absolute;
	width:100%;
	left:0;
	padding-top:5px;
	font-size: 0.75em;
    line-height: 1.4;
	opacity:0.5;
}
@media only screen and (max-width: 767px) {
	.txt-img-blts__txt-img > div {
		width:100%;
	}
	.txt-img-blts__txt {
		margin-bottom:40px;
	}
	.txt-img-blts__blt {
		width:calc(50% - 15px);
		padding-left:23px;
	}
	i.txt-img-blts__blt-star {
		font-size:1em;
		top:0.35em;
	}
}
@media only screen and (max-width:630px) {
	.txt-img-blts__blt {
		width:100%;
		padding-left:23px;
	}
}

@media only screen and (max-width:500px) {
.txt-img-blts__btn-area {
	width: 100%;
}
	}
}