/*
 * Regulations style for gallura template.
 */

/* Regulations top section */
section#regulationsTop {
    padding: 5em 0;
}

section#regulationsTop > * {
    padding: 0 5%;
}

/* Regulations section */
section#regulations {
    padding: 3em 0;
}

section#regulations div {
    padding: 0 5%;
    width: 50%;
    float: left;
    margin-bottom: 2%;
}

section#regulations img {
    float: left;
    margin-right: 2%;
}

section#regulations a {
    color: var(--white);
}

section#regulations a:hover {
    color: var(--green);
}

@media screen and (max-width: 768px) {

    /* Regulations section */
    section#regulations div {
        margin-bottom: .7em;
        width: 100%;
    }
}