/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/patterns/job-card/default.css ***!
  \************************************************************************************************************************************************************************************************************/
.job-cards {
	margin-top: 40px !important;
	padding: 0 47px !important;
	gap: 0;
	border-top: 1px solid var(--wp--preset--color--black);
	border-bottom: 1px solid var(--wp--preset--color--black);

	@media screen and (max-width: 781px) {
		padding: 0 0 !important;
		margin-top: 24px !important;
		grid-template-columns: repeat(2, 1fr) !important;
		border-bottom: none;
	}
}

.job-card {
	border-right: 1px solid var(--wp--preset--color--black);
	padding: 20px 60px 25px !important;
	gap: 0 !important;

	@media screen and (max-width: 781px) {
		padding: 10px 23px 25px !important;
		border-bottom: 1px solid var(--wp--preset--color--black);
	}
}

.job-card:first-child {
	border-left: 1px solid var(--wp--preset--color--black);
}

.job-card-number {
	font-size: 62px;
	font-weight: 500;
	line-height: 1;
	margin-left: -0.4em !important;
	position: relative;
	z-index: 1;

	@media screen and (max-width: 781px) {
		font-size: 48px;
		margin-left: -0.2em !important;
	}
}

.job-card-image {
	margin-top: -28px !important;
}

.job-card-image img {
	border-radius: 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.job-card-en {
	font-family: var(--wp--preset--font-family--akshar);
	font-size: 12px;
	padding-left: 7px;
	margin-top: 6px !important;
	position: relative;
	text-transform: uppercase;

	@media screen and (max-width: 781px) {
		font-size: 10px;
		padding-left: 14px;
		margin-top: 3px !important;
	}
}

.job-card-en::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -4px;
	width: 8px;
	height: 8px;
	background-color: var(--wp--preset--color--black);
	border-radius: 50%;

	@media screen and (max-width: 781px) {
		top: 3px;
		left: 3px;
	}
}

.job-card-heading {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.29;

	@media screen and (max-width: 781px) {
		font-size: 14px;
		margin-top: 3px !important;
	}
}


/*# sourceMappingURL=default.css.map*/