.header{ 
    background-image: linear-gradient(135deg, #08003D 0%, #071C64 100%); 
} 

.content{ 
    width: 100%; 
    height: 722px;
} 

.headlines{ 
    font-size:28px; 
    font-weight:500; 
    color:rgba(0,0,0,0.65); 
    line-height:40px; 
    letter-spacing:1px;
    margin-left: 10%;
    /*margin-left: 153px; */
    margin-top: 45px; 
} 

.headlines-content {
    width: 80%;
    margin-left: 10%;
    /*margin-left: 153px; */
}

.headlines-content p{ 
    font-size:14px; 
    font-weight:500; 
    color:rgba(0,0,0,0.65); 
    line-height:33px; 
} 

.active{ 
    width: 100px; 
    height: 46px; 
    border-radius: 3px; 
    margin-top: -15px; 
    line-height: 46px; 
    text-align: center; 
    border: 1px solid rgba(0,139,243,1) 
} 