.serviceBrand {padding: 96px 20px;text-align: center;}

.section-title h2 {
	font-family: Golos Text;
	font-size: 76.29px;
	font-weight: 500;
	line-height: 83.92px;
	letter-spacing: -0.04em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin: 0;
}

.serviceBrand__Grid {
	margin: 48px 0 0;
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 16px;
}

.serviceBrand__Grid__Item {
	height: 367px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover !important;!i;!;
	background-position: center !important;!i;!;
}

.serviceBrand__Grid__Item.sway {
	background: url(https://www.softway.com/hubfs/LAAS%20Website%20V1/service_brand_1.png);
}

.serviceBrand__Grid__Item.cultureplus {
	background: url(https://www.softway.com/hubfs/LAAS%20Website%20V1/service_brand_2.png);
}

.serviceBrand__Grid__Item p {
	margin: 12px 0 32px;
	//
	styleName: Heading 6;
	font-family: Golos Text;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: -0.03em;
	color: #fff;
}

.serviceBrand__Grid__Item a {
	height: 46px;
	padding: 0 24px;
	display: flex;
	gap: 48px;
	font-family: Golos Text;
	font-size: 16px;
	font-weight: 500;
	line-height: 14.4px;
	letter-spacing: -0.03em;
	align-items: center;
	text-decoration: none;
	color: var(--Primary-Softway-Blue-500, rgba(28, 22, 109, 1));
	background: var(--Primary-Laas-Yellow-500, rgba(255, 211, 0, 1));
	transition: 0.3s ease;
}

.serviceBrand__Grid__Item a:hover {
	background: #000000;
	color: #fff;
}

.serviceBrand__Grid__Item a:hover svg path {
	fill: #ffffff;
}

@media screen and (max-width: 1200px) {
	.serviceBrand {
		padding: 50px 20px 70px;
	}
}

@media screen and (max-width: 993px) {
	.serviceBrand__Grid {
		grid-template-columns: auto;
	}
}

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

	.serviceBrand__Grid__Item {
		height: auto;
		padding: 50px 20px;
	}
}