.hero .heroContent {
    background: url(../images/pages/axxess-connect/axxess-connect-hero.png) black no-repeat center center scroll;
    background-size: cover;
    height: 45vw;
    max-height: 750px;
    z-index: 1;
}
@media only screen and (max-width: 1440px) {
    .hero .heroContent {
        height: 550px;
    }
    .hero .grayHeroBkgd {
        height: 50vw;
    }
}
@media only screen and (min-width: 1024px) {
    .hero .hero-copy .mobile-block-1{
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    .hero .hero-copy .mobile-block-2{
        display: block;
    }
}
.hero .heroContent h2 {
    color: #fff;
    margin-top: 2rem;
}
.hero .heroContent h2 .h2-bg {
    background-color: #b9243c;
    border-radius: 5px;
    padding: 10px 20px;
}
@media only screen and (max-width: 920px) {
    .hero .heroContent h2 {
        text-align: left;
    }
}
.hero .heroNav {
    max-width: 1100px;
}
section.demo-bg-white {
    display: none;
}
section.sectionSpaceGray {
    padding: 100px 20px;
}
.card-hh {
    height: 340px;
    max-width: 500px;
    border-width: 1px;
    border: 3px solid #b9243c;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin: auto auto 50px;
}
.card-hh p {
    padding: 1rem;
}
.card-hh h3 {
    color: #393839;
    text-align: center;
    font-size: clamp(1rem, 1vw, 1.5rem); /* Minimum 1rem, adjusts with viewport width, and maximum 1.5rem */
    margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
    .card-hh p {
        padding: 0 1rem;
    }
    .card-hh h3 {
        font-size: 0.9rem;
    }
}

.card-hh .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b9243c;
    padding: 15px 0 15px 0;
}
.card-hh .header h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    margin: auto;
    padding-left: 1rem;
}
.card-hh .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem;
    color: rgb(255, 255, 255);
    margin: auto;
}
.card-hh .message {
    text-align: left;
    color: #393839;
    margin: 1rem;
}
.card-hh .actions {
    text-align: center;
}
.card-hh .actions a {
    text-decoration: none;
    position: absolute;
    background-color: #b9243c;
    padding: 10px 50px;
    width: 200px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80px;
}

.twoCol {
    max-width: 1440px;
    margin: auto;
}

.twoCol .cntrImg img {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 90%;
    margin: auto;
    border-radius: 10px;
}
.twoCol .mobileImg {
    display: flex;
    justify-content: center; 
    align-items: center;
    border-radius: 5%;
    margin: auto;
}
.twoCol .side-info {
    padding: 0 30px;
}
.twoCol .side-info h2 {
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: left;
    padding: 0;
}
.twoCol .side-info h3 {
    color: #393839;
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.9;
}
.checkIndent {
    padding-bottom: 32px;
}
.checkIndent p {
    text-indent: -15px;
    padding-left: 35px;
}
.checkIndent .fa-check {
    color: #b9243c;
    padding-right: 15px;
}

.cBtn {
    text-align: center;
    margin: 30px auto;
}