.container {
    padding-top: 100px;
}

.news {
    box-shadow: 0 0 10px var(--shd);
    /* background-color: #10548699; */
}

.news .text {
    color: var(--main);
    max-width: 360px;
}

.news .text p {
    line-height: 26px;
    margin: 12px 0;
}