.header {
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffebcd;
  color: #5a2d12;
  margin-bottom: 10px;
}

.headingWr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.h1 {
  font-weight: 800;
}

.content {
  max-width: 1440px;
  width: 100%;
}

.contentWr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 22px;
}

.image {
  width: 200px
  margin-right: 100px;
}
