﻿/*------------------------------------------- */
/*------------------------------------- Servo */
/*------------------------------------------- */
.ServoLiftExample {
    color: white;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

    .ServoLiftExample h3, .ServoLiftExample h4 {
        font-size: 16.5px;
    }
