.detail_do_img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.service_title {
    background: linear-gradient(to right, #ff0080, #fea20d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 38px;
}

.service_text {
    font-size: 18px;
}