.why-title {
	width: 100%;
	margin: 200px 0 50px 0;

	@media (max-width: 576px) {
		margin-top: 100px;
	}
}

.why-title h3 {
	width: 300px;
	margin: auto;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.005em;
	color: #455464;

	@media (max-width: 576px) {
		font-size: 16px;
		text-align: center;
	}
}

.why-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;

	@media (max-width: 576px) {
		padding: 0;
		flex-direction: column-reverse;
	}
}

.why-image {
	position: relative;

	@media (max-width: 576px) {
		width: 80%;
		margin-top: 30px;
	}

	&:before,
	&:after {
		content: '';
		background-image: url('/assets/images/back-dots.png');
		width: 156px;
		height: 142px;
		position: absolute;

		@media (max-width: 576px) {
			width: 69px;
			height: 76px;
			background-size: cover;
		}
	}

	&:before {
		top: -40px;
		left: -40px;

		@media (max-width: 576px) {
			top: -25px;
			left: -15px;
		}
	}

	&:after {
		bottom: -40px;
		right: 4px;

		@media (max-width: 576px) {
			bottom: -25px;
			right: -15px;
		}
	}

	img {
		width: 540px;
		height: 450px;
		border-radius: 8px;

		@media (max-width: 576px) {
			width: 100%;
			height: auto;
		}
	}
}

.why-contant {
	display: flex;
	flex-direction: row-reverse;

	@media (max-width: 576px) {
		margin: 0 10px;
	}

	img {
		width: 50px;
	}
}

.why-text {
	margin: 10px 20px 10px 0;

	h4 {
		width: 100%;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		color: #546e7a;
		direction: rtl;
		margin-bottom: 15px;

		@media (max-width: 576px) {
			font-size: 16px;
			padding-left: 30px;
		}
	}

	p {
		width: auto;
		text-align: justify;
		color: #78909c;
		direction: rtl;
		margin-left: 35px;
		margin-bottom: 10px;

		@media (max-width: 576px) {
			font-size: 13px;
			padding-left: 30px;
			margin-left: 0;
		}
	}
}
