.button-boxs {
  padding-top: 55px;
  width: 100%;
  text-align: center;
  p {
    font-weight: bold;
    color: @heading-color;
    span {
      color: @primary-color;
      margin: 5px;
    }
  }
  .ant-btn-round {
    width: 320px;
    height: 40px;
  }
  .button-style {
    background: @primary-color;
    margin-bottom: 10px;
    color: #fff;
  }
}
