      .frase{
        display:flex;
        width:100%;
        height:815px;
        justify-content:center;
        align-items:center;
        background-color:#1D1C1C;
        padding:20px;
      }

      .frase .textos{
        display:flex;
        width:100%;
        max-width:812px;
        text-align:center;
        font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    line-height: 35px;
    color: #E9E6E1;
    max-width: 812px;
    text-align: center;
      }

      @media(max-width:800px){

        .frase .textos{
            font-size:22px;
            line-height:29px;
        }

        .frase{
          height:700px;
        }
        
      }
