﻿.contact-manger{display:flex;flex-wrap:wrap;justify-content: space-between;}
.contact-manger li{width: 31%;text-align: center;}
@media(max-width:768px) {
.contact-manger li{width:100%;margin-bottom:20px;}
}