@media only screen and (max-width: 768px) {
  .app-dowload {
    margin-top: 35px !important;
  }
  .app-dowload-display {
    display: flex !important;
    justify-content: space-between;
  }
  .app-section-points {
    margin-right: 10px;
    margin-left: 10px;
  }
  .mkdf-st-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .mkdf-section-title-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .app-image {
    width: 100px;
  }

  .vc_custom_1596780237369 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 680px) {
  .app-dowload-display {
    display: block !important;
  }

  .app-section-points {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .vc_custom_1596780237369 {
    display: block;
  }
  .wpb_single_image .vc_single_image-wrapper {
    display: contents;
  }
  #app-image-png.wpb_single_image img {
    height: auto;
  }
  #app-image-png {
    text-align: center;
  }
}

@media only screen and (max-width: 490px) {
  .mkdf-st-title {
    font-size: 1.6rem;
  }
  .app-section-points {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 350px) {
  .mkdf-st-title {
    font-size: 1.2rem;
  }

  .app-section-points {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 320px) {
  .mkdf-st-title {
    font-size: 1.4rem;
  }
}
