.cont-card.hl .row{
    margin-bottom: 0px;
    gap: 5%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
}

.hl .box-icon{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 5%;
}
.hl .highlight{
    text-align: center;
}
.hl.inch{
    background:var(--color-dark-blue);
}
.hl.inch .cont-tit .tit{
    color:var(--color-white);
}
.hl.inch .tit{
    color:var(--color-eco-blue);
}
.hl.inch .baj{
    color:var(--color-white);
}
.hl .cont-tit .tit{
    font-size:2rem;
    font-family: var(--font-bold);
    text-transform:none;
    color:var(--color-dark-blue);
}
.hl .high{
    font-size:32px;
}

.hl .cont-tit .baj{
    font-size:1.125rem;
    font-family: var(--font-regular);
}
.hl .cont-txt{
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    align-items: center;
}
.hl .cont-txt .tit{
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--font-regular);
    margin-bottom: 0;
}
.hl .cont-txt .baj{
    font-size: .9rem;
    font-family: var(--font-regular);
    color: var(--color14);
    padding: 3% 5%;
    box-sizing: border-box;
    line-height: 1.3rem;
}
.hl .box-icon .img-wrap {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    margin: 3% 0;
}
@media (max-width: 768px){
    .hl .auxi .cont-btn a.btn-main{
        max-width: 200px;
    }
    .hl .cont-tit .baj {
    font-size:1rem;
    }
    .hl .highlight{
        text-align: center;
    }
    .hl .cont-tit .tit{
        font-size:1.375rem;
    }
    .hl .high{
        font-size:32px;
    }
    .hl .cont-txt .tit{
        font-size:20px;
    }
    .hl .cont-txt .baj{
        font-size:1rem;
    }
     .hl .row{
        display: block !important;
    }
     .hl .row .col{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 6% 0;
    }
    .hl .box-icon{
        display: contents;
        /*flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;*/
    }
}