.mch-function {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.mch-function>li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 10px solid #fef2e5;
    aspect-ratio: 1/1;
    border-radius: 100vw;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .mch-function>li {
        width: 14.5454545455%
    }
}

@media screen and (max-width:767px) {
    .mch-function>li {
        width: 31.3432835821%;
        border: 8px solid #fef2e5;
        font-size: 15px;
        margin-bottom: 2.2388059701%
    }
}
