#section-after-menu {
    background-image: url(../../../img/contact.jpg);
    background-position: bottom;
    background-size: cover;
    height:200px;
}
#section-after-menu h2{
    padding: 10px 10px 20px 10px;
    margin: 80px 20px 0 0 ;
    background-color: rgba(52, 52, 52, 0.5);
    color: #fff
}

/*Start Code -------------------------------------*/
.articles-texts{
    margin-top: 50px;
}
.articles-texts h2{
    font-size: 125%;
    font-weight: 600;
    color: #ff6200;
    margin-bottom: 50px;
}
.articles-texts h2 i{
    font-size: 150%;
    padding: 10px;
    background-color: #ff6200;
    color: #fff;
    margin-left: 15px;
}
.articles-texts article{
    font-size: 100%;
    text-align: justify;
    margin-top: 20px;
}
.articles-texts p {
    font-size: 90%;
}
.articles-texts h3{
    font-size: 100%;
    font-weight: 500;
    padding-top: 20px;
}
.articles-texts .li-strong{
    list-style: none;
}
strong{
    font-weight: 600;
}
