a.navbar-brand {
    margin-top: 12px;
}

.text-justify {
    text-align: justify !important;
}

img.services {
    border-radius: 5%;
}

  
select.error, textarea.error, input.error {
    border-color: #dc3545;
    border-width: 2.5px;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.form-group {
    margin-bottom: 5px;
}  

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


img.mechanic {
    width: 60%;
}

@media (max-width: 1100px) {
    #map {
        text-align: center;
        margin-top: 25px;
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    
    #map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 900px) {
    img.mechanic {
        width: 80%;
    }
}