.index-help-center {
    padding: 80px 0;
}

.index-help-center .box {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
}

.index-help-center .box a:hover {
    text-decoration: none;
}

.index-help-center .box a img {
    margin-bottom: 4px;
}

.index-help-center .box a h2 {
    color: #121042;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: Roboto;
    margin-bottom: 11px;
}

.index-help-center .box a p {
    color: #8D8D8D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    font-family: Roboto;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .index-help-center .inner:nth-child(1)::after,
    .index-help-center .inner:nth-child(2)::after {
        content: '';
        width: 1px;
        height: 120px;
        background: #E3E3E3;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}