﻿.text-left-home {
    text-align: left;
}

    .text-left-home h3 {
        text-transform: uppercase;
        margin-left: 62px;
        font-size: 26px;
    }

    .text-left-home h2 {
        font-size: 70px;
        margin-top: -35px;
        color: #19b5ff;
    }

@media (max-width:991px) {
    .text-left-home {
        text-align: center;
    }
}

@media (min-width:768px) {
    .whats-web {
        display: inline-block;
        width: 100%;
    }

    .whats-mobile {
        display: none;
    }
}

@media (max-width:767px) {
    .whats-web {
        display: none;
    }

    .whats-mobile {
        display: inline-block;
        width: 100%;
    }
}