.page-subscriptions {
  background-color: #f2f2f2;
  .zc-dialog .zc-dialog-wrap{
    max-width: 960px;
  }
  a.i {
    font-style: italic;
    font-size: 12px;
  }

  section.body {
    margin-bottom: 40px;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    .container {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin: 30px 0;
      border-radius: 4px;
      border: 1px solid #e8e8e8;
      padding: 0px;
      .loader {
        height: 30px;
        width: 30px;
      }
      &:first-child {
        border-top: none;
      }
      .subscription {
        width: 100%;
        border-top: 1px solid #e8e8e8;
        background-color: white;
        padding: 20px;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: black;
        position: relative;
        min-height: 100px;
        .car-image {
          margin: 10px;
          flex: 1;
          height: 100px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: 50%;
        }
        p {
          flex: 3;
        }
        .loader{
          right: 20px;
          justify-self: flex-end;
        }
        .proceed-chevron {
          font-size: 40px;
          right: 15px;
          flex: 0;
          justify-self: flex-end;
        }
      }
    }
  }

  @media screen and (max-device-width: 480px) {
    section.body {
      .container {
        padding: 0px;
        margin: 0px;
        .subscription {
          .car-image {
            height: 50px;
          }
        }
      }
    }
  }
}
