.service-item{
    width: 100%;
    height: 350px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    filter: contrast(1.3);
    margin-bottom: 25px;
    position: relative;
    border-radius: 8px;
    transition: 0.4s all;
    cursor: pointer;
}
.content{
    overflow: hidden;

}
.service-item:hover{
    transform: scale(0.98);
}
.shadow{
    width: 200%;
}
.shadow_right{
    width: 200%;
    margin-left:-100%;
}


.highlight_left{
    position: absolute;
    left: -37px;
    top: 33px;
}
.highlight_left span{
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    color: white;
    transform: translate(-50%,-50%) rotate(6deg);
    font-size: 13px;
    z-index: 100;
    font-weight: 800;
}
.highlight_left img{
    width: 120px;
    transform: rotateX(180deg);
}
.highlight_right{
    position: absolute;
    right: -38px;
    top: 33px;
}
.highlight_right span{
    position: absolute;
    top: calc(50% - 3px);
    left: 50%;
    color: white;
    z-index: 100;
    transform: translate(-50%,-50%) rotate(-6deg);
    font-size: 13px;
    font-weight: 800;
}
.highlight_right img{
    width: 120px;
}
.service-container{
    margin-bottom: 100px;
}
.tt{
    color: white;
}
.tt p{
    opacity: 0.7;
}
.tt{
    margin-bottom: 20px;
    margin-top: 25px;
}

.service-col:nth-child(even) .service-content{
    position: absolute;
    top: 50%;
    color: white;
    transform: translate(7%,-50%);
    max-width: 50%;
    text-align: left;
}
.service-col:nth-child(odd) .service-content{
    position: absolute;
    top: 50%;
    color: white;
    right: 0;
    transform: translate(-7%,-50%);
    max-width: 50%;
    text-align: right;
}

.service-content b{
    color: #ffffff;
    font-size: 26px;
}
.service-content p{
    font-size: 14px;
    opacity: 0.8;
    font-weight: 300;
}

.service-col:nth-child(even) .btn-default{
    background: transparent;
    border: 1px solid white;
    color: white;
}
.service-col:nth-child(odd) .btn-default{
    background: #ffb11b;
    color: white
}