@charset "UTF-8";

#border+section .content_wrapper {
    padding: 2rem;
    border: 4px solid #153e7d;
}

#border+section .heading.block_header_3 .h {
    font-size: 2.5rem;
    font-weight: bold;
}

#border+section {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media screen and (max-width: 900px){
    #border+section .heading.block_header_3 .h {
        font-size: 3.2vw;
    }
}