body {
    color: #333;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

h1 {
    font-size: 55px;
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

.article {
    margin-bottom: 2em;
}

.article h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin-top: 1.95em;
    margin-bottom: -0.28em;
}

.article h3 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 1.72em;
    margin-bottom: -0.31em;
    line-height: 28px;
}

.article .rc {
    margin-top: 20px;
}

.article h3+p {
    margin-top: 0.86em;
}

.article h2+p {
    margin-top: 1.5em;
}

header a:hover {
    color: #333;
}

header .logo {
    font-weight: bold;
    text-decoration: none;
}

header nav a {
    margin-left: 20px;
    color: #99a2aa;
    transition: all .3s linear;
    text-decoration: none;
}

header nav a:hover, .social-links a:hover {
    color: #333;
    text-decoration: none;
}

footer .social-links a {
    margin: 0 10px;
    color: #99a2aa;
    transition: all .3s linear;
}

.home-title {
    font-size: 32px;
    text-align: left;
    margin: 5rem 0 7rem;
    line-height: 40px;
}

.case {
    margin-bottom: 60px;
    display: flex;
    border-radius: 20px;
    padding: 40px 40px 0;
}
    .case .row>.col:first-child {
        order: 2;
        justify-content: center;
        margin-top: 40px;
    }

    .case .row>.col:last-child {
        order: 1;
        text-align: center;
    }

    .case img {
        margin-top: auto;
        width: 400px;
    }

    .case h2 {
        font-size: 45px;
        padding: 0 20px 20px;
    }

    .case a {
        margin-left: 20px;
    }

    .case svg {
        margin-left: 5px;
    }

.bg-audit {
    background: #D8F2F1;
}

.bg-blue {
    background: #EDFBFF;
}

.bg-lightgrey {
    background: #fafafa;
}

.bg-orange {
    background: #FFF7ED;
}

.footer {
    text-align: center;
    padding: 3rem 0 5rem;
    color: #99a2aa;
}

    .footer p {
        margin-top: 20px;
    }

.article header {
    text-align: center;
    padding: 50px 0 90px;
}

.article {
    font-size: 21px;
}

.article p {
    margin-top: 2em;
}

.article figure {
    margin-top: 56px;
}

.article figure:first-of-type {
    margin-top: 0;
}

.article figure + h3 {
    margin-top: 94px;
}

.article .gifi img {
    position: relative;
    /* left: -77px; */
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.article .title-img img {
    position: relative;
    left: -21px
}

.article ul li:first-child {
    margin-top: 2em;
}

.article ul li {
    margin-top: 1.05em;
    
}

.shadow {
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
}

/*@include media-breakpoint-down(md) {
    .img-fluid {
      width: auto !important;
      height: auto !important;
    }

    .case h2 {
        font-size: 35px !important;
    }
}*/

@media (min-width: 768px) {
    .case img {
        width: 550px;
    }
}

@media (min-width: 992px) {
    .img-fluid {
      width: auto !important;
      height: auto !important;
    }

    .case {
        height: 280px;
        padding-top: 0;
    }

    .case .row>.col:first-child {
        order: 1;
        justify-content: left;
        margin-top: auto;
    }

    .case .row>.col:last-child {
        order: 2;
        text-align: left;
    }

    .case h2 {
        font-size: 38px;
    }
    
    .case img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 1200px) {

    .case {
        height: 350px;
    }
    .case h2 {
        font-size: 45px !important;
    }
}






