* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.news-main {
    max-width: 950px;
    margin: 3px auto;
    background: #9e9e9e12;
    padding: 20px;
    border-radius: 10px;
    /* text-align: center; */
}

.press-releases h3 {
    color: #000;
    margin: 0 0 10px 0;
}

.press-releases p {
    color: #000;
    margin: 0 0 5px 0;
}

.press-releases h3 {
    font-size: 30px;
    line-height: 40px;
}

.press-releases .date {
    color: #607d8b;
    margin-top: 10px;
}

.new-tranding-rt h3 {
    font-size: 25px !important;
    line-height: 30px !important;
    color: #000 !important;
}

.latest-block h4 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: normal;
    color: #000;
}