@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.lrasw {
  bottom: -1rem;
}
	
.button-img {

  top: 48%;
}
	
	
#logo img { width: 30%}

#slogan {
        position: static;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        color: #000;
        font-size: 1.5rem;
        padding:1rem 4% 4rem 4%;
}
	
.flex {
	display: block;
}
	
.left, .right, .left-footer, .right-footer {
	width: 100%;
}
	
	 .section1, .section2, .section3 {
	width: 45%;
}

.left {
	margin-bottom: 1rem;
}
	
	
.right-footer {
	align-items: start;
	justify-content: start;
	margin-top: 1rem;
}

.right-footer p{
	text-align: start;
}

.right-footer img{
	width: 50%;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
