@charset "UTF-8";

.text_custom{
  text-align: center;
font-size: 34px;
}
.color_orange{
  color: #ECA738;
  font-size: 34px;
}
rt{
  color: #91C665;
  font-size: 40%;
}
@media screen and (max-width: 800px) {
.text_custom{
font-size: 24px;
}
.color_orange{
  font-size: 24px;
}
}