.banner img {
    max-width: 100%;
}

.server {
    padding-top: 50px;
    padding-bottom: 50px;
}

.server.bgs {
    background-color: #fafafa;
}

.server .tit {
    margin: 0 auto;
    width: 250px;
    margin-bottom: 80px;
}
.server .tit img {
    max-width: 100%;
}

.box {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 900px;
}

.box .img {
    width: 300px;
}
.box .img img {
    max-width: 100%;
}
.box .txt {
    width: 400px;
}
.box .txt h2 {
    font-size: 20px;
    font-weight: 600;
}
.box .txt .de {
    line-height: 1.6;
    margin-top: 10px;
}
.box .txt a {
    display: block;
    margin-top: 40px;
    color: var(--SW-PAGE-ROOT-COLOR);
}
.server:not(.bgs) .txt {
    margin-left: auto;
}
.server.bgs .img {
    margin-left: auto;
}
