.home-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.home-box {
    width: 900px;
    padding: 28px 32px;

    background: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 4px;
}

.home-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;

    border-bottom: 1px solid #c8ccd1;
    padding-bottom: 10px;
}

.home-content {
    font-size: 1.05rem;
    line-height: 1.7;
}

.home-content p {
    margin-bottom: 16px;
}