@charset "UTF-8";

/*
list
================================================ */
.f-card-4{
    display: grid;
    width: 90%;
    margin: auto;
    gap: 2vw;
    grid-template-columns: repeat(4,25%);
    justify-content: center;
}
