.b-resources-asm {
	background-color: #f2f2f2;
	padding: 70px 0 100px;
}
.b-resources-asm h2 {
	font-family: DIN Pro;
	font-weight: 500;
	font-size: 50px;
	line-height: 55px;
	text-align: center;
	color: #2f2f2f;
	margin: 0 0 75px;
	width: 100%;
}
.b-resources-asm__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
.asm-resource {
	width: calc(100% / 3 - 2.7%);
	box-shadow: 0px 5px 17.4px 0px #00000029;
}
.asm-resource .post__thumbnail {
	height: 257px;
	overflow: hidden;
}

.asm-resource .post__thumbnail a {
	display: flex;
	height: 100%;
	width: 100%;
}
.asm-resource .post__thumbnail a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.asm-resource .item-content {
	padding: 30px;
	display: flex;
	flex-direction: column;
	height: calc(100% - 257px);
}
.asm-resource .resource-item__cat {
	font-family: DIN Pro;
	font-weight: 700;
	font-size: 27px;
	line-height: 65px;
	letter-spacing: -1%;
	background: none !important;
	color: #2f2f2f;
}
.b-resources-asm .asm-resource .resource-item__title {
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -1%;
	text-align: left;
	margin-bottom: 30px;
}
.asm-resource .resource-item__link.learn_more {
	margin-top: auto;
}
.asm-resource .resource-item {
	height: 100%;
}
.asm-resource .resource-item__link.learn_more a {
	font-family: DIN Pro;
	font-weight: 700;
	font-size: 19px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	background: #e40c5b;
	padding: 17px 28px;
	display: inline-flex;
	border: 2px solid #e40c5b;
	transition: all 0.5s;
}
.asm-resource .resource-item__link.learn_more a .btn__text {
	color: #fff;
}
.asm-resource .resource-item__link.learn_more a:hover {
	background: #fff;
}
.asm-resource .resource-item__link.learn_more a:hover .btn__text {
	color: #e40c5b;
}

@media (min-width: 1440px) and (max-width: 1920px) {
	.b-resources-asm {
		padding: 3.65vw 0 5.21vw;
	}
	.b-resources-asm h2 {
		font-size: 2.6vw;
		line-height: 2.86vw;
		margin: 0 0 3.91vw;
	}
	.asm-resource .post__thumbnail {
		height: 13.39vw;
	}
	.asm-resource .item-content {
		padding: 1.56vw;
		height: calc(100% - 13.39vw);
	}
	.asm-resource .resource-item__cat {
		font-size: 1.41vw;
		line-height: 3.39vw;
	}
	.b-resources-asm .asm-resource .resource-item__title {
		font-size: 1.25vw;
		margin-bottom: 1.56vw;
	}
	.asm-resource .resource-item__link.learn_more a {
		font-size: 0.99vw;
		padding: 0.89vw 1.46vw;
	}
}

@media (min-width: 992px) and (max-width: 1440px) {
	.b-resources-asm {
		padding: 2.78vw 0 5.42vw;
	}
	.b-resources-asm h2 {
		font-size: 2.43vw;
		line-height: 3.82vw;
		margin: 0 0 2.01vw;
	}
	.asm-resource .post__thumbnail {
		height: 17.85vw;
	}
	.asm-resource .item-content {
		padding: 2.08vw;
		height: calc(100% - 17.85vw);
	}
	.asm-resource .resource-item__cat {
		font-size: 1.67vw;
		line-height: 4.51vw;
	}
	.b-resources-asm .asm-resource .resource-item__title {
		font-size: 1.46vw;
		margin-bottom: 2.08vw;
	}
	.asm-resource .resource-item__link.learn_more a {
		font-size: 1.04vw;
		padding: 0.83vw 1.6vw;
	}
}

@media (max-width: 991px) {
	.b-resources-asm {
		padding: 9.2vw 0 10.67vw;
	}
	.b-resources-asm h2 {
		font-size: 5.87vw;
		line-height: 1.2;
		margin: 0 0 5.33vw;
	}
	.asm-resource .post__thumbnail {
		height: 41.07vw;
	}
	.asm-resource .item-content {
		padding: 5.33vw;
		height: calc(100% - 41.07vw);
	}
	.asm-resource .resource-item__cat {
		font-size: 5.87vw;
		line-height: 17.33vw;
	}
	.b-resources-asm .asm-resource .resource-item__title {
		font-size: 5.33vw;
		margin-bottom: 8vw;
	}
	.asm-resource .resource-item__link.learn_more a {
		font-size: 4vw;
		padding: 2.67vw 3.73vw;
	}
	.asm-resource {
		width: 100%;
	}
	.b-resources-asm__list {
		gap: 5.33vw;
	}
}
