.marketingbody {
  font-family: Arial, sans-serif;
  background-color: #d9c993;
  color: #2b1c0e;
  padding: 40px;
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: 40px;

}

.marketingcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  margin: 0 auto;
}

.marketingtext-section {
  max-width: 60%;
}

.marketingh1 {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 20px 0;
  line-height: 1.1;
}

.marketingitalic-text {
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
}

.marketingline {
  height: 1px;
  background-color: #2b1c0e;
  margin: 20px 0;
}

.marketingicon {
  background-color: black;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketingicon svg {
  width: 100px;
  height: 100px;
  fill: #d9c993;
}