#about {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 1);
}

#about .flex-con {
  gap: 30px;
  justify-content: space-between;
}

#about .flex-left,
#about .flex-right {
  flex: 1 1 50%;
}

#about .flex-right h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-family: Poppins;
  font-size: 32px;
  text-align: left;
}

#about .flex-right p {
  color: #000;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

@media screen and (max-width: 820px) {
  #about .flex-con {
    flex-direction: column;
	justify-content: center;
  }
  #about .flex-left {
    max-width: 80%;
  }
  .flex-right p {
    text-align: left;
  }
  #about .flex-right h2 {
    text-align: center;
  }
}

/*History-section*/
#history {
  padding: 120px 0;
  background-color: rgba(245, 245, 245, 1);
}

#history .flex-con {
  gap: 30px;
  align-items: center;
}

#history .flex-right,
#history .flex-left {
  flex: 1 1 50%;
}

#history .flex-left h2 {
  color: #000;
  font-weight: 600;
  font-family: Poppins;
  font-size: 32px;
  text-align: left;
}

#history .flex-left p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  color: #000;
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
  #history .flex-con {
    flex-direction: column;
  }
  #history .flex-left,
  #history .flex-left p {
    text-align: left;
  }
  #history .flex-left h2 {
    text-align: center;
  }
}

/*Inspiration-section*/

#inspiration {
  padding: 120px 0;
  background-color: rgba(255, 255, 255, 1);
}

#inspiration .flex-con {
  gap: 30px;
  justify-content: center;
  align-items: center;
}

#inspiration .flex-right,
#inspiration .flex-left {
  flex: 1 1 50%;
}

#inspiration .flex-right h2 {
  color: #000;
  font-weight: 600;
  font-family: Poppins;
  font-size: 32px;
  text-align: left;
}

#inspiration .flex-right p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  color: #000;
  font-style: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
  #inspiration .flex-con {
    flex-direction: column;
  }
  #inspiration .flex-right h2 {
    text-align: center;
  }
  #inspiration .flex-right p {
    text-align: left;
  }
}

/*Quote-section*/
#quote {
  padding: 60px;
  background-color: rgba(0, 0, 0, 1);
}

#quote .container {
  display: flex;
  justify-content: center;
}

#quote .flex {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  max-width: 800px;
}

#quote .flex h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 200;
  font-family: Poppins;
  font-style: italic;
  font-size: 21px;
  line-height: 1.25em;
  text-align: center;
}

#quote .flex p {
  color: #ffffff;
  font-family: "Roboto Mono";
  font-size: 18px;
}
