.main-img {
    background-image: url('/static/images/bt-main.png');
    min-height: 500px;
    margin-bottom: 9rem;
}

.company-name {
    padding-top: 150px;
}

.contact-box {
    position: relative;
    top: -80px;
    background-color: #1a5fa7;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.news-block {
    background-color: #e8f3fb;
    padding-bottom: 1rem;
}

#ka2-cookie-warning {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    position: fixed;
}