body{
    font-family: 'Cairo', sans-serif;

}

.hero h4{
    line-height: 37px;
}

.subscribe{
    background-color: rgba(148,7,8,1);
    padding: 50px 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.subscribe a{
display: inline-block;
text-align: center;
color: #fff;
font-size: 40px;
}

.last-news article strong{
    display: inline-block;
    margin: 10px 0 ;
    font-size: 2.8em;
    color: rgba(148,7,8,1);
}
.last-news article {
   text-align: right;
}
.last-news a {
    color: rgba(148,7,8,1);
}
.last-news hr{
    margin-top: 60px;
    display: block;
}
@media(max-width:600px){
    .subscribe a{
        font-size: 30px;
    }
    .hero h4{
        font-size: 22px;
    }
    .last-news article strong{
        font-size: 1.6em; 
    }
    
}