/*Mobile*/
@media(max-width:768px){
.person{width:90px;height:120px}
.faq-image{height:180px}
.logo{font-size:48px}
.logo-box img{
	width: 70dvw;
	height: auto;
}
.flapr,.flapl{
	width: 10vw!important;
	height: auto!important;
}

.faq-section .flapr,.faq-section .flapl{
	width: 22vw!important;
}

.people-row img{
	width: 90vw!important;
	height: auto!important;
}

.flapr {
    right: 0px;
    top: 5dvh;
}

.flapl {
    left: 0px;
    top: 5dvh;
}




}