.section5,
.section6,
.section7,
.section8
{
  width: 100%;
  text-align: left;
}



.section2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.title {
  background: #c2b580;
  /* padding: 8px; */
  border-radius: 4px;
}

h2 {
  margin: 0;
}

