.two-img {
	width: 100%;
}

.two-img .two-img-wrap {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 0.875rem;
}

.two-img .two-img-wrap .two-img__left,
.two-img .two-img-wrap .two-img__right {
	width: calc((100% - 1rem) / 2);
}

.two-img .two-img-wrap .two-img__left img,
.two-img .two-img-wrap .two-img__right img {
	width: 100%;
}

.two-img .two-img-wrap .two-img__left {
	margin-right: 1rem;
}

.two-img .two-img-wrap .two-img__full {
	width: 100%;
}

.two-img .two-img-wrap .two-img__full img {
	width: 100%;
}

.two-img .under-text {
	color: #2A2A2A;
	font-size: 0.875rem;
	line-height: 1.8;
}

.two-img .under-text p,
.two-img .under-text a,
.two-img .under-text span,
.two-img .under-text strong {
	font-size: 0.875rem;
	line-height: 1.8;
}
