.container2 {
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2, h3 {
  color: #2c3a5d;
  text-align: start;
}
h1 {
  text-align: center;
}
ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
p {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .title-style p {
    font-size: 1.25em !important;
  }
  h1 {
      font-size: 1.5em;
  }
  h2 {
      font-size: 1.2em;
  }
  p {
      font-size: 0.9em;
  }

}