#wrap header {
    border-bottom: 0;
}
#wrap .section {
    padding: 2rem 2rem 4rem;
}
#wrap .section .box h1 {
    font-size: 25px;
    font-weight: 800;
}
#wrap .section .box {
    margin-bottom: 3rem;
}
#wrap .section .box img {
    width: 100%;
    margin-top: 15px;
}
@media screen and (max-width: 900px) {
    #wrap .section .box h1 {
        font-size: 18px;
    }
    
}