.info-page {
    margin-top: 130px;
    margin-bottom: 160px;
    font-size: 16px;
    font-weight: 300;
    line-height: 132%;
}

.info-page > h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 132%;
}

.info-page > h1 span {
    color: var(--color-accent);
}

.info-page > h2 {
    font-size: 14px;
    font-weight: 300;
    line-height: 132%;
}

.info-page section {
    margin-top: 92px;
}

.info-page section + section {
    margin-top: 80px;
}

.info-page section h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 132%;
    margin-bottom: 5px;
}

.info-page ul {
    list-style-type: none;
}

.info-page ul li {
    margin-left: 10px;
    padding-left: 14px;
    position: relative;
}

.info-page ul li::before {
    content: "■";
    font-size: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.info-page table {
    width: 100%;
    border-collapse: collapse;
}

.info-page table caption {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-accent);
    text-align: left;
    padding-bottom: 7px;
}

.info-page table td {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 132%;
    padding: 6px 0;
}

.info-page table td:first-child {
    font-weight: 500;
    white-space: nowrap;
    padding-right: 37px;
    width: 1px;
}

.info-page section b {
    font-weight: 500;
}

@media (max-width: 919px) {
    .info-page {
        margin-top: 90px;
        margin-bottom: 128px;
        padding: 0 90px;
    }

    .info-page section {
        margin-top: 90px;
    }

    .info-page section + section {
        margin-top: 64px;
    }
}

@media (max-width: 743px) {
    .info-page {
        margin-top: 70px;
        margin-bottom: 110px;
        padding: 0 32px;
    }

    .info-page section {
        margin-top: 71px;
    }

    .info-page section + section {
        margin-top: 55px;
    }
}