#services-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


.service{
    width: 225px;
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
}

.service{
 background-color: white;
 cursor: pointer;
}


.service-top{
    display: inline-block;
    width: 100%;
    height: 40%;
    border-bottom: 1px solid whitesmoke;
}

.service-bottom{
    display: inline-block;
    width: 100%;
    height: 60%;
}

.service-img-con{
    display: inline-block;
    width: 35px;
    height: 35px;
}

.service-img{
    width: 35px;
}


.service-name{
    left: 40px;
    color: rgb(112, 112, 112);
    font-weight: normal;
    font-size: 15px;
    font-family: 'Merriweather', serif;
}


.ser-des-ti{
    color: rgb(70, 70, 70);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    margin: 0px;
    display: inline-block;
    width: 95%;
}