
.support-bar {
    width: 100%;
    background-color: $bg-gray;
    border-bottom: 3px solid #fff;
    padding: 30px 15px 40px;
    
    h3 {
        text-align: center;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    
    .contact-btn-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    
}