body {
    background-color: #e5e5e5!important;
}

.logo img {
    width: 150px;
}

.content-article {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}

.content-article .btn-secondary {
    background: #495057;
    width: 300px;
    padding: 11px;
    font-weight: bold;
    font-size: 25px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
}

.article_navigation {
    display: flex;
    background: #495057;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
}

.article_navigation h1{
    color: #fff;
    font-size: 1.76rem;
    padding-right: 10px;
    margin-top: 10px;
}

.article_nav__outer {
    width: 75%;
}

.nav_img {
    width: 25%;
}

.nav_img img {
    width: 100%;
}

.article_nav__inner {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.mobile-menu {
    padding-right: 20px;
}

.article_text {
    padding: 10px 20px;
}

.article_text h2 {
    font-size: 1.5rem;
}

.article_text h3 {
    font-size: 1.2rem;
}
