.secondary-promo {
    padding: 82px 0 75px;
}

.secondary-promo .secondary-cta {
    border-radius: 3px;
    background: #030E28;
    font-size: 16px;
    padding: 12px 31px;
}
body.page-template-default  .secondary-promo h2 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: initial !important;
}

.secondary-promo h2 span {
    color: #000;  
    font-weight: 400;
    text-transform: initial ;
}

.secondary-promo .check-icon {
    margin-bottom: 37px;
}

.secondary-promo .text-image-left h5 {
    color: #000;   
    font-weight: 700; 
    margin-bottom: 15px;
}

.secondary-promo .text-image-left p {
    color: #3A3A3A;   
    font-weight: 400; 
}
.secondary-promo .secondary-cta {
    margin: 15px auto 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 5px 14.5px;
    border-radius: 3px;
    background-color: #030E28;
    border: 1.5px solid transparent;
}

.secondary-promo .secondary-cta:hover{
    color : #030E28;
    background-color: white;
    border: 1.5px solid #030E28;
}

@media (max-width: 1139px) {
    section.text-image.alignfull {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .text-image-right img {
        min-height: auto;
    }
}
@media screen and (max-width: 991px) {
    .text-image-list {
        max-width: 100%;
    }
    .text-image p:has(svg) {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .text-image-right {
        margin-top: 40px;
    }
    .text-image-left h3 {   
        font-size: 30px;
        line-height: 36px;
    }
}
@media (min-width: 992px) {
   .text-image .col-lg-4 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (max-width: 575px) {
    .text-image .row > div {
        text-align: center;
    }
    .text-image p:has(svg) {
        justify-content: center;
    }
}