.serivce{
    height: 15.5rem;
    width: 100%;
    position: relative;
    background-image: url("../../img/组22.png");
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.service-top{
    width: 400px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 60px;
}
.serivce h1{
    color: white;
    font-size: 0.50rem;
}
.serivce h2{
    color: white;
    font-size: 0.25rem;
    margin-top: 10px;
}


.service-bottom {
    display: flex;
    align-items: flex-end;
}

.service-bottom div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: -10px;
    margin-bottom: -2.5px;
}

.service-bottom img{
    width: 4.75rem;
    display: block;
    object-fit: cover;
}

.service-bottom1{
    height: 6rem;

}

.service-bottom2{
    height: 7.5rem;
}

.service-bottom3{
    height: 9rem
}