.big-project-image-sliced{
    padding: 50px 0;
    position: relative;
}
.big-project-image-inner{
    margin-right: -50px;
    margin-left: -50px;
    width: calc(100% + 100px);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

    margin-top: -200px;
    z-index: 1;
    position: relative;
}
.big-project-image-inner:after{
    content: "";
    position: absolute;
    height: 3px;
    width: calc(100% - 100px);
    top: -3px;
    left: 50px;
    right: 0;
    z-index: 1;
    background-color: #F7971D;
}
.big-project-image-inner:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 66px;
    height: 110px;
    right: -1px;
    bottom: -1px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.big-project-image-county{
    text-transform: uppercase;
    color: #fff;
}
.big-project-image-title-wrap{
    padding: 100px 0 30px 0;
    position: relative;
}
.big-project-image-title{
    font-size: 4em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.big-project-image-btn-wrap{

}
.big-project-image-btn{

}
.big-project-image-btn.button-filled{
    background-color: #F6F6F6;
    color: #000;
    border-color: #F6F6F6;
}
.big-project-image-btn.button-filled:hover{
    border-color: #4B4B4B;
}

@media only screen and ( max-width: 1280px ) {
    .big-project-image-inner {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and ( max-width: 768px ){
    .big-project-image-county{
        font-size: 0.75em;
    }
    .big-project-image-inner{
        padding: 30px 15px;
        margin-top: -100px;
        margin-right: -20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .big-project-image-title{
        font-size: 2em;
    }
    .big-project-image-btn.button-filled{
        display: inline-block;
        width: auto;
    }
    .big-project-image-inner:after{
        left: 15px;
        width: calc(100% - 30px);
    }
}
