#why-thistle {
padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.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;
}

.alt-button {
  background-color: #EC96C6 !important;
}

.mx-0-auto {
margin: 0 auto;
}
.col-md-2 > .box {

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

@media screen and (max-width: 720px) {
 #why-thistle .row .col {
    width: 100%;
    flex-basis: content;
}

#why-thistle .row .col-50 {
    width: 100%;
}

#why-thistle .row .btn-banner {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

#why-thistle .btn-banner a > div {
    width: 100%;
}

#why-thistle {
    padding-bottom: 10px;
} 
}