@import url(mobie-common.css);
@media screen and (max-width: 768px) {
  .section .page-cont {
    width: 100%;
    box-sizing: border-box; }
  .page1 {
    min-height: auto;
    height: 60vh; }
  .help-wrap .help-item {
    display: flex;
    flex-direction: column; }
    .help-wrap .help-item .help-icons {
      margin-left: 0;
      width: 100%;
      padding-top: 20px; }
      .help-wrap .help-item .help-icons .icon-box {
        margin-bottom: 20px; }
  .questions-wrap {
    display: flex;
    flex-direction: column; }
    .questions-wrap .questions-title {
      margin-bottom: 50px; }
    .questions-wrap .question-list {
      width: 100%; } }
