@media screen and (max-width: 900px) {


.ab-up {
	border: 5px solid var(--main3);
	position: static;
	margin-bottom: 50px;
	padding: 20px;
	/*height: 1000px;*/
	height: auto;
}
.ab-up .img {
	border: 0px solid red;
	position: static;
	width: 100%;
	height: 300px;
}
.ab-up .img img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.ab-up .img-side {
	border: 0px solid red;
	position: static;
	width: 100%;
	padding: 30px;
	height: auto;
	font-size: 40px;
	font-weight: 900;
}

.ab-up .text {
	background-color: var(--main2);
	padding: 50px 20px;
	color: white;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	position: static;
	width: 100%;
	text-align: justify;
}



.book .space {
	border: px solid red;
	padding:0 0px;
	height: auto
}


}