.main-color{
    background-color: #00457c;
}
.font-color{
    color:#00457c;
}

h4:before{
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: 0;    
    border-bottom: 3px solid red;
    
}