.white-wrap{white-space: unset !important;}
.f-19{font-size:18px;}

.menu ul li a.header {
    font-size: 12.67px;
}

.menu ul li {
    margin: 0 0;
}
.rt-photo {
    max-height: 300px;
}

@media (min-width: 992px) {
    .container.head-text {
        min-height: 180px;
    }
}

.cover_main table.cover_table tr td img {
    max-width: 1200px;   
    width: 100%;
}

   /* HEADER RIGHT BANNER */
   .header-permanentky {display: none;}
   @media (min-width: 786px) {
       .container.head-text {
           position: relative;
       }
       .header-permanentky {
           position: absolute;
           bottom: 3rem;
           right: 0;
           color: #fcc826;
           font-size: 10px;
           font-weight: bold;
           display: flex;
           align-items: center;
           gap: 2rem;
       }
       .header-permanentky:hover span{
           color: #c09a26;
           text-decoration: underline;
       }
   }