/* Custom Styles */
h2.m1 {
    font-family: 'Kaushan Script', cursive !important;
    font-weight: normal !important;
    font-size: 50px;
    color: #e0b515 !important;
    text-align: center;
    margin: 15px 0px 15px;
}

h3.m3 {
    font-family: 'Kaushan Script', cursive !important;
    font-weight: normal !important;
    font-size: 40px;
    font-size: 45px;
    margin-bottom: 25px;
}

h2.k1 {
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    line-height: 50px;
    color: #444444;
}
.edge-wrap {
    margin-bottom: 30px;
}
.checklist {
    list-style: none;
    margin: 45px 0 40px;
    padding: 0;
}
.checklist li {
    margin: 0;
    position: relative;
    margin: 0 0 25px;
    font-size: 20px;
    padding-left: 50px;
}
.checklist li:after {
    content: '';
    background-image: url(https://s3.amazonaws.com/kajabi-storefronts-production/themes/1232422/settings_images/RZJbwrPzT6mWbrXDU4g9_ck1.png);
    height: 45px;
    width: 45px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0px;
    background-size: contain;
    top: -10px;

}

@media only screen and (max-width: 767px) {
  h2.m1 {
    font-size: 44px;
  }
  h2.m1 br {
    display: none;
  }
}