.bk-servise {
  background: url("../img/bk_service.jpg") no-repeat;
  background-size: cover;
}

.bk-servise h1 {
  padding: 20px 0;
  font-family: Lexend, sans-serif;
  color: orange;
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  main .container > .d-flex:not(.column-tyres) {
    flex-direction: column;
  }
  main .container > .d-flex > img:not(.logo) {
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: 10px;
    max-width: 550px !important;
    width: 100% !important;
    height: auto !important;
  }
  main .d-flex {
    margin: 0 !important;
  }
}
