@import url("main.css");

.content {
    direction: var(--text-direction);
}

.news-image-details {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 20px;
}

.news-image-details img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.news-content {
    line-height: 2;
    color: var(--second-color);
    font-size: 120%;
}