.news-social{
    width: 80%;
    min-height: 500px;
    margin-left: 10%;
}
.social-news{
    list-style-type: none;
}
.news-social-item{
    border: #d4ede6 solid 1px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 6px;
}
.news-social-item:hover {
    background-color: #1cbb9b;
}

.news-social-item:hover a {
    color: white;
    text-decoration: none;
    margin-left: 3%;
    font-size: 18px;
}

.news-social-item a {
    color: #17a085;
    text-decoration: none;
    margin-left: 3%;
    font-size: 16px;
}

.news-social-item p {
    color: #666666;
    margin-right: 3%;
    font-size: 15px;
}
