.section-title {
  font-family: 'felidae';
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 32px;
  line-height: 40px;
}
.section-text{
  font-family: 'roboto';
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

@media screen and (min-width:768px) {
  .section-title {
    font-size: 40px;
    line-height: 54px;
  }
}
@media screen and (min-width:1024px) {
  .section-title{
    font-size: 61px;
    line-height: 67px;
  }
}