
/*general*/
h2 {
    font-size: 32px;
}

h2::after {
    content: '';
    display: block;
    position: absolute;
    top: 48px;
    width: 100px;
    left: 0;
    border-top: 5px solid #60cbc8;
}


/*Header*/

.sp-megamenu-parent {
    float: left;
}
.sp-megamenu-parent > li > a {
    color: #252525;
    text-transform: uppercase;
}
.header-social {
    float: right;
    line-height: 80px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    position: relative;
    text-transform: uppercase;
}

/*content*/



.breakdown h3::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #60cbc8;
    padding: 10px;
    margin-left: -49px;
}

/*footer*/

#sp-footer, #sp-bottom {
    background: #32495e;
}


@media only screen and (min-width: 992px) {
    .our-team-col {
        border-left: 4px solid #f9f9f9;
    }
    #column-id-1599860572628 {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    }
}