.ser-bg{
    background-image: url(../images/service/serbg.webp);
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
    z-index: 0;
}
.ser-bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 64%);
    z-index: -1;
}
.service-offer {
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    min-height: 380px;
    max-height: 380px;
    text-align: center;
    margin: 15px 0px 25px;
    border-radius: 5px;
    cursor:pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.img_seroff{
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.img_seroff{
    
}
.text_seroff {
    padding: 0px 15px;
}
.text_seroff h5 {
    font-weight: 500;
    margin: 10px 0;
    color: #000;
    font-size: 17px;
}
.ser-call{
    padding: 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.ser-call-btn, .ser-call-btn:hover, .ser-call-btn:focus{
    border: 1px solid #fba53b;
    color: #fba53b;
    padding: 5px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    gap:8px;
}
