.right-section{
    background-color: #00001a;
    height: 490px;
    color: white;
    width: 400px;
}

.first-article-title,
.first-article,
.third-article-title,
.third-article,
.secound-article{
    margin-left: 15px;
}

.first-article,
.secound-article,
.third-article{
    color: #c5c6ce;   
}

.new-title,
.secound-article-title{
    color: #e9ab53;
    margin-left: 15px;
}

hr{
    margin: 0 5% 0;
    border-style: thin;
}

@media only screen and (max-width: 600px) {
    .right-section{
        height: 500px;
        width: 255px;
        font-size: 1.0rem;
    }
}
