.section-title {
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-size: 58px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #1E2831;
}
.section-text{
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #1E2831;
}

/*@media screen and (min-width:768px) {*/
/*  .section-title {*/
/*    font-size: 38px;*/
/*  }*/
/*}*/
/*@media screen and (min-width:1024px) {*/
/*  .section-title{*/
/*    font-size: 46px;*/
/*  }*/
/*}*/

/*@media screen and (min-width:1280px) {*/
/*  .section-title{*/
/*    font-size: 58px;*/
/*  }*/
/*}*/