.payment_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
}
.payment_type1_box {
	width: 26.5%;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	padding: 35px 35px;
}
.payment_type1_img {
	text-align: center;
}
.payment_type1_img_retina {
	width: 100%;
	object-fit: cover;
}
.payment_type1_img_retina2 {
	height: 135px;
	width: 304px;
	object-fit: cover;
	margin-top: 35px;
}
.payment_type1_title {
	font-size: 26px;
	font-family: ilaria, sans-serif;
	font-weight: 700;
	color: #202020;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.7;
}
.payment_type1_desc {
	text-align: center;
	font-size: 17px;
	color: #202020;
	font-family: ilaria, sans-serif;
	font-weight: 400;
	line-height: 1.9;
	margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
	.payment_type1_box {width: 24.5%;}

}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
	.payment_type1_box {width: 100%; margin-bottom: 30px;}
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}