.symbols-wrapper{
	display: flex;
	justify-content: center;
	max-width: 530px;
	margin: 40px auto;
	gap: 30px;
	text-align:center;
}
.symbols-wrapper img{
	width: 50px;
}
.symbols-wrapper p{
	margin-top: 10px;
	line-height: 20px;
	font-family: karla;
	font-size: 13px;
}
.ctl-description li{
	margin: 26px 0;
	position: relative;
}

@media only screen and (max-width: 991px) {
  .symbols-wrapper{
	  flex-wrap: wrap;
	  gap: 15px;
	}
	.symbol-item {
		width: 28%;
	}
}