﻿.product-pros {

	width: calc(100% / 2 - 16px);
	height:420px;
}



@media screen and (max-width:767px) {
	.product-pros {
		width: calc(100%  - 16px);
		height: 220px;
	}
	.mobile-bank__dot {
		font-size: 15px;
		max-width: 320px;
		line-height: normal;
	}

	.easy-to-get__wrapper .easy-to-get-step__desc {
		font-size: 15px;
	}
}

