.platform-grid {
	margin-top: 0;
}

.platform-grid .icon-grid-item img {
	margin-bottom: 35px;
}

.platform-grid .icon-grid-title {
	color: #fff;
}

.platform-grid .icon-grid-item p {
	margin-bottom: 20px;
	max-width: 240px;
}

.platform-grid .icon-grid-item .btn {
	min-width: initial;
}

.webtrader-grid {
	margin-bottom: 40px;
}

.webtrader-grid-item {
	height: 62px;
}

.webtrader-grid-item img {
	width: 46px;
	margin-right: 15px;
}

.webtrader-grid-item span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.webtrader h3 {
	margin-bottom: 0;
}

.webtrader .rhombus-ul li {
	margin-bottom: 15px;
}

.rhombus-ul.trader-ul {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.trader-grid-head {
	margin-top: 50px;
	text-align: center;
}

.mobile-trader {
	/* background: #000 url('../img/platforms/mobile-trader.jpg') 100% 120px no-repeat; */
	/*background: transparent url(../img/accounts/demo-acc-main.jpg) 100% 120px no-repeat;*/
	-webkit-background-size: 38% auto;
	background-size: 38% auto;
}

.icon-grid.trader-grid .icon-grid-item {
	margin-bottom: 40px;
}

.icon-grid.trader-grid img {
	max-height: 77px;
	margin-bottom: 30px;
}

.icon-grid.trader-grid .icon-grid-title {
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}

.icon-grid.trader-grid span {
	margin-bottom: 0;
}

.mobile-trader-left {
	padding-right: 30px !important;
}

.mobile-trader-right {
	padding-left: 0 !important;
}

.mobile-stores {
	margin-top: 25px;
}

.platform_container .platform_header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}