.mm-service{
    line-height: 1.3vw;
    font-family: Montserrat;
    padding-bottom: 8vw;
    position: relative;
    background: #FBFBFB;
    margin-top: 7vw;
}
.mm-layer{
    position: absolute;
    right: 0;
    top: 0;
    width: 22vw;
    height: 30vw;
    object-fit: cover;
}
.service-heading{
    position: relative;
    padding: 6vw 13.6vw 4.6vw 13.6vw;
    display: flex;
}
.service-heading h2{
    font-size: 2.08vw;
    font-weight: 400;
    color: #1E1E1E;
    letter-spacing: 0.01em;
    line-height: 1.2;
    width: 105.6vw;
}
.service-heading h2 span{
    font-weight: 600;
    letter-spacing: unset;
    font-size: 2.6vw;
}
.service-heading h2 img{
    width: 1.3vw;
    padding-left: .3vw;
}
.service-heading p{
    font-size: .9vw;
    line-height: 1.4;
    color: #626262;
    width: 57vw;
    /* color: #141414; */
    font-weight: 400;
    /* font-size: .87vw; */
    /* line-height: 1.7; */
}
.service-block{    
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 13.5vw;
    gap: 2.5vw;
}
.service-card{
    box-shadow: 0px 19px 14px rgb(0 0 0 / 3%) !important;
    border: 1px solid rgb(239 13 51 / 0%);
    /* height: 20vw; */
    background: #FFFFFF;
border-radius: 6px;
    padding: 2.3vw 1.8vw;
}
.service-card:hover{
    border: 1px solid rgba(239, 13, 51, 0.36);
box-shadow: 0px 19px 41px rgba(0, 0, 0, 0.05);
}
.service-card img{
    width: 1.99vw;
}
.service-card h3{
    color: #201E1E;
    font-weight: 600;
    margin-top: 1.8vw;
    font-size: 1.24vw;
    line-height: 1.2;
}
.service-card p{
    font-size: .9vw;
    color: #626262;
    font-weight: 400;
    line-height: 1.4;
    /* color: #585858; */
    /* font-weight: 500; */
    margin-top: 1vw;
    /* font-size: 0.75vw; */
    /* line-height: 1.5; */
    padding-bottom: 1.5vw;
}

.service-card a{
    font-size: 0.86vw;
    font-weight: 600;
    color: #474747;
    
}
.service-card:hover a{
color: rgba(239, 13, 51, 0.7);
}
.service-card:hover a img.hover-arrow{
    display: initial;
}
.service-card:hover a img.arrow-black{
    display: none;
}
.service-card a img{
    width: .6vw;
}
.service-card a img.hover-arrow{
    display: none;
}
@media only screen and (max-width: 500px) {
    .mm-service{
        padding-bottom: 12vw;
    }
    .mm-layer{
        width: 89vw;
        height: 84vw;
    }
    .service-heading{
        display: block;
        padding: 12vw 6.1vw 4.6vw 6.1vw;
    }
    .service-heading h2{
        font-size: 6.67vw;
        width: unset;
        /* font-size: 6.13vw; */
    }
    .service-heading h2 span{
        font-size: 6.13vw;
    }
    .service-heading h2 img{
        width: 5vw;
        padding-left: .3vw;
    }
    .service-heading p{
        font-size: 3.49vw;
        width: unset;
        /* font-size: 3.31vw; */
        padding-top: 4vw;
    }
    .service-block{
        gap: unset;
        padding: 0 6.5vw;
        display: -webkit-box;
        overflow-x: scroll;
        margin-top: 5vw;
    }
    .service-block::-webkit-scrollbar{
        width: 0px;
    }
    .service-block::-webkit-scrollbar-thumb{
        background: #ff000000;
    }
    .service-card{
        margin-right: 6.5vw;
        height: unset;
        width: 56.3vw;
        padding: 5.6vw 5vw 7.6vw 5vw;
    }
    .service-card img{
        width: 6.1vw;
    }
    .service-card h3{
        font-size: 3.4vw;
        margin-top: 5.4vw;
    }
    .service-card p{
        font-size: 3.49vw;
        padding-bottom: 5.3vw;
        /* font-size: 3.08vw; */
        margin-top: 3vw;
    }
    .service-card a img{
        width: 2.2vw;
    }
    .service-card a{
        font-size: 2.9vw;
    }
}