header {
  background-image: url(../Assets/Landing/header-background.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-image {
  max-height: 200px;
}
.header-image-container {
  background-color: var(--main-red);
  border-radius: 50%;
  padding: 36px 64px;
  margin-top: 70px;
}

.header-title {
  text-align: center;
  margin: 40px auto 0 auto;
}

.header-subtitle-container {
  background-color: var(--orange);
  padding: 5px 24px 4px 24px;
  border-radius: 6px;
  margin-top: 28px;
}

.header-description {
  text-align: center;
  margin: 30px auto 72px auto;
  line-height: 32px;
  padding: 0 20px;
  max-width: 457px;
}
