@media (max-width: 991px) {
    #services .service-card-h {
        flex-direction: column;
        text-align: center;
    }

    #services .service-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #services .service-content {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .into-text {
        font-size: 36px;
    }

    #features {
        padding: 50px 0;
    }

    #features .col-xs-12.col-sm-6.col-md-3 {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .feature-card {
        height: auto;
    }

    #about img {
        margin: 50px 0;
    }

    /* Raios maiores */
    .logo-s::before {
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        transform: translate(-50%, -55%) rotate(315deg);
    }

    /* Raios menores */
    .logo-s::after {
        top: 50%;
        left: 50%;
        width: 52px;
        height: 50px;
        transform: translate(-50%, -55%) rotate(310deg);
    }
}

@media (max-width: 480px) {
    .into-text {
        font-size: 36px;
    }
}