@media screen and (min-width: 300px){
    .FontFooter{
        font-size: 10px;
      }
    .IconMapF{
        width: 100%;
        height: 60%;
    }
    .IconCt{
        max-width: 20px;
        max-height: 20px;
    }
}

@media screen and (min-width: 768px) {
    .FontFooter{
        font-size: 90%;
      }
      .IconMapF{
        width: 100%;
        height: 100%;
      }
      .IconCt{
        max-width: 50px;
        max-height: 50px;
      }
}

@media screen and (min-width: 1200px) {
    .FontFooter{
        font-size: 90%;
      }
      .IconMapF{
        width: 100%;
        height: 100%;
      }
      .IconCt{
          max-width: 50px;
          max-height: 50px;
      }
}