@media (min-width: 1400px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 992px) {
body h2 { font-size:30px} 
}

@media (max-width: 991px) {
.main-header {margin-bottom:0;}
.img-1 { text-align:center}
.ellipse2 { padding-bottom:50px;}
}

@media (max-width: 768px) {
.mobile-text-center h2 {
font-size: 23px;
 
}
.image-1 {
display: flex;
padding: 110px 0 50px;
position: relative;
width: 100%;
}

.ellipse2:before { display:none}
.ellipse3:before {display:none}
.ellipse6:before {display:none}
.ellipse2 { background:none}
.main-header { margin-bottom:0;}
.ellipse4:before {display:none}

.the-app-bg {
background: url(../assets/images/the-app.png) no-repeat center 0;
}
.absolute-image-1 { margin-bottom:30px;}
}
@media (max-width: 576px) {
body h2 { font-size:26px}
.ellipse2 {padding-bottom:0;}
}



@media (max-width: 480px) {
.flexRowStart { display:inline-block!important;} 
.app-play-container { margin:0 auto;}
.app-button { margin:0 auto}
}
