

@media screen and (max-width: 600px) {


.ind-about {
	padding: 50px 0;
	border: 0px solid red;
	height: 100%;
	border: 0px solid black;
}
.ind-about .pic {
	position: static;
	width: 100%;
	height: 200px;
	border: 10px solid var(--main);
	padding: 20px;
	display: block !important;
}
.ind-about .pic img {
	position: static;
	display: block;
	height: 100%;
	width: calc(100% - 0px);
	object-fit: cover;
}

.ind-about .text {
	position: static;
	width: 100%;
	height: 100%;
	/*z-index: 10;*/
	border: 0px solid red;
	background-color: var(--main3);
	color: white;
	padding: 50px;
	display: block !important;
}




.bottom-contact {
	background: linear-gradient( 90deg, var(--main3) 100%,  var(--main3) 50%);
	/*background: var(--main3);*/
	padding: 100px 0;
	margin: 50px 0;
}

.bottom-contact .left {
	/*border: 1px solid black;*/
	color: white;
	background-color: var(--main2);
	padding: 50px;
	height: 520px;
}

.bottom-contact .right {
	/*border: 1px solid black;*/
	color: white;
	background-color: var(--main3);
	padding: 50px;
	height: 520px;

}








}