
/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
    padding: 8rem 0 7rem;
    text-align: center;
}
.section-heading,
.section-description {
    margin-bottom: 1.2rem;
}

.section h1{
    font-weight: bold;
}

.section h2,.section h5,.section h3{
    margin-bottom: 0rem;
}

.section h2{
    font-weight: 500;
    font-size: 3rem;
}
.section h3{
    font-weight: bold;
    font-size: 4rem;
}

.section .button{
    font-weight: 700;
}

.section img.logo{
    max-height: 2em;

}
.section .button.button-primary{
    background-color: #ce171e;
    border-color: #ce171e;
    width: 145px;
}

.section div.box, .section div.box-document{
    margin: 1em;
    border-color: #ce171e;
    border-style: solid;
    border-width: 1px;
    height: 160px;
    padding-top: 1em;
}

.section div.box-document{
    height: 100%;
}

.section .button.button-primary:hover{
    background-color: white;
    border-color: #ce171e;
    color:  #ce171e;;
}

.document {
    text-align: left;
    margin: 1em;
}
