@media screen and (min-width: 601px) {
    .fs-desc-1 {
        font-size: 5.6em;
        text-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
    }
    .fs-desc-2 {
        font-size: 2em;
        text-shadow: 0px 0px 6px rgb(0 0 0 / 30%)
        
    }
  }
  
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  @media screen and (max-width: 600px) {
    .fs-desc-1 {
      font-size: 2.8em;
      text-shadow: 0px 0px 6px rgb(0 0 0 / 30%);

    }
    .fs-desc-2 {
        font-size: 0.9em;
        text-shadow: 0px 0px 6px rgb(0 0 0 / 30%)
      }
  }



.text-dscto {
    color: #153A67;
}