
.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;
}

#why-become-licensed .row {
  display: flex;
  justify-content: space-around;
}

#thistle-iniatives {
  background-color: #2E2755;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#thistle-iniatives h2, #thistle-iniatives h3, #thistle-iniatives h4, #thistle-iniatives h5, #thistle-iniatives p {
color: white;
}

#thistle-iniatives .row {
    margin-left: 10px;
    margin-right: 10px;
    justify-content: space-between;
}

#thistle-iniatives .btn-banner a > div {
    background: #f596c5;
    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;
}

#thistle-iniatives .content-col {
  background: transparent;
  width: 30%;
}

#thistle-iniatives .content-col img {
  margin-bottom: 20px;
  margin-top: 20px;
}

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