.Util_p0__t27eW {
    padding: 0;
    /* height: 270px; */
}

.Util_pt0__h8oF4 {
    padding-top: 0
}

.Util_pbTemp__wFv8r {
    padding-bottom: 2vh
}

.Util_mbTemp__Pevbm {
    margin-bottom: 2vh
}

.Util_br10__GSG2k {
    border-radius: 10px
}

.Util_br20__2SMCT {
    border-radius: 20px
}

.Home_grid__npx0i {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 16px;
    row-gap: 16px;
    grid-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 30px;
}

.Home_tag__EczV6 {
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    font-size: 93%;
    background-color: #01b3de;
    border-radius: 100px;
    flex-basis: 38%;
    /* width:50%; */
    text-align: center
}

.Home_contentBox__ujkGZ {
    display: block;
    padding: 2vh 2vh 2vh;
    text-align: left
}

.Home_contentBox__ujkGZ a {
    padding: 0
}

.title {
    font-size: 90%;
}

/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:768px) {
    .Home_grid__npx0i {
        grid-template-columns: none;
    }

    .title {
        font-size: 90%;
    }
}