
body > main > .max_width {
    max-width: 60rem;
}

/** MESSAGE **/

#message > .form > p {
    margin: 2rem 0 5rem 0;
}

#message > .form > input[type=submit] {
    border-radius: 2.5rem;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 3.5rem auto 1rem auto;
}

/** CONTACTS **/

#contacts {
    padding: 2rem;
}

#contacts > a {
    align-items: center;
    display: flex;
    font-weight: 500;
    margin-bottom: 2rem;
}

#contacts > a:hover {
    color: #F02004;
}

#contacts > a:hover svg {
    stroke: #F02004;
}

#contacts span {
    flex-shrink: 0;
    width: 4rem;
}

#contacts svg {
    height: 2.5rem;
    max-width: 2.5rem;
    width: 100%;
}

/** RESPONSIVE **/

@media (max-width: 530px) {

    #message > .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;
    }
}
body > main > .max_width {
    max-width: 60rem;
}

/** MESSAGE **/

#message > .form > p {
    margin: 2rem 0 5rem 0;
}

#message > .form > input[type=submit] {
    border-radius: 2.5rem;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 3.5rem auto 1rem auto;
}

/** CONTACTS **/

#contacts {
    padding: 2rem;
}

#contacts > a {
    align-items: center;
    display: flex;
    font-weight: 500;
    margin-bottom: 2rem;
}

#contacts > a:hover {
    color: #F02004;
}

#contacts > a:hover svg {
    stroke: #F02004;
}

#contacts span {
    flex-shrink: 0;
    width: 4rem;
}

#contacts svg {
    height: 2.5rem;
    max-width: 2.5rem;
    width: 100%;
}

/** RESPONSIVE **/

@media (max-width: 530px) {

    #message > .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;
    }
}