/**
 * Image With Text
 *
 * Generated by Dreamz Page Builder on 2026-07-28.
 */

.image-with-text .image-wrap{
	display: flex;
	flex-wrap: wrap;
}
.image-with-text .image-wrap .image-wrapper{
	width: 50%;
	height: auto;
}
.image-with-text .image-wrap .content-wrapper{
    width: 50%;
    background: #F4F4F4;
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.image-with-text .image-wrap .image-wrapper img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
	.image-with-text .image-wrap{
		flex-direction: column;
	}
	.image-with-text .image-wrap .image-wrapper {
		width: 100%;
	}
	.image-with-text .image-wrap .content-wrapper {
		width: 100%;
		padding: 60px 40px;

	}
}

@media only screen and (max-width: 767px) {
	.image-with-text .image-wrap .content-wrapper {
		padding: 40px 20px;

	}
}