/*# sourceMappingURL=work-with-us.css.map */

.work-with-us {
	margin-top: 86px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: radial-gradient(#e3e3e3 1.5px, transparent 1.5px);
	background-size: 32px 32px;
	background-color: #fbfbfb;
}

.work-with-us .container {
	width: 1140px;
	margin: 0 auto;
}

.work-with-us__banner {
	display: flex;
	align-items: center;
	height: 520px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 4rem;
}

@media screen and (max-width: 768px) {
	.work-with-us__banner {
		padding: 20px;
	}
}

.work-with-us__banner h1 {
	font-size: 3rem;
	line-height: 1.3em;
	color: white;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
}

.work-with-us__banner h1 span {
	font-size: 5rem;
	color: #fecf5e;
	text-shadow: 2px 2px 0px #055b9b;
}

.work-with-us__video {
	height: 480px;
	padding: 2rem 0rem 2rem 0rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.work-with-us__content {
	padding: 2rem 0rem 2rem 0rem;
}

.work-with-us__card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.work-with-us__card {
		flex-direction: column;
	}
}

.work-with-us__card-content {
	flex: 2;
	padding: 2rem;
}

.work-with-us__card-content span {
	color: #055b9b;
	font-size: 1.3rem;
	font-weight: 600;
}

.work-with-us__card-content h3 {
	margin-top: 2rem;
	font-size: 1.2rem;
	color: #000;
}

.work-with-us__card-content ul {
	margin-left: 1rem;
}

.work-with-us__card-content p {
	margin-bottom: 2rem;
}

.work-with-us__card-content a {
	background-color: #055b9b;
	padding: 10px 24px;
	color: white;
	font-size: 1.2rem;
	text-decoration: none;
}

.work-with-us__card-content a:hover {
	background-color: #00345c;
	transition: .5s;
}

.work-with-us__card-image {
	flex: 1;
	width: 300px;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 8px;
}

.work-with-us__card-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	padding: 1.5rem;
}
