.text p:not(:last-child) {
  margin-bottom: 1.7rem
}
.text_2 {
  font-size: 1.8rem;
  line-height: 1.6
}
.text_3 {
  font-size: 1.6rem;
  line-height: 1.62
}
.text_4 {
  font-size: 1.4rem
}
.text_5 {
  font-size: 1.6rem;
  line-height: 1.62;
  font-weight: 600
}
.bold{
  font-weight: 900;
}
.font_italic{
  font-style:italic;
}
.text-center{
  text-align: center;
}
@media (max-width:48em) {
  .text_2 {
    font-size: 3.2rem;
    line-height: 1.375
  }
  .text_3 {
    font-size: 2.8rem;
    line-height: 1.2
  }
  .text_4 {
    font-size: 2.4rem
  }
  .text_5 {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 600
  }
}