body {
  font-family: Poppins;
  padding: 0px;
  margin-top: 20px;
  margin-left: 250px;
  margin-right: 250px;
}

.title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.subtitle h2 {
  font-family: Poppins;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #191847;
}
.subtitle p {
  font-family: Poppins;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.learn-more-btn {
  background-color: #d0021b;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  color: #fff;
  padding: 10px 30px !important;
  border-radius: 100px;
  align-items: left;
}
.learn-more-btn:hover {
  color: #fff;
  background-color: #db2721;
}
a {
  text-decoration: none;
}
