.teasers{}
.teasers .item{}

.teasers a{
	text-decoration: none;
}
.teasers .item .img {
	padding-top: 67%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
.teasers .item .h4{
	font-family: Casus Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}
.teasers .item .description{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;	
	letter-spacing: -0.01em;
	color:#676767;
}
.teasers.teasers-col-3-nt .item .type {
	color: gray;
	font-style: italic;
}
.teasers-col-12 .row-cols-1 > .col{
	margin-bottom: 15px;
}


@media(max-width: 880px) {
	.teasers-col-12 .row-cols-1 > .col{
		width: 50%;
	}
}

@media(max-width: 576px) {
	.teasers-col-12 .row-cols-1 > .col{
		width: 100%;
	}
}
/*темная тема*/
