
body{
    font-family: 'zeitung-mono';
}
.bg-primary {
    background-color: #141414!important;
}

.text-white {
    color: #fff;
}


.what-we-do-section .story-box {
    padding: 0px 70px 0px 70px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    display: block;
}

.right-in-box .story-box {
    margin-left: auto;
    margin-right: 0;
}

.story-box {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 0 36px hsla(0,0%,44.3%,.1);
    z-index: 9;
}

.title-font {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.theme-content {
    font-size: 12px;
    line-height: 26px;
}

.opacity-75 {
    opacity: .75!important;
}

.btn-large {
    padding: 18px 36px!important;
}

.btn {
    padding: 18px 24px;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-outline-light {
    border-color: #fff;
    color: #141414;
    background-color: #fff;
}

.right-in-box .box-large-image {
    left: 0;
}

.right-in-box .box-large-image img{
    height: 100vh;
    object-fit: cover;
}

.footer-content {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .text-md-left {
        text-align: left!important;
    }

    .what-we-do-section .story-box {
        padding: 20px 20px 20px 20px;
        top: 0;
        position: relative;
        transform: translateY(-0);
        display: block;

        width: 100%;
        height: 70vh;
        min-height: 650px;
    }

    .right-in-box .box-large-image img{
        height: 50vh;
        object-fit: cover;
    }
}