@media screen and (max-width: 1000px) {



.header_box {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
	background-image: url("/img/Header_bg.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	padding: 10px;
}
.cont_obj {
	margin: 5px 0;
}
.cont {
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.h_bt {
	width: 120px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	background: #3D4BD6;
	padding: 15px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin: 5px;
}


.footer_box {
	width: 100%;
	min-height: 230px;
	background-image: url("/img/Podval.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.pag_bt {
	width: 150px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	background: #FFB70E;
	padding: 15px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #21529B;
	cursor: pointer;
	margin: 5px;
}
.pag_bt img {
	margin-right: 10px;
}
.cont_pag {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pag_txt {
	font-family: Roboto;
	font-size: 25px;
	font-weight: 500;
	color: #21529B;
}
.cont_mp {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 10px 0;
}






}
