/*
 * Internal section include style for gallura template.
 */
 section#internal h1 {
    font-size: 4em;
    font-weight: 700;
}

section#internal p > a, section#internal > .left .big > a, section#internal > div.left ul li a {
    text-decoration: underline;
}

section#internal span {
    font-weight: 700;
}

section#internal > .left {
    padding: 3em 12% 4em 0;
    width: 67%;
}

section#internal > .left p {
    margin-bottom: 1.5em;
}

section#internal > .left .big {
    margin-bottom: 1em;
    font-size: 1.8em;
    line-height: 1.2em;
    text-transform: none;
}

section#internal > div.left ul {
    list-style-type: disc;
    margin-bottom: 1.5em;
}

section#internal > div.left ul li {
    margin: .5em 0em .5em 2.5em;
    line-height: 1.4em;
}

section#internal > div.right {
    width: 33%;
    padding: 3em 0 2em 0;
}

/* Mobile menu activates */
@media screen and (max-width: 768px) {

    /* Service section style */

    section#internal > .left, section#internal > div.right {
        width: 100%;
    }

    section#internal > .left {
        padding: 3em 0 4em 0;
    }

    section#internal > div.right {
        padding: 0;
        padding-bottom: 3em;
    }

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

    /* Service section style */
    section#internal h1 {
        font-size: 2.2em;
    }
}