.md\:w-auto {
    width: 16em;
}
.md\:h-32 {
    height: auto;
}
.h-12 {
    height: auto;
}

header {
    margin: 0px;
}

footer {
    margin: 0px;
}

#heroSection {
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15) ), url(/background.png)!important;
    background-size: cover;
    background-repeat: no-repeat;
}



#contacts-container div {
    background-color: #fff;
}

#content-container {
    color: #fff;
}

#contacts-container {
    margin-bottom: 5%;
}

footer {
     margin-top: 0% !important;
}

#form-container {
    background-color: #fff;
}

#bln-api-ajax-content-div {
    margin-top: 4%;
}

@media  screen and (max-width:1071px) {
    .md\:w-auto {
        width: 12rem;
    }
    .md\:h-32 {
        height: auto;
    }
    .h-12 {
        height: auto;
    }
    .md\:py-2 {
        padding-block: 1rem;
    }
}
