.service_wrapper_title {
    width: 100%;
    height: 200px;
    color: var(--white-color);
    background: url("../../../img/publishImg/bg.webp") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.service_wrapper_title h2 {
    letter-spacing: 5px;
}

.service_wrapper_title p {
    display: flex;
    gap: 8px;
    padding-left: 42px;
}

.service_wrapper_lst {
    padding-top: 50px;
    padding-bottom: 42px;
}

