.cont-wrap {display: flex;}
.cont-item {width: 49%;}
.social-cont-wrap img {margin-right: 10px;}
@media (max-width: 860px) {
.cont-wrap {flex-wrap: wrap;}
.cont-item {width: 100%; margin-bottom: 15px;}
}