* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body {
  font-family: 'Montserrat', sans-serif;
  background-color: white;
  padding: 30px;
}  */

.about-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 50px;
  color: #000066;
}

.about-box {
  background-color: #f9c51c;
  padding: 30px;
  border-radius: 30px;
  color: black;
  max-width: 1191px;
  margin: 0 auto;
}

.about-block {
  margin-bottom: 30px;
  text-align: left;
}

.about-block h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-block p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
