  .anuncioTexto{
        font-family: "gill-sans-nova", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:25px;
        letter-spacing:0.03em; /*em*/
        line-height:30px; /*px*/
        color:white;
        max-width:360px;
      }
      
      .anuncioTitle{
         font-family: "PT Serif", serif;
         font-weight: 700;
         font-style: normal;
         font-size:42px;
         letter-spacing:0.02em; /*em*/
         line-height:45px; /*px*/
        color:white;
        max-width:600px;
      }
      
      
      .anuncio{
        display:flex;
        width:100%;
        height:608px;
        background-image:url('./imgs/anuncio.png');
        background-size:cover;
        background-repeat:no-repeat;
        background-position:top right;
        background-color:black;
        justify-content:right;
        padding-right:250px;
        text-align:center;
      }
      
      .anuncioText{
        display:flex;
        width:100%;
        max-width:600px;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:29px;
        /*background-color:pink;*/
      }