


.btn-banner a > div {
  background: #2e2755;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 68px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  transition: color .25s,border-color .25s,background-color .25s,opacity .25s,width .25s ease 0s;
}
.btn-banner a > div:hover {
  background: #f596c5;
}

.hww-section .row>div {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}

.btn-banner a > div {
  color: #fff;
}

.margin-y-xl {
margin-top: 54px;
  margin-bottom: 20px;
}
.mx-0-auto {
margin: 0 auto;
}
.col-md-2 > .box {

    display: flex;
    align-items: center;
    justify-content: center;
}