.exchange-list{display: flex;flex-wrap: wrap;gap: 47px;margin-bottom: 20px;}
.exchange-list > li{display: flex;justify-content: space-between;gap: 10px;width: calc((100% - 141px)/4);min-height: 161px;padding: 24px 20px;border: 1px solid #D6DCE8;border-radius: 5px;}
.exchange-list > li+li{position: relative;}
.exchange-list > li+li:before{content: '';position: absolute;top: 0;bottom: 0;left: -29px;width: 10px;height: 15px;margin: auto;background: url(../img/content/ico-arr-blue.png) no-repeat center;}
.exchange-list .exchange-txt p:nth-child(1){font-family: 'El Messiri';font-weight: 700;font-size: 14px;line-height: 22px;letter-spacing: .01em;color: #2D2C91;}
.exchange-list .exchange-txt p:nth-child(2){min-height: 63px;padding: 10px 0 15px;font-weight: 700;font-size: 16px;line-height: 19px;letter-spacing: -.02em;color: #222;}
.exchange-list .exchange-txt p:nth-child(3){font-weight: 500;font-size: 14px;line-height: 22px;letter-spacing: -0.02em;color: #666666;}
.exchange-list .exchange-img{max-width: 34px;max-height: 34px;}
.exchange-list .exchange-img img{max-width: 100%;max-height: 100%;}
@media(max-width:1024px){
	.exchange-list{flex-direction: column;gap: 41px;}
	.exchange-list > li{width: 100%;min-height: unset;padding: 15px;}
	.exchange-list > li+li:before{top: -26px;bottom: unset;right: 0;left: 0;transform: rotate(90deg);}
}