.full-img-with-content {
	z-index: 1;
    position: relative;
}
.full-img-with-content .sec-info {
    max-width: 668px;
    height: 100%;
    align-content: center;
}
.full-img-with-content .img-wrap {
	width: fit-content;
	height: 100%;
	align-content: center;
}
.full-img-with-content:not(:has(.text-right)) .sec-info {
	margin-right: 148px;
	margin-right: clamp(0rem, -19.4695rem + 31.4342vw, 9.25rem);
	margin-left: auto;
}
.full-img-with-content .text-right .sec-info {
	margin-left: 160px;
	margin-left: clamp(0rem, -19.4695rem + 31.4342vw, 10rem);
}
.img--ml .img-wrap {
	margin-left: -2px;
}
.img-right .top-left,
.img-right .bottom-left {
    right: 0;
    left: inherit;
}
.full-img-with-content .text-right {
	padding-right: 30px;
}
.full-img-with-content .text-left {
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
	.full-img-with-content .img-wrap img {
		height: 100%;
		object-fit: cover;
	}
}
@media only screen and (max-width: 767px) {
	.full-img-with-content .sec-info {
	    max-width: 100%;
	    text-align: center;
	}
	 .full-img-with-content :is(.text-right, .text-left) {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 675px) {
	 .full-img-with-content :is(.text-right, .text-left) {
		padding: 0 16px;
	}
}