.bgcolor {
  background: url("../img/bgcolor.jpg");
  background-size: cover;
}

.bgcolor h1 {
  padding: 20px 0;
  font-family: Lexend, sans-serif;
  color: orange;
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
}

main .abtext {
  width: 600px;
  margin-top: 60px;
  padding-bottom: 40px;
}

div .ab-image {
  height: 300px;
  width: 600px;
  object-fit: cover;
}

main .abtext span {
  font-weight: 600;
  border-bottom: 1px solid black;
}

@media screen and (max-width: 768px) {
  main .abtext {
    width: 100%;
  }
  div .ab-image {
    max-width: 600px;
    width: 100%;
  }
  .column-tyres.d-flex {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .column-tyres {
    min-width: 100px;
  }
}
