body
{
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}
body > section:nth-of-type(1) {
    margin-top: 63px;
}
.navbar-brand span {
    color: #409cbd;
}
.fa_header .navbar-brand span {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #020F1B;
}
.fa_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1030;
    transition: 0.35s ease-in-out;
    background-color: #ffff;
    padding: 25px 0;
    max-height: 80px;
}

.send_me_case_study {
    background-color: #409cbd;
    padding: 8px 12px;
    border: none;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
}
.case_study_banner {
    background-image: url(../images/case_study_bg.svg), url(../images/case_study_cloud.svg), url(../images/case_study_cloud_2.svg);
    background-repeat: no-repeat;
    background-size: 480px , 200px, 150px;
    background-position: 50% center , 99% 15%, 7% 13%;
    height: 420px;
    display: block;
    background-color: #82C7E0;
    position: relative;
    z-index: 1000;
}
.di_banner_section .title {
    font-size: 40px;
    font-family: 'Roboto Bold';
    color: #ffffff;
    text-shadow: 0px 3px 2px rgba(0,0,0,0.15);
}
.list-unstyled {
    margin-bottom: 0;
}
.case_study ul li {
    font-size: 18px;
    font-family: 'Roboto Regular';
    padding: 6px 20px 6px 30px;
    color: #464b4c;
    position: relative;
}
.case_study ul li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fdbd29;
}

@media (max-width: 991px){
.fa_header {
    padding: 16px 0;
}
.case_study_banner {
    background-image: none !important;
}
.di_banner_section {
    height: auto;
    background-position: right bottom;
    background-size: contain;
}
.case_study ul li:before
{
    left: 9px;
}
}

@media (max-width: 768px){
.fa_header .navbar-brand span {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}
}