body{
	background: url(../../store/img/background4.png);
  background-size: cover;

}
.med_list{
	padding: 10px;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 70px;
	font-size: 16px;
}
pre{
	font-size: 35px;
}
.btn-white{
	background: #fff;
	color: #1f74fd;
}
ul.requirement_list{
	margin:0px;
	
}

ul.requirement_list li{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	
}
.deal_image{
	height: 100%;
	/* position: fixed;
    bottom: 0;
    right: 0; */
}

.deal_image_top{
	width: 100%;
	/* position: fixed;
    top: 0;
    right: 0; */
}

.input_phone{
	width: 290px;
    border-radius: 7px;
    font-size: 40px;
    /* border-color: green; */
    border: 3px solid #0e4302;
}
.btn_submit{

    padding: 10px 25px;
    background: #54a400;
    border-radius: 5px;
    border: solid 2px #fff;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.info_text{
	text-align: center;
    margin-bottom: 0px;
    color: #fff;
    font-style: italic;
    font-size: 14px;
}

#app_grid{ 
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr 150px 1fr;
    background: url(../../store/img/back5.png) bottom center no-repeat;
  height: 100vh;


 }
 #header_area{
    max-width: 400px;
    place-self: center;
 }
 #footer_area{
    height:200px;
 }


 
@media screen and (min-width: 400px) and (orientation: landscape) {
    /* … */
  }