@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

.ftIn{font-family: 'Inter', sans-serif;}
.pT0{ padding-top: 0 !important;}

.c-list01 .item {
    margin-bottom: 38px;
    width: 48%;
}

.navGlobalIn > li.contact a {
    padding: 5px 0;
    width: 124px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 1.3;
}

@media screen and (max-width: 1024px){
    .navGlobalIn > li.contact a {
        font-size: 14px;
        border-radius: 50px;
        padding: 15px 0;
        width: 188px;
        height: auto;
    }
}