.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}

/*animation services*/
.single-service .service-content .service-text h2 {
    position: absolute;
    right: 30px;
    font-size: 4rem;
    font-weight: 800;
}