body{
    background-color: #FFFAF0;
}
.header{
    background-image: url("../img/bg-inner.webp");
    background-size: cover;
    background-position: center;
}
.services:before{
    content:'';
    position: absolute;
    width: 25%;
    height: 25%;
    right: 0;
    top: -5%;
    background: #DEC79F;
    filter: blur(120px);
    opacity: 0.8;
    z-index: 0;
}
.service-box{
    background-color: white;
}
.service-box:hover{
    background-color: rgba(222, 199, 159, 0.65) !important;
    transition: 0.5s;
}
.filter-custom{
    filter: invert(59%) sepia(14%) saturate(1106%) hue-rotate(359deg) brightness(95%) contrast(87%);
}
/*.services .service-box .img-box:after{*/
/*    content:'';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.49%, #000000 100%);*/
/*    z-index: 1;*/
/*}*/
