@media screen and (min-width: 768px) {
  .custom-container {
    padding-left: 47px;
    padding-right: 47px;
  }
  .header::after {
    top: -135px;
    -webkit-transform: skewY(-15deg);
            transform: skewY(-15deg);
    height: 115%;
  }
  .header .header-bottom {
    position: relative;
    margin-top: 77px;
  }
  .header .header-bottom .title {
    margin-top: 0;
  }
  .header .header-bottom .free-download {
    margin-bottom: 122px;
  }
  .header .header-bottom .free-download div {
    width: 213px;
  }
  .header .header-bottom .hero-img {
    margin-top: 0;
    position: absolute;
    right: -55px;
    top: 0;
  }
  .options {
    margin-top: 136px;
  }
  .options .col-left {
    margin-top: 50px;
  }
  .options .col-middle {
    margin-top: 50px;
  }
  .options .col-right {
    margin-top: 50px;
  }
  .bdd-testing .col-left {
    width: 656px;
    height: 498px;
    left: 0;
  }
  .bdd-testing .col-left img {
    width: 100%;
    height: 100%;
  }
  .bdd-testing .col-right .title {
    font-size: 50px;
    line-height: 60px;
  }
  .itms-recorder .col-left .title {
    font-size: 50px;
    line-height: 60px;
  }
  .itms-recorder .col-left .text {
    font-size: 24px;
    line-height: 36px;
  }
  .itms-recorder .col-right {
    right: 0;
  }
  .itms-recorder .col-right img {
    width: 588.57px;
    height: 509px;
    left: 0;
  }
  .popper {
    width: 680px;
    height: 310px;
    padding: 52px 50px 53px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popper .title {
    font-size: 45px;
  }
  .popper .text {
    margin-top: 25px;
    font-size: 22px;
    line-height: 36px;
  }
  .popper .download-now {
    width: 214px;
    margin-top: 25px;
  }
  .footer::after {
    top: 170px;
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
  }
  .footer .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer-wrapper .copyright {
    text-align: left;
    font-size: 24px;
  }
  .footer .footer-wrapper .col-right {
    width: unset;
    margin-top: 0;
  }
}
/*# sourceMappingURL=custom-md.css.map */