@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.right3 {
	background-color: #ececec;
	width: 100%;
	padding: 1rem;
        font-size:0.75rem;
margin-top:1rem;
}
.flex3 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: column;
	flex-wrap: wrap;
	margin-right: 5%;
margin-top:0.5rem;
}
.icon2 {
	width: 18%;
	font-weight: 600;
	font-size: 0.72rem;
	line-height: 1.1;
        text-align:center;
margin-top:1rem;
}


.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {

}
	
.flex2 {
	margin-right: 0;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1rem;
}
	
.left2, .right2 {
	width: 100%;
}
	
.icon {
	width: 100%;
	margin-bottom: 1rem;
}
	
.column {
	column-count: inherit;
}
	
h1 {
		
}
	
h2 {
	font-size: 1.4rem;	
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
