@media (min-width: 1024px) {
    .certs-pages {
        display: flex;
    }
    
    .certs-pages__content {   
        width: 70%;
    }

    .certs-pages__content h1,
    .certs-pages__content h2,
    .certs-pages__content h3,
    .certs-pages__content h4 {
        margin-top: 0;
    }
}