﻿@media only screen and (max-width: 800px){
    .contnet > .accessibility-title > h1 {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .text {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .contnet > .table th, .table td {
        padding: 3px !important;
    }

    .section-heading {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}
@media only screen and (max-width: 450px){
    .contnet > .accessibility-title > h1 {
        font-size: 19px !important;
        line-height: 25px !important;
    }

    .text {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .table th, .table td {
        padding: 3px !important;
    }

    .section-heading {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}




a.emphasize {
    color: #287d8f !important;
    font-weight: 500 !important;
}
.column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.access-img{
    width: 100%;
    height: 100%;
}
.accessibility-title > h1 {
    font-size: 40px !important;
    font-weight: 500 !important;
    line-height: 48px !important;
    color: #212529 !important;
}
p, td, li {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #212529 !important;
    font-family: 'Segoe UI' !important;
}
.table th, .table td {
    padding: 3px !important;
    vertical-align: top;
    border-top: 1px solid #c1c1c1;
}
h3 {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
    color: #212529 !important;
}
.btn {
    font-family: 'Segoe UI', sans-serif !important;
}