.supply_box {
    padding: .625rem 0;
    box-sizing: border-box;
}

.supply ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 .375rem 0;
    padding: .625rem 0;
    box-sizing: border-box;
    background: linear-gradient(#C0D9C3, #0678C1);
    border-radius: 15px;
    color: #fff;
    line-height: .45rem;
}

.supply ul li h4 {
    margin: 0 0 .375rem 0;
}

.supply ul li:hover {
    background: #E9A640;
    transition: all 0.6s;
}

.entry_box {
    padding: 1rem 0;
    box-sizing: border-box;
}

.entry ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .75rem 0;
    box-sizing: border-box;
    width: 23%;
    border: 1px solid #7D7D7D;
}

.xh {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: .625rem;
    border: 1px solid #000;
}

.entry ul li p {
    margin: .5rem 0 .75rem 0 !important;
}

.entry ul li:hover {
    background-color: #E9A640;
    color: #fff;
    transition: all 0.6s;
}

.entry ul li:hover .xh {
    border: 1px solid #fff;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .supply ul li {
        padding: 10px;
        line-height: 1.5;
    }

    .xh {
        width: 30px;
        height: 30px;
    }

    .entry ul li {
        margin: 0 0 10px 0;
        width: 49%;
    }

    .entry ul {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}