@import url('../intranet/base.css');

.container-home > div.row:first-child {
    margin-top: 10%;
}
.container-home > div.row:last-child {
    margin-bottom: 10%;
}

@media (min-width: 992px) { 
    .container-home > div.row:first-child {
        margin-top: 2%;
    }
    .container-home > div.row:last-child {
        margin-bottom: 2%;
    }
}

button.btn-home {
    font-size: 1.25rem;
    /*padding: .375rem .75rem;*/
    padding: 1.25rem 3.0rem;
    width: 100%;
}

button.btn-home > span {
    padding-left: 0.5rem;
}