@media screen and (min-width: 769px) {
    .section-frame {
        border-top: 10px solid #1a6e9d !important;
        }
        
    .campaign-page--present {
    .section-frame {
        border-top: 10px solid #1a6e9d !important;
        }
    }
.campaign-page--present {
        .section-heading {
            background: #1a6e9d !important;
        }
    }


}


@media screen and (max-width: 768px) {
.campaign-page--present {
        .section-heading {
            background: #1a6e9d !important;
        }
    }
    .campaign-page--present {
    .section-frame {
        border-top: 10px solid #1a6e9d !important;
        }
    }
}
