img.header-img {
    height: auto;
    width: 50%;
    max-width: 800px;
    min-width: 320px;
}

.section-full {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}

.alt-bg {
    background-color: #ededed;
}

.dark-bg {
    background-color: #000;
}

.section-center {
    max-width: 1000px;
    width: 100%;
    padding: 2rem;
}

.text-center {
    text-align: center;
}

.v-center {
    display: grid;
    place-items: center;
    height: 460px;
}

.leader-img-height {
    height: 460px;
}

.cr-img-height {
    height: 280px;
}

.section-title {
    color: #000;
    margin-bottom: 2rem;
}

.sub-section-title {
    color: #000;
}

.sub-section-subtitle {
    margin-left: 1rem;
    line-height: 1.5;
}

.sub-section-subtitle em {
    color: #337ab7;
    font-style: normal;
}

.sub-section-description {
    font-size: 1.75rem;
    padding: 1rem;
    line-height: 1.75;
}

.intro-bg {
    background-color: #337ab7;
}

.intro {
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    padding: 0;
}

.call-now-btn {
    padding: 1rem 4rem;
    font-size: 2.5rem;
    background-color: #337ab7;
    background-color: red;
    color: #fff;
    border-radius: 12px;
    border: none;
    text-decoration: underline;
}

.testimony-btn {
    padding: 1rem 4rem;
    font-size: 2.5rem;
    background-color: #337ab7;
    color: #fff;
    border-radius: 12px;
    border: none;
    text-decoration: underline;
}

h4 em {
    font-style: normal;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 2rem;
}

.ml-1 {
    margin-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pl-3 {
    padding-left: 3rem;
}

.sz-175 {
    font-size: 1.75rem;
}

ul.cr-theme li::marker {
    color: #FF9933;
}

ul.cr-theme li {
    color: #000;
}

.mobile {
    display: none;
}

.desktop {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .heading {
        text-align: center !important;
    }

    .mobile {
        display: flex;
    }

    .desktop {
        display: none;
    }
}