.unit-index{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.unit-index{
list-style: none !important;
}
.unit-index li{
margin:0 0 10px 0;
	width: calc(100% / 2 - 10px);
}

.unit-index a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

.unit-index a:hover {
	background-color: #bf0e0e;
	color: #fff !important;
}

.unit-index a {
	background-color: #df4444;
	border: 1px solid transparent;
}

.unit-index a::after {
	content: '';
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #333 transparent;
}

.unit-index a:hover::after {
	border-color: transparent transparent #f2f2f2 transparent;
}




@media (min-width: 750px) {
.balloon-chat {
height:auto;
margin-bottom:30px;
}

.balloon-chat .icon-img {
    height: 120px;
    width: 120px;
}


.balloon-chat .icon-name {
    width: 120px;
}




}

@media (max-width: 749px) {
.unit-index li{
	margin:0 0 10px 0;
	width: 100%;
}
.unit-index a {
	font-size: 14px;
	height: 4rem;
	text-decoration:none !important;
	padding:5px 0;
}



.balloon-chat {
margin-bottom:15px;
}

}
