section .section-cont,
section * + .section-tit2 {
    margin-top: 30px;
}
section .section-cont {
    padding-bottom: 40px;
}
section .div-btns .btn-corp,
section .div-btns .btn-corp:active {
    background-color: #0f2a15;
    color: white; 
}
section .div-btns {
    margin-left: -7px;
    margin-right: -7px;    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section .div-btns .btn {
    margin: 7px;
}
section .div-btns .btn-corp:focus,
section .div-btns .btn-corp:hover {
    background-color: #f6cc44;
    color: black;
}
section .div-btns .btn-corp + .btn-corp,
section .div-btns .btn-corp + .btn-corp:active {
    background-color: #f6cc44;
    color: black;
}
section .div-btns .btn-corp + .btn-corp:focus,
section .div-btns .btn-corp + .btn-corp:hover {
    background-color: #0f2a15;
    color: white;    
}

@media (min-width: 1440px) {
    section .section-cont {
        padding-left: 24px;
    }
}