.about {
    background: url(/style/img/about/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    padding: 20px;
}

.desc {
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
    padding: 0px 20px;
}

.about > div {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 27px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 42px 1px rgba(0, 0, 0, 0.08);
}

.conetnt-box > div > img {
    width: 90%;
}

.server {
    padding: 20px;
}

.server > div {
    display: flex;
    align-items: center;
    padding: 35px;
    gap: 35px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 42px 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.server h3 {
    font-size: 20px;
    margin-bottom: 13px;
}

.server p {
    font-size: 16px;
    color: #787878;
    line-height: 26px;
}

.server > div > div {
    flex: 1;
}