.jp .field-heading{
    font-size: 0.8rem;
}
.jp .field-content{
    margin-left: 70px;
}
.jp .col-4 .field-content{
    margin-left: 50px;
}
.jp a.tg-button{
    font-size: 0.85rem;
}
.jp a.tg-button span{
    white-space: nowrap;
    font-size: 1rem;
    display: block;
}
@media only screen and (max-width: 429px){
    .jp .field-heading{
        position: relative;
    }
    .jp .texttable .field-content{
        margin: 0;
        padding: 0;
        line-height: 1rem;
    }
}