
body > main > .max_width {
    max-width: 60rem;
}

/** MESSAGES **/

#certificated .certificates {
    border-bottom: 1px dashed #E9E9E9;
    padding: 2rem 0;
}

#certificated a {
    padding: 0.75rem 0;
}

#certificated a > span {
    display: inline-block;
    background-image: url(../../svg/file_1.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.5rem;
    height: 2.5rem;
    width: 1.5rem;
}

#certificated a:hover > span {
    background-image: url(../../svg/file_2.svg);
}

/** CERTIFICATES **/

#certificates > .form > p {
    margin: 2rem 0 5rem 0;
}

#certificates > .form > input[type=submit] {
    border-radius: 2.5rem;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 3.5rem auto 1rem auto;
}

/** RESPONSIVE **/

@media (max-width: 530px) {

    #certificates > .form > p {
        text-align: center;
    }
}

@media (max-width: 650px) {

    body > main > .max_width {
        max-width: none;
    }

    body > main .container {
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 4rem 2rem;
    }
}