@media screen and (max-width: 600px) {
   .title-header h2{
        font-size: 23px!important;
        font-weight: 300!important;
        line-height: 30px!important;
   }
    .title-header h1{
        font-size:30px !important;
        font-weight: 800 !important;
        line-height: 50px !important;
        line-break: auto;
    }
    .bottom-footer
    {
        display: grid;
        align-content: center !important;
        align-items: self-end;
    }
    /* .cmt-fid-icon-wrapper i{
        font-size: 40px!important;
        line-break: auto;
        align-items: center;
    } */
    /* .cmt-fid-contents h3{
        line-break: auto;
    } */
}
  