@charset "UTF-8";

#space_map+section .heading.block_header_1 > p{
    font-size: 28px !important;
    line-height: 1.4;
}
@media screen and (max-width: 800px) {
#space_map+section .heading.block_header_1 > p{
        font-size: 20px !important;
        margin-bottom: 5px;
        line-height: 1.45;
    }
}