.resources {
	background: url(https://www.softway.com/hubfs/LAAS%20Website%20V1/resource_bg.png) no-repeat;
	background-size: cover;
	padding: 120px 20px;
}

.resources__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resources__grid__left {
	width: 533px;
}

.resource_card {
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
	width: 352px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 25px;
	padding: 40px;
}

.resource_card img {/* margin-top: -160px; */}

.resource_card h4 {
	color: #000;
	font-family: "Golos Text";
	font-size: 26.088px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 31.306px */
	letter-spacing: -1.304px;
	margin: 0;
}

.resources__grid__left .swiper-slide {}

.resources__grid__left .swiper-slide-shadow {
	opacity: 0 !important;!i;!;
}

.resources__grid__right {
	display: flex;
	width: 416px;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--p-5, 20px);
}

.resources__grid__right h2 {
	color: var(--Neutral-Black, #000);

	/* Heading 1 */
	font-family: "Golos Text";
	font-size: 61.04px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 73.248px */
	letter-spacing: -2.442px;
	margin: 0;
}

.resources__grid__right .siteContent p {
	color: var(--Neutral-700, #3F3F46);

	/* Body */
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.32px;
	margin: 0;
}

.resources__grid__right .siteContent {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.resources__grid__right a.button {
	border: 1px solid var(--Neutral-Black, #000);
	display: flex;
	padding: var(--p-4, 16px) var(--p-6, 75px) var(--p-4, 16px) var(--p-6, 24px);
	justify-content: center;
	align-items: center;
	gap: var(--p-12, 48px);
}



@media screen and (max-width: 993px) {
	.resources {
		padding: 50px 20px;
		background-position: center;
		background: #fdd300;
	}

	.resources__grid__left {
		width: 400px;
		margin: auto;
		padding-bottom: 50px;
	}

	.resources__grid__right {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.resources {
		padding: 50px 0;
		overflow: hidden;
	}

	.resources__grid__left {
		width: 100%;
	}
}