.append_style {

}

.append_style figure {
    margin-top: 0;
}

.append_style .indigo {
    background: #002274;
}

.append_style .products ul li {
    font-size: 1.2rem;
}

.append_style .products .logo {
    height: 64px;
    width: auto;
}

.append_style .products h3 {
    margin-bottom: 0;
    padding-bottom: 6px;
    text-align: left;
}

.append_style .products small {
    font-size: 1.2rem;
}

.append_style .products .eg {
    max-width: 1000px;
    margin: 20px auto;
}

.append_style .products .eg .col-4 {
    background-color: #002274;
    border: solid 2px #fff;
    color: #fff;
    padding: 16px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2rem;
    font-weight: bold;
}

.append_style .products .eg .col-4 span {
    display: block;
    text-align: center;
    font-size: 1rem;
}

.append_style h3 {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    color: #002274;
    margin: 16px 0 32px;
    text-align: center;
}

.append_style table._2 th {
    font-size: 1.1rem;
}

.append_style table._2 th:first-child {
    width: 25%;
}

.append_style table._2 td:first-child {
    font-size: 1.2rem;
}

.append_style table._2 td:nth-child(2),
.append_style table._2 td:nth-child(3),
.append_style table._2 td:nth-child(4) {
    text-align: center;
    font-size: 2rem;
    color: #002274;
}

.append_style table._3 th {
    text-align: center;
    font-size: 1.4rem;
}

.append_style table._3 td {
    text-align: center;
    font-size: 1.2rem;
}

.feature .col-4 {
    aspect-ratio: 1 / 1;
    background: #002274;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0 6px;
    color: #fff;
    /* margin: 0.25%; */
    border: solid 2px #fff;
    text-align: center;
}

.feature .col-4 span {
    font-size: 0.9rem;
    display: block;
}

.feature .col-4 strong {
    font-size: 7rem;
    line-height: 8.6rem;
    display: block;
}

@media screen and (max-width: 1048px) {
    .feature .col-4 strong {
        font-size: 6rem;
        line-height: 7.2rem;
        display: block;
    }
}

.feature .col-4 small {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .feature .col-4 {
        aspect-ratio: auto;
    }
}