.item h2 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: 21px;
	color: var(--tw-prose-headings);
	margin:12px 0;
}

.item-img {
    backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 166px;
    object-fit: cover;
    object-position: center;
	

}

.item-img:hover{transform:scale(1.07);-webkit-transform:scale(1.07)}

.item-a {
    display: block;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    line-height: 0;
    2box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    height: 166px;
}
.item ul {
    list-style-type: disc;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.625em;
}

.item ul img {
	display:inline;
}

.item 2li {
	padding-left: 0.375em;
	list-style-type: square;
}

.logo-top {
	transition: filter 0.9s ease, transform 0.05s ease;
}
.logo-top:hover {
	transform: scale(1.1);
	filter: drop-shadow(0 0 30px  rgba(211,12,27,0.3));
	transition: filter 0s ease-in, transform 0s ease-in; 
}

@media (max-width: 640px) {
	.grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}