/*
 * Activities style for oleificio-gallura template.
 */

section.first div.row {
    width: 100%;
    display: inline-block;
    height: 30em;
}

.table {
    width: 65%;
}

section.first div.row > div {
    height: 100%;
    width: 50%;
}

section.first div.row > div h2 {
    margin-bottom: .5em;
}

section.first div.row > div p {
    margin-bottom: 2em;
}

/* Mobile version */
@media screen and (max-width: 500px) {

    section.first div.row {
        height: initial;
    }    

    .table {
        width: 100%;
    }

    section.first div.row > div {
        width: 100%;
        padding: 4em 10%;
    }
}