@media screen and (min-width: 970px) {
    .servers-top-img {
        position: relative;
    }

    .servers-top-img img {
        position: absolute;
        top: -200px;
    }

    .services-section {
        margin-top: 200px;
    }

    .services-img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 970px) {

    .servers-top-img {
        height: 400px;
        overflow: hidden;
    }

    .servers-top-img img {
        transform: translateY(-30%);
    }
}

@media screen and (min-width: 1022px) {
    .new-img {
        width: 30%;
    }

}

@media screen and (max-width: 1022px) and (min-width: 770px) {
    .news-item {
        display: block;
    }

    .new-img {
        width: 60%;
        display: block;
        margin: 0 auto 10px;
    }

}

@media screen and (max-width: 770px) {
    .news-item {
        display: block;
    }

    .new-img {
        width: 90%;
        display: block;
        margin: 0 auto 10px;
    }

}

.server-container .space-y-16 h2 {
    color: #334255;
}

.news_a {
    display: block;
    margin: 10px auto;
}


.new-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}