.roaster {
  text-align: center;
  padding-right: 5%;
  margin-top: 70px;
}

.roaster img {
  width: 100%;
}

.headline {
  display: grid;
  align-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 20px 0;
  margin-top: -35px;
}

.headline__heading {
  font-size: 25px;
  font-weight: 300;
}

.headline__title span {
  font-family: "Molde Condensed", sans-serif;
  font-size: 80px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.championships {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-top: 200px;
  padding-top: 50px;
}

.championships img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
