h1 {
    width: 100%;
    font-family: "Flama";
    font-size: 94px;
    text-align: center;
    line-height: 1;
    color:#FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.49);
    max-width: 600px;
}
h2 {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
    font-family: "Flama";
    font-size: 70px;
    line-height: 1.1;
}



.jurados-titulo, .title-outros{
  text-align:center;
  font-family: "Flama";
  text-transform: uppercase;
  font-size: 4rem;
  margin:6rem 0;
}



@media (max-width: 720px) {
    h1 {
        font-size: 57.6px;
    }
    h2 {
        font-size: 44.8px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 46.08px;
    }
    h2 {
        font-size: 35.84px;
    }
}
