@media screen and (max-width: 4000px) {
	.intro-container {
		background-image: url("/images/services.jpg");
		padding-top: 14rem;
	}

	.planned-placements {
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: row;
		gap: 10px;
		margin-left: 8rem;
		margin-right: 8rem;
		margin-top: 8rem;
		margin-bottom: 8rem;
	}

	.planned-placements img {
		height: 30rem;
		width: 40rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.planned-placements h1 {
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 2rem;
		margin-top: 1rem;
		color: #ff5757;
	}

	.planned-placements p {
		font-weight: 400;
		font-size: 16px;
		color: #4f4f4f;
	}

	.emergency-placements {
		justify-content: center;
		align-items: center;
		display: flex;
		gap: 10px;
		flex-direction: row;
		margin-right: 8rem;
		margin-left: 8rem;
		margin-bottom: 8rem;
	}

	.emergency-placements h1 {
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 2rem;
		margin-top: 1rem;
		color: #ff5757;
	}

	.emergency-placements p {
		font-weight: 400;
		font-size: 16px;
		color: #4f4f4f;
	}

	.emergency-placements img {
		height: 30rem;
		width: 40rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.emergency-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-bottom: 20px;

		padding-right: 40px;
	}

	.planned-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-left: 40px;

		padding-bottom: 20px;
	}
}
@media screen and (max-width: 1800px) {
	.intro-container {
		background-image: url("/images/services.jpg");
		padding-top: 14rem;
	}

	.planned-placements {
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: row;
		gap: 10px;
		padding: 0 4rem 0 0;
		background-color: #fcf8ed;
		margin-left: 8rem;
		margin-right: 8rem;
		margin-top: 8rem;
		margin-bottom: 8rem;
	}

	.planned-placements img {
		height: 30rem;
		width: 40rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.planned-placements h1 {
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 2rem;
		margin-top: 1rem;
		color: #ff5757;
	}

	.planned-placements p {
		font-weight: 400;
		font-size: 16px;
		color: #4f4f4f;
	}

	.emergency-placements {
		justify-content: center;
		align-items: center;
		display: flex;
		gap: 10px;
		padding: 0 0 0 4rem;
		background-color: #fcf8ed;
		flex-direction: row;
		margin-right: 8rem;
		margin-left: 8rem;
		margin-bottom: 8rem;
	}

	.emergency-placements h1 {
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 2rem;
		margin-top: 1rem;
		color: #ff5757;
	}

	.emergency-placements p {
		font-weight: 400;
		font-size: 16px;
		color: #4f4f4f;
	}

	.emergency-placements img {
		height: 30rem;
		width: 40rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.emergency-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-bottom: 20px;

		padding-right: 40px;
	}

	.planned-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-left: 40px;

		padding-bottom: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.intro-container {
		background-image: url("/images/services.jpg");
		padding-top: 10rem;
	}

	.planned-placements {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		margin: 4rem;
		background-color: #fcf8ed;
		justify-content: center;
		align-items: center;
	}

	.planned-placements img {
		height: 34rem;
		width: 30rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.planned-placements h1 {
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	.planned-placements p {
		font-weight: 400;
		font-size: 16px;
		color: #4f4f4f;
	}

	.emergency-placements {
		display: flex;
		background-color: #fcf8ed;
		gap: 1rem;
		flex-direction: row;
		margin-right: 4rem;
		margin-left: 4rem;
		margin-bottom: 4rem;
	}

	.emergency-placements h1 {
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	.emergency-placements p {
		font-weight: 400;
		font-size: 16px;
		color: #4f4f4f;
	}

	.emergency-placements img {
		height: 30rem;
		width: 30rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.emergency-placements-content {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.planned-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 992px) {
	.intro-container {
		background-image: url("/images/services.jpg");
		padding-top: 10rem;
		min-height: auto;
	}

	.planned-placements {
		display: flex;
		flex-direction: row;
		gap: 20px;
		margin-left: 2rem;
		margin-right: 2rem;
		margin-top: 8rem;
		margin-bottom: 4rem;
		padding: 0;
	}

	.planned-placements img {
		height: 34rem;
		width: 24rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.planned-placements h1 {
		font-weight: 400;
		font-size: 26px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	.planned-placements p {
		font-weight: 400;
		font-size: 14px;
		color: #4f4f4f;
	}

	.emergency-placements {
		display: flex;
		gap: 20px;
		flex-direction: row;
		margin-right: 2rem;
		margin-left: 2rem;
		margin-bottom: 8rem;
		padding: 0;
	}

	.emergency-placements h1 {
		font-weight: 400;
		font-size: 30px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	.emergency-placements p {
		font-weight: 400;
		font-size: 14px;
		color: #4f4f4f;
	}

	.emergency-placements img {
		height: 30rem;
		width: 20rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.emergency-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.planned-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;

		padding-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.intro-container {
		background-image: url("/images/services.jpg");
		padding-top: 14rem;
	}

	.planned-placements {
		display: flex;
		flex-direction: row;
		gap: 20px;
		margin: 4rem 0 4rem 0;

		padding: 0;
	}

	.planned-placements img {
		height: 26rem;
		width: 18rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.planned-placements h1 {
		font-weight: 400;
		font-size: 24px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	.planned-placements p {
		font-weight: 400;
		font-size: 14px;
		color: #4f4f4f;
	}

	.emergency-placements {
		display: flex;
		gap: 10px;
		flex-direction: row;
		margin: 0 0 4rem 0;

		padding: 0;
	}

	.emergency-placements h1 {
		font-weight: 400;
		font-size: 24px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	.emergency-placements p {
		font-weight: 400;
		font-size: 14px;
		color: #4f4f4f;
	}

	.emergency-placements img {
		height: 26rem;
		width: 18rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.emergency-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.planned-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 576px) {
	.intro-container {
		background-image: url("/images/services.jpg");
		padding-top: 14rem;
	}

	.planned-placements {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		justify-content: center;
		align-items: center;
		margin: 4rem 0 4rem 0;
		padding: 2rem 0;
	}

	.planned-placements img {
		height: 10rem;
		width: 20rem;

		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.planned-placements h1 {
		font-weight: 400;
		font-size: 20px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	.planned-placements p {
		font-weight: 400;
		font-size: 12px;
		color: #4f4f4f;
	}

	.emergency-placements {
		display: flex;
		flex-direction: row;
		flex-direction: column;
		gap: 4rem;
		margin: 0 0 8rem 0;
		padding: 0 0 2rem 0;
		justify-content: center;
		align-items: center;
	}

	.emergency-placements h1 {
		font-weight: 400;
		font-size: 20px;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

	.emergency-placements p {
		font-weight: 400;
		font-size: 14px;
		color: #4f4f4f;
	}

	.emergency-placements img {
		height: 10rem;
		width: 20rem;
		object-fit: cover;
		object-position: center;
		border-radius: 10px;
	}

	.emergency-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.planned-placements-content {
		background-color: #fcf8ed;
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
	}
}
