@media (max-width: 1200px){
    .custom-heading {
        font: 900 18px/18px Rethink Sans;
    }
}
.custom-heading {
    color: #0e789d;
    font: 900 40px/40px Rethink Sans;
    text-transform: uppercase;
    padding: 5px 0 10px;
    position: relative;
}

.custom-heading:after, .custom-heading:before {
    position: absolute;
    content: "";
    background-color: #0e789d;
}

.custom-heading:before {
    width: 80px;
    height: 2.8px;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
*, :after, :before {
    box-sizing: border-box;
}

.custom-heading:after {
    width: 40px;
    height: 1.5px;
    bottom: -5px;
    left: 50%;
    margin-left: -20px;
}


@media (max-width: 912px) {
    .custom-heading {
        font-size: 18px;
    }
}
