.new-main {
    padding-right: 20px;
}

.new-item {
    box-shadow: 0 2px 10px -5px rgb(0 0 0 / 50%);
}

.new-item .new-image {
    height: 200px;
}

.new-item .new-content h2 {
    font-weight: bold;
}

.new-item .new-content h2 a {
    color: initial;
}

.main .content-new {
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 2px 10px -5px rgb(0 0 0 / 50%);
}