body {
  font-family: 'Outfit', sans-serif;
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
}

.breadcrumb {
  height: 200px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.breadcrumb img {
  max-height: 200px;
  max-width: 100%;

}

.main-content {
  padding: 30px 50px 50px 50px;
  text-align: left;
}

.main-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sub-heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .main-heading {
    font-size: 24px;
  }

  .sub-heading {
    font-size: 20px;
  }
}