/* .social-links a{
    text-decoration: none;
}

.social-links a i.fab {
    font-size: 46px;
} */


@media (max-width: 576px) { 
    
    .hero-buttons, .hero-title, .hero-subtitle {
        text-align: center;
    }

    .hero-buttons .btn {
        margin-bottom: 10px;
    }
    .hero-image-container {
        margin-top: 18px;
    }
}