.texttop {
    line-height: 80px;
    color: #ffffff;
    font-size: 100px;
    letter-spacing: 2px;
}
.texttop2 {
    line-height: 40px;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 2px;
    padding-bottom: 25px;
}
.white {
    color: #ffffff;
}
.spass {
    letter-spacing: 1px;
}
.number {
    font-size: 15px;
}
@media only screen and (max-width: 991px) {
    .texttop {
        line-height: 50px;
        color: #ffffff;
        font-size: 60px;
        letter-spacing: 2px;
    }
    .texttop2 {
        line-height: 20px;
        color: #ffffff;
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: 300;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .texttop {
        line-height: 40px;
        color: #ffffff;
        font-size: 100px;
        letter-spacing: 2px;
    }
    .texttop2 {
        line-height: 20px;
        color: #ffffff;
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: 300;
        padding-bottom: 25px;
    }
}