.container {
  div.reviewOrderDetails {
    @media screen and (max-width: 480px) {
      > button {
        position: relative;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);

      }
    }
  }
  .custTypeMessage {
    @media screen and (max-width: 480px) {
      position: relative;
      top: 0;
      max-width: 100%;
    }
  }
}
