/**********************************************************************/
/************************** Features *********************************/
/********************************************************************/

.features-section {
    background: #f3f4f5;
    text-align: left;
    padding: 100px 0;
  }
  .features-section .row.row-padding {
    padding-top: 40px;
  }
  @media screen and (max-width: 800px) {
    .features-section .row.media-screen-800 {
      padding-top: 40px;
      padding-bottom: 80px;
    }
  }
  .features-section .img-iPhone {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: auto;
  }
  .features-section .img-iPhone.margin-top {
    top: -40px;
  }
  @media screen and (max-width: 800px) {
    .features-section .img-iPhone.margin-top {
      top: 0;
    }
  }
  .features-section .img-iPhone.margin-top-1 {
    top: -80px;
  }
  @media screen and (max-width: 800px) {
    .features-section .img-iPhone.margin-top-1 {
      top: 0;
    }
  }
  @media screen and (max-width: 800px) {
    .features-section .img-iPhone.margin-screen-800 {
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 480px) {
    .features-section .img-iPhone {
      width: 250px;
      height: auto;
    }
  }
  @media screen and (max-width: 320px) {
    .features-section .img-iPhone {
      width: 220px;
      height: auto;
    }
  }
  .features-section .btn-danger-border {
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #dc554f;
    color: #dc554f;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .features-section .btn-danger-border:hover, .features-section .btn-danger-border:focus {
    background: #dc554f;
    color: white;
  }
  .features-section .btn-app-store .btn.btn-lg, .features-section .btn-app-store .btn-group-lg > .btn {
    padding: 0;
  }
  .features-section .btn-app-store .btn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: auto;
  }
  
  @media screen and (max-width: 800px) {
    .col-features {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 70%;
      text-align: center;
    }
  }
  @media screen and (max-width: 640px) {
    .col-features {
      width: 90%;
    }
  }
  .col-features.features-content {
    padding-top: 100px;
  }
  @media screen and (max-width: 800px) {
    .col-features.features-content {
      padding-top: 0;
    }
  }
  .jumbotron .img-iPhone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: auto;
  }
  @media screen and (max-width: 800px) {
    .jumbotron .img-iPhone {
      margin-top: 50px;
    }
  }
  @media screen and (max-width: 480px) {
    .jumbotron .img-iPhone {
      width: 250px;
      height: auto;
    }
  }
  @media screen and (max-width: 320px) {
    .jumbotron .img-iPhone {
      width: 220px;
      height: auto;
    }
  }