.intro {
    background-color: #f4f5f7;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_wrap {
    width: 860px;
    background: #fff;
    padding: 36px 29px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 1020px) {
    .intro_wrap {
        padding: 32px 16px;
    }
}

.img_wrap {
    width: 300px;
    margin: auto;
}

.point {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 8px;
    margin: 12px 0;
}

h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 2px solid #ccc;
}

ul {

}

li {
    font-size: 18px;
    line-height: 1.8;
}

a {
    background: #34a853;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 22px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin-top: 36px;
}

a:hover {
    color: #e53900;
}