.shivay-service-block{
    margin-bottom: 70px;
    position: relative;
}
.shivay-service-block .container{
    border: 1px solid var(--brand-primary);
    padding: 15px;
}
@media (max-width:767px){
    .shivay-service-block .container{
        padding: 50px 25px 25px 25px;
    }
}
@media (max-width:543px){
    .shivay-service-block .container{
       padding: 30px 15px 30px;
    }
}

.shivay-service-block .sepretor{
    text-align: center;
}

@media (max-width:991px){
    .shivay-service-block{
        margin-bottom: 30px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .shivay-service-block .container{
        max-width:720px;
    }
}

.shivay-service-block .section-header{
    margin-bottom: 40px;
}
@media (max-width:767px){
    .shivay-service-block .section-header{
        margin-bottom: 30px;
    }
}

.shivay-service-block .service{
    text-align: center;
    cursor: pointer;
    position: relative;
}
@media(max-width: 767px){
    .shivay-service-block .service{
        margin-bottom: 30px;
    }
    .shivay-service-block .service:last-child{
        margin-bottom: 0;
    }
}

.shivay-service-block .service-text{
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    
}
@media (max-width: 767px){
    .shivay-service-block .service-text{
        display: block;
        text-align: center;
    }
}
.shivay-service-block .service-text .service-image img{
    margin-bottom: 15px;
}

.shivay-service-block .service-text .service-heading{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--brand-primary);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 991px){
    .shivay-service-block .service-text .service-heading{
        font-size: 15px;
    }
}
@media (max-width: 767px){
    .shivay-service-block .service-text .service-heading{
        font-size: 18px;
    }
}
.shivay-service-block .service-text p{
    font-size: 15px;
    font-weight: 500;
    color: var(--brand-third);
    margin-bottom: 0;
}
.shivay-service-block .service .service-icon img{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.shivay-service-block .service:hover .service-icon img{
    transform: rotateY(360deg);
}
.shivay-service-block .service:hover .service-item .service-text .service-heading{
    color: #603913;
    letter-spacing: 1.8px;
}
