

.icon-img {
	width: 32px!important;
	height: 32px!important;
}

.icon-link {
    margin-left: 10px;
}

.item-card {
    background: white;
    box-shadow: 0 0 5px #ababab;
    border-radius: 5px;
	float: right;
    display: block;
    width: calc(20% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    color: #000;
    text-decoration: none;
    text-align: center;
    background: white;    	
}

.item-card-img {
    width: 100%;
    height: 208px;
    padding: 20px;
}

.items h5 {
    background: white;
    color: black;
    font-weight: bold;
}

@media (max-width: 768px) {
	.item-card {
		width: 100%;
	}
.icon-img {
    width: 52px!important;
    height: 52px!important;
}

.items h5 {
    font-size: 20px;
}

}