@media (min-width: 300px) and (max-width: 750px) {
    #gt2 li p:first-of-type{
        font-size: 0.7em;
    }
    #gt2 li p:last-of-type{
        font-size: 0.5rem;
    }

}
@media (min-width: 375px) and (max-width: 970px) {
    #gt2 li p:first-of-type{
        font-size:0.8rem;
    }
    #gt2 li p:last-of-type{
        font-size: 0.6rem;
    }
}
@media (min-width: 970px)  {
    #gt2 li p:first-of-type{
        font-size: 1.1rem;
    }
    #gt2 li p:last-of-type{
        font-size: 1rem;

    }
}

#il_list li{
    width: 48%;
    height: 6rem;
    float: left;
    position: relative;
    margin-right:4%;
    box-shadow: 2px 2px 4px 4px  #f3f3f3;
}
#gt2{
    background: #f3f3f3;
}
#gt2 .t_box2{
    background: #f3f3f3;
}
#gt2 li{
    width: 30%;
    float: left;
    margin-right:3.3%;
    height:9rem;
}
#gt2 li p:first-of-type{
    font-size:0.7rem;
    text-align: center;
    margin:0.5rem 0;
    width: 95%;
}
#gt2 li p:last-of-type{
   font-size: 0.7rem;
    text-align: center;
    width: 95%;
}