.ec-pageHeader h1{
    margin-bottom:24px !important;
}
.toracie_template_inner{
    margin: 0px 16px;
}
.toracie_template_inner_head{
    font-family: YuGothic;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #222222;
    padding-bottom:24px;
    border-bottom:1px solid #DBDBDB;
    margin-bottom:24px;
    padding-top: 38px;
}
.toracie_template p{
    font-family: YuGothic;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    color: #222222;
    margin-bottom:32px;
}
.toracie_template p.toracie_template_title{
    font-family: YuGothic;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #222222;
}
img.toracie_template_guide_img{
    height: 105px;
    width: auto;
    display: block;
    margin-bottom:24px;
}
img.toracie_template_fee_img{
    width: 100%;
    display: block;
    margin-bottom:24px;
}
@media screen and (max-width:992px){
    
    .toracie_template_inner_head{
        font-size: 20px;
    }
    .toracie_template p{
        font-size: 13px;
    }
    .toracie_template p.toracie_template_title{
        font-size: 14px;
    }
    img.toracie_template_guide_img{
        height:auto;
        width:100%;
    }
}