.index-top {
    background-image: url('../images/index_top.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.index-top .top-title {
    color: #2b3a4e;
    line-height: 1.2;
}


.radius-btn {
    border-radius: 24px !important;
}

.bg-gradient .about-title {
    line-height: 1.2;
}

@media screen and (min-width: 970px) {
    .services-img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

.server-container .space-y-16 h2 {
    color: #334255;
}

.news_img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.news_img img {
    width: 100%;
    object-fit: cover;
    transition: all 200ms linear;
}

.news_img:hover img {
    transform: scale(1.1);
}

.new-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}