@media only screen and (min-width: 960px){
    #access .fa.fa-home{
        font-size: 20px;
        margin-right: 10px;
    }
    #access .siteContent{
        padding: 60px 0 67px;
    }
    #access .breadSection{
        border: none;
    }
    #access .breadSection .breadcrumb{
        padding: 17px 0;
    }
    #access .breadSection .breadcrumb span{
        font-size: 14px;
        font-weight: 400;
    }
    #access .wp-block-heading{
        margin: 0;
        margin-bottom: 27px;
        font-size: 36px;
        font-weight: 500;
    }
    #access .mainSection-col-two{
        width: 100%;
        padding: 0;
    }
    #access .wp-block-group tr:nth-of-type(odd){
        background: #F5F5F5;
    }
    #access .wp-block-group tr :first-child{
        width: 95px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }
    #access .wp-block-group tr :nth-child(2){
        width: 506px;
        padding-left: 26px;
        font-size: 14px;
        font-weight: 400;
    }
    #access .wp-block-group td{
        border: 1px solid #CBCBCB;
        height: 55px;
    }
    #access .wp-block-table table{
        width: unset;
    }
    #access .access-map{
        width: 490px;
        height: 360px;
        margin-top: 46px;
    }
}
@media only screen and (max-width: 960px){
    #access .siteContent{
        padding: 4.3vw 0 7.2vw;
    }
    #access .container {
        width: 92.3vw;
        margin: 0 auto;
    }
    #access .page-header_pageTitle, h1.page-header_pageTitle:first-child{
        padding: 5.3vw 0;
        font-size: 4.3vw;
        font-weight: 400;
    }
    #access .breadSection .breadcrumb{
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0;
        padding: 2.7vw 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0.25rem;
    }
    #access .breadSection .breadcrumb li {
        line-height: 1.2;
        margin-bottom: 0;
        list-style: none;
    }
    #access .breadSection .breadcrumb a{
        color: #666;
        padding-bottom: 2px;
    }
    #access .breadSection .breadcrumb span{
        font-size: 3.2vw;
        font-weight: 400;
    }
    #access .fa.fa-home{
        font-size: 4vw;
        margin-right: 0.3vw;
    }
    #access .breadSection{
        border-bottom: none;
    }
    #access .bread{
        border-bottom: 1px solid #EDEDED;
    }

    #access iframe{
        width: 91.8vw;
        height: 67.5vw;
    }
    #access .mainSection-col-two{
        float: unset;
        width: unset;
        padding: 0;
    }
    #access .wp-block-heading{
        margin: 0;
        padding: 4.3vw 0;
        font-size: 4.3vw;
        font-weight: 500;
        margin-bottom: 4.8vw;
    }
    #access .wp-block-group tr:nth-of-type(odd) {
        background: #F5F5F5;
    }
    #access .wp-block-group tr :first-child {
        width: 25.5vw;
        text-align: center;
        font-size: 3.5vw;
        font-weight: 400;
    }
    #access .wp-block-group tr :nth-child(2) {
        width: 69vw;
        padding-left: 4vw;
        font-size: 3.7vw;
        font-weight: 400;
    }
    #access .wp-block-group td {
        border: 1px solid #CBCBCB;
        height: 10.7vw;
    }

}