section.highlighted_issue{
    background: #f2f2f2;
    padding: 3em 0;
    
}

section.highlighted_issue h2{
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        color: #0055A4;
        margin: 0 auto;
        padding-bottom: 1em;
  
}
section.highlighted_issue p{
    font-size: 16px;
    color: #666666;
    text-align: justify;
  

}

section.highlighted_issue img.cover{
    width: 100%;
}
section.highlighted_issue a.cta{
    background: none;
    display: inline block;
    border: solid 2px #F58220;
    border-radius: 50px;
    padding: 0.3em 1em;
    margin: 1em 0;
    text-transform: uppercase;
    color: #F58220 !important;
    font-weight: 600;
    margin-right: 0.5em;
    font-size: 17px;
}
section.highlighted_issue a.cta:hover{
    background: #F58220;
   color: #fff !important;
  
}
@media (max-width: 600px) {

    section.highlighted_issue{
        
        padding: 3em 1em;
        
    }
               
    section.highlighted_issue img.cover{
      padding: 1em 0;
    }
    section.highlighted_issue a.cta{
       display: block !important;
       width: 100% !important;
       padding: 0.5em 1em;
       margin: 1em auto;
    }

     }


