#why-become-licensed {
    padding-top: 30px;
    padding-bottom: 30px;
}

#why-become-licensed h4 {
    margin-top: 20px;
}

#why-become-licensed .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;
}
#why-become-licensed .btn-banner a > div:hover {
  background: #f596c5;
}

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

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

#why-become-licensed .margin-y-xl {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

#why-become-licensed .mx-0-auto {
margin: 0 auto;
}
#why-become-licensed .col-md-2 > .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

#why-become-licensed .row {
    justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
}


@media screen and (max-width: 780px) {
 
#why-become-licensed .section-content .content-col {
    width: 100% !important;
  margin-bottom: 20px;
}

#why-become-licensed {
  padding-left: 20px;
  padding-right: 20px;
}

#why-become-licensed .heading p {
    line-height: auto;
} 
}