.abo {
  padding: 60px 0;
}
.abo h2 {
  margin-bottom: 60px;
}
.abo .row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.abo .row .plan {
  flex: 0 0 365px;
  text-align: center;
  padding: 40px;
  border-radius: 5px;
  border: 2px solid var(--accent);
}
.abo .row .plan .title {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 42px;
}
.abo .row .plan img {
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
  max-width: 100%;
}
.abo .row .plan .subtitle {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  display: block;
}
.abo .row .plan p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 35px;
}
/*# sourceMappingURL=abo-plan.css.map */
