.contentnew {
    text-align: justify;
    &:first-letter {      
       float: left;
       text-transform: uppercase;       
       font-size: 4rem;
       margin-right: .75rem;
       padding: 0;
       line-height: .9;
       font-family: 'Playfair Display', sans-serif;
       font-weight: 900;
    }
 }
 .ilist-c {
    filter: none;
    transition: .5s ease;
   &:hover {
       filter: contrast(1.12);
   }
 }
 .linkshaas {
    color: #d02535;
 }
 .linkshaas:hover {
    color: darkblue;
 }

 @media all and (max-width: 991px) {
    .linkshaas{
        font-size: 13px !important;
    }

}