.sbc-veritage-content-two-columns {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sbc-veritage-content-two-columns__title {
    font-family: 'futura-pt', sans-serif;
    font-size: 42px;
    line-height: 48px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.sbc-veritage-content-two-columns__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 100px);
    height: 1px;
    background-color: #6DB341;
}

.sbc-veritage-content-two-columns__content {
    padding-top: 20px;
}

.sbc-veritage-content-two-columns__content,
.sbc-veritage-content-two-columns__content * {
    font-family: 'futura-pt', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}

.sbc-veritage-content-two-columns__content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sbc-veritage-content-two-columns__content a {
    font-weight: 500;
    color: #6DB341 !important;
}

.sbc-veritage-content-two-columns__content p {
    margin-bottom: 25px;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    
}

@media ( max-width: 991px ){
    .sbc-veritage-content-two-columns__content {
        margin-bottom: 30px;
    }

    .sbc-veritage-content-two-columns__content p {
        margin-bottom: 10px;
    }
}

@media ( max-width: 767px ){ 

}

@media ( max-width: 575px ){ 
    
}