/************** ABOUT-US SECTION *****************/

.body-wrapper {
	overflow-x: hidden;
	position: relative;
}

.about-us {
	padding: 4rem 0 8rem;
	position: relative;
}

.about-us-heading {
	font-size: 5rem;
	font-weight: 700;
	line-height: 7.5rem;
}

.about-us-desc {
	font-size: 2rem;
	line-height: 3rem;
	width: 40%;
	margin: 0 auto;
}

.about-us .circles {
	display: inline-block;
	position: absolute;
	top: -7rem;
	right: 13%;
}
.about-us-showcase {
	display: flex;
	align-items: center;
	padding: 0 7rem;
	margin-top: 15rem !important;
}

.about-us-img {
	flex: 2;
	margin-right: 5rem;
	position: relative;
}
.about-us-img::after {
	content: "";
	position: absolute;
	background-color: rgba(253, 215, 98, 1);
	height: 115%;
	width: 100%;
	bottom: -2.9rem;
	left: -3rem;
	z-index: -1;
	border-radius: 1.6rem;
}

.about-us-img img {
	width: 100%;
}

.about-us-text-box {
	flex: 3;
}

.about-us-text-box p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: justify;
}

.about-us-text-box p:not(:last-child) {
	margin-bottom: 2rem;
}
/************** WHAT-WE-OFFER SECTION *****************/

.what-we-offer {
	padding: 10rem 0;
	position: relative;
}

.what-we-offer-heading {
	font-size: 5rem;
	font-weight: 700;
	line-height: 7.2rem;
	margin-bottom: 9rem;
}
.what-we-offer-svg {
	display: block;
	margin: 0 auto;
	margin-bottom: 9.4rem;
}

.what-we-offer-left {
	margin-right: 13rem;
}

.what-we-offer-text {
	font-size: 1.6rem;
	line-height: 2.4rem;
	text-align: justify;
	font-weight: 300;
	margin-bottom: 2.5rem;
}

.big-bubble {
	position: absolute;
	top: -24.5rem;
	right: 0;
}

.what-we-offer-banner-img {
	display: block;
	margin: 9.4rem 0;
	width: 100%;
}
.team-at-coffe-img {
	display: none;
}

.career-container {
	padding: 0 14rem 0 10rem;
}

/*********** SMALL SCREENS AND TABLETS ***********/

@media (max-width: 1000px) {
	.about-us-text-box p {
		line-height: 3rem;
		text-align: justify;
	}

	.about-us .circles {
		right: -5%;
	}

	.about-us-desc {
		font-size: 1.8rem;
		line-height: 2.7rem;
		width: 50%;
		margin: 0 auto;
	}

	.what-we-offer-text {
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
}

@media (max-width: 870px) {
	.bubble-svg {
		display: none;
	}
	.about-us .circles {
		top: 10%;
		width: 15rem;
	}
	.about-us-text-box {
		margin-top: 0rem;
	}

	.about-us-desc {
		width: 60%;
		margin: 0 auto;
	}

	.about-us-showcase {
		flex-direction: column;
		margin-top: 5rem !important;
	}

	.about-us-img {
		margin: 0 auto;
		margin-bottom: 3rem;
	}

	.big-bubble {
		display: none;
	}

	.about-us-img::after {
		content: "";
		position: absolute;
		background-color: rgba(253, 215, 98, 1);
		height: 100%;
		width: 100%;
		top: -1.5rem;
		left: -2rem;
		z-index: -1;
		border-radius: 1.6rem;
	}

	.what-we-offer-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.what-we-offer-left {
		margin: 0 auto;
	}

	.team-container {
		display: none;
	}

	.team-at-coffe-img {
		display: block;
		width: 100%;
	}
}

@media (max-width: 800px) {
	.about-us-text-box p {
		text-align: initial;
	}
	.about-us-heading {
		margin-top: 5rem;
	}

	.career .flex {
		display: block;
	}

	.btn--apply {
		margin-top: 1rem;
	}
}

@media (max-width: 680px) {
	.position {
		font-size: 1.4rem;
	}
	.career-container {
		padding: 0 4rem;
	}

	.about-us-text-box p {
		font-size: 1.4rem;
		line-height: 2.1rem;
	}

	.about-us-showcase {
		padding: 0 3rem;
	}

	/* .what-we-offer-text {
		font-size: 1.4rem;
		line-height: 2.1rem;
	} */
}

@media (max-width: 500px) {
	.about-us .circles {
		right: -2rem;
		width: 10rem;
	}
	.about-us-desc {
		width: 100%;
	}
	.about-us-img {
		width: 30rem;
	}
	.about-us-heading {
		font-size: 3rem;
	}
}
