/* Headings
    ========================================================================== */
.difNome{
    color: #222;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 24px;
}
.transparent h1, .transparent h2, .transparent h3, .transparent h4, .transparent h5, .transparent h6, .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
    color: #fff;
}
.transparent.yellow h1, .transparent.yellow h2, .transparent.yellow h3, .transparent.yellow h4, .transparent.yellow h5, .transparent.yellow h6 {
    color: #222;
}
h1 {
    font-size: 30px;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px;
}
h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}
.heading {
    margin-bottom: 54px;
}
.heading h3 {
    margin-bottom: 0;
}
.heading span {
    font-size: 18px;
}
.main-heading {
    margin-bottom: 72px;
}
.main-heading h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
    font-weight: 700;
}

/* ==========================================================================
    Services
    ========================================================================== */
.services {
    margin-bottom: 24px;
}
.services .icon {
    border: 2px solid #ffdd00;
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    float: left;
    padding: 3px;
    font-size: 24px;
    color: #222;
    margin-top: 33px;
    margin-left: 13px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.services .inner {
    background: #ffdd00;
    width: 100%;
    height: 100%;
    line-height: 50px;
}
.services .inner i {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.services .content {
    border: 2px solid #ffdd00;
    padding: 26px 16px;
    padding-left: 49px;
    margin-left: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.services .content p:last-of-type {
    margin-bottom: 0;
}
.services .content a {
    color: #222;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}