.entry-header {
    display: none;
}
.title-container {
    position: relative;
    color: #fff;
    overflow:hidden;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    min-height: 500px;
}
.title-container .thumb-text {
    width: 100%;
    z-index:400;
    padding: 30px;
    position: relative;
}
.thumb-text .fas {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 60px;
    opacity: .5;
}
.title-container:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    display: block;
    z-index: 100;
    position: absolute;
    transition: all .5s ease;
}
.success-title {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px;
    color: #fff;
    padding: 30px;
}
.organization-logo {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px;
    border: 1px solid #656565;
}
.organization-logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
#our-work-banner {
    margin: 30px 0;
}
.success-short {
    background: #f6f6f6;
    padding: 30px;
}
.success-short h4 {
    margin-top: 0;
}
.success-short > div,
.success-story > div {
    margin-bottom:30px;
}
.success-short > div:last-child,
.success-story > div:last-child {
    margin-bottom: 0;
}
.success-story h3 {
    color:#4d86a0;
}
.snapshot-title .blue-tag-container {
    width: 20%;
}
#our-work-quote-title {
    margin-top: 60px;
}
/* globals override */
.site-inner {
    margin-top: 0 !important;
    padding: 0 !important;
}
@media screen and (max-width:768px) {
    .success-title,
    .success-story {
        margin-top: 30px;
    }
    #our-work-banner .row {
        display: block;
    }
}