.workwithus-container {
	width: 100%;
	background-color: #00ECC2;
}
.workwithus-wrapper {
	background-color: #00ECC2;
	padding: 7rem 0rem;
	position: relative;
}

.workwithus-title {
	background-color: #1B63FF !important;
	color: white;
	font-size: 44px !important;
	font-weight: 600 !important;
	margin: 0;
	margin-bottom: 2rem;
}

.workwithus-body p {
	margin: 0;
	color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.12px;
    position: relative;
    white-space: normal;
}

.workwithus-body {
	margin-bottom: 2rem;
	max-width: 490px;
}

.workwithus-imagewrapper {
	position: absolute;
	top: -12%;
	right: -18%;
	/* transform: translateX(-25%); */
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.workwithus-imagewrapper-item {
	display: flex;
	gap: 1rem;
}
.workwithus-imagewrapper-top {
	align-items: end;
}
.workwithus-imagewrapper-bottom {
	align-items: start;
	margin-left: 3.8rem;
}

@media (min-width: 800px) {
	.workwithus-image1 {
		max-width: 243px;
		max-height: 140px;
		object-fit: cover;
	}

	.workwithus-image2 {
		max-width: 400px;
		max-height: 350px;
		object-fit: cover;
	}

	.workwithus-image3 {
		max-width: 243px;
		max-height: 140px;
		object-fit: cover;
	}

	.workwithus-image4 {
		max-width: 305px;
		max-height: 243px;
		object-fit: cover;
	}
	
	.workwithus-image5 {
		max-width: 277px;
		max-height: 140px;
		object-fit: cover;
	}
	
	.workwithus-image6 {
		max-width: 305px;
		max-height: 243px;
		object-fit: cover;
	}
	
}

@media (max-width: 1300px) {
	.workwithus-imagewrapper {
		scale: 0.8;
		top: -3%;
		right: -23%;
	}
}
@media (max-width: 1200px) {
	.workwithus-imagewrapper {
		scale: 0.75;
		right: -30%;
	}
}
@media (max-width: 1150px) {
	.workwithus-imagewrapper {
		scale: 0.65;
		right: -38%;
	}
}
@media (max-width: 1000px) {
	.workwithus-imagewrapper {
		position: static;
		scale: 0.7;
		margin: -3rem 0rem;
	}

	.workwithus-title {
		margin-bottom: 0;
	}
	.workwithus-body {
		max-width: none;
	}
	.workwithus-imagewrapperwrapper{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 800px) {
	.workwithus-imagewrapperwrapper{
		display: block;
	}
	.workwithus-imagewrapper {
		transform-origin: left center;
	}
}
