.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;
}
.b-resources-asm .b-resources-asm__list{
	justify-content: center;
}
.asm-resource .post__thumbnail {
	height: 257px;
	overflow: hidden;
}

.asm-resource .post__thumbnail picture {
	width: 100%;
	height: 100%;
}

.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;
	}
}

/*LP*/
.b-resources-asm--layout-lp {
	padding: 67px 0 77px;
}
.b-resources-asm--layout-lp.b-resources-asm h2 {
	font-size: 35px;
	line-height: 55px;
	margin-bottom: 36px;
}
.b-resources-asm--layout-lp.b-resources-asm p {
	color: #2f2f2f;
	text-align: center;
	font-size: 26px;
	line-height: 33px;
	margin-bottom: 34px;
}
.b-resources-asm--layout-lp .asm-resource {
	border-radius: 10px;
	overflow: hidden;
	background-color: #f3f3f3;
}
.b-resources-asm--layout-lp .asm-resource .resource-item {
	display: flex;
	flex-direction: column;
}
.b-resources-asm--layout-lp .asm-resource .post__thumbnail {
	height: 195px;
	flex: 0 0 auto;
}
.b-resources-asm--layout-lp .asm-resource .resource-item picture {
	height: 100% !important;
}
.b-resources-asm--layout-lp .asm-resource .item-content {
	padding: 30px;
	height: 100%;
}
.b-resources-asm--layout-lp.b-resources-asm
	.asm-resource
	.resource-item__title {
	color: #000;
	font-size: 26px;
	line-height: 32px;
}
a.lp-resource-link {
	color: #ee0c5d;
	font-size: 26px;
	font-weight: 500;
	line-height: 27px;
	display: flex;
	align-items: center;
	gap: 21px;
	margin-top: auto;
}

.lp-resource-link::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='15' viewBox='0 0 52 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.7071 8.07112C52.0976 7.6806 52.0976 7.04743 51.7071 6.65691L45.3431 0.292946C44.9526 -0.0975785 44.3195 -0.0975785 43.9289 0.292946C43.5384 0.68347 43.5384 1.31664 43.9289 1.70716L49.5858 7.36401L43.9289 13.0209C43.5384 13.4114 43.5384 14.0446 43.9289 14.4351C44.3195 14.8256 44.9526 14.8256 45.3431 14.4351L51.7071 8.07112ZM0 7.36401V8.36401H51V7.36401V6.36401H0V7.36401Z' fill='%23EE0C5D'/%3E%3C/svg%3E");
	width: 52px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width: 992px) and (max-width: 1440px) {
	.b-resources-asm--layout-lp {
		padding: 4.65vw 0 5.35vw;
	}
	.b-resources-asm--layout-lp.b-resources-asm h2 {
		font-size: 2.43vw;
		line-height: 3.82vw;
		margin-bottom: 2.11vw;
	}
	.b-resources-asm--layout-lp.b-resources-asm p {
		font-size: 1.81vw;
		line-height: 2.29vw;
		margin-bottom: 2.36vw;
	}
	.b-resources-asm--layout-lp .asm-resource {
		border-radius: 0.69vw;
	}
	.b-resources-asm--layout-lp .asm-resource .post__thumbnail {
		height: 13.54vw;
	}
	.b-resources-asm--layout-lp .asm-resource .item-content {
		padding: 2.08vw;
	}
	.b-resources-asm--layout-lp.b-resources-asm
		.asm-resource
		.resource-item__title {
		font-size: 1.81vw;
		line-height: 2.22vw;
	}
	a.lp-resource-link {
		font-size: 1.81vw;
		line-height: 1.88vw;
		gap: 1.46vw;
	}

	.lp-resource-link::after {
		width: 3.61vw;
		height: 1.04vw;
	}
}

@media (max-width: 991px) {
      .b-resources-asm--layout-lp {
		padding: 50px 0;
	}
	.b-resources-asm--layout-lp.b-resources-asm h2 {
		font-size: 26px;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.b-resources-asm--layout-lp.b-resources-asm p {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 11px;
	}
	.b-resources-asm--layout-lp .asm-resource {
		border-radius: 10px;
	}
	.b-resources-asm--layout-lp .asm-resource .post__thumbnail {
		height: 195px;
	}
	.b-resources-asm--layout-lp .asm-resource .item-content {
		padding: 30px;
	}
	.b-resources-asm--layout-lp.b-resources-asm
		.asm-resource
		.resource-item__title {
		font-size: 26px;
		line-height: 32px;
	}
	a.lp-resource-link {
		font-size: 20px;
		line-height: 1.5;
		gap: 12px;
	}

	.lp-resource-link::after {
		width: 42px;
		height: 10px;
	}
}

