.why-directdrop {
  padding: 4rem 0; }
  .why-directdrop .top-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 62em) {
      .why-directdrop .top-stats {
        position: relative;
        margin-bottom: 2rem; }
        .why-directdrop .top-stats:before {
          position: absolute;
          width: 400px;
          height: 549px;
          background-size: 400px 549px;
          background-repeat: no-repeat;
          background-position: center;
          content: '';
          display: block;
          background-image: url("../img/mobile.png");
          top: 4rem;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
    .why-directdrop .top-stats .stat {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-top: 50px;
      margin-bottom: 2rem;
      text-align: center; }
      @media (max-width: 30em) {
        .why-directdrop .top-stats .stat {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media (min-width: 48em) {
        .why-directdrop .top-stats .stat {
          padding-top: 60px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; }
          .why-directdrop .top-stats .stat.stat-1, .why-directdrop .top-stats .stat.stat-3 {
            text-align: right;
            padding-right: 1rem; }
            .why-directdrop .top-stats .stat.stat-1:before, .why-directdrop .top-stats .stat.stat-3:before {
              right: 0;
              left: auto; }
          .why-directdrop .top-stats .stat.stat-2, .why-directdrop .top-stats .stat.stat-4 {
            text-align: left;
            padding-left: 1rem; } }
      @media (min-width: 62em) {
        .why-directdrop .top-stats .stat.stat-1, .why-directdrop .top-stats .stat.stat-3 {
          padding-right: 14rem; }
        .why-directdrop .top-stats .stat.stat-2, .why-directdrop .top-stats .stat.stat-4 {
          padding-left: 14rem; } }
      .why-directdrop .top-stats .stat:before {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 37px;
        height: 37px;
        background-image: url("../img/check-circle.svg");
        background-repeat: no-repeat;
        background-size: 37px 37px;
        background-position: center;
        content: '';
        display: block; }
        @media (min-width: 48em) {
          .why-directdrop .top-stats .stat:before {
            background-size: 50px 50px;
            width: 50px;
            height: 50px;
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: none;
            transform: none;
            display: inline-block; } }
      .why-directdrop .top-stats .stat h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0.5rem;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
        @media (min-width: 48em) {
          .why-directdrop .top-stats .stat h3 {
            font-size: 25px;
            line-height: 42px; } }
  .why-directdrop .bottom-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .why-directdrop .bottom-stats .bottom-stat {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      @media (min-width: 48em) {
        .why-directdrop .bottom-stats .bottom-stat {
          max-width: 440px;
          padding: 0 3rem;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 440px;
          flex: 0 0 440px; } }
      .why-directdrop .bottom-stats .bottom-stat p {
        font-weight: bold;
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 2.5rem; }
        .why-directdrop .bottom-stats .bottom-stat p strong {
          font-size: 42px;
          line-height: 34px;
          display: inline-block;
          vertical-align: middle;
          color: #FF4B7D;
          width: 7rem; }
        @media (min-width: 48em) {
          .why-directdrop .bottom-stats .bottom-stat p {
            font-size: 25px;
            line-height: 42px; }
            .why-directdrop .bottom-stats .bottom-stat p strong {
              font-size: 58px;
              line-height: 42px;
              width: 10rem; } }
  .why-directdrop .button-group {
    text-align: center; }

/*# sourceMappingURL=maps/why_directdrop.css.map */
