 .update-banner {
     font-family: 'Montserrat', Arial, sans-serif;
     font-weight: 500;
     font-size: 20px;
     line-height: 1.5;
     color: #2f2f2f;
     padding: 0;
     margin: 0;
 }

 .update-text {
     color: #FF0000;
     font-weight: bold;
 }

 .highlight {
     color: #FF0000;
     font-weight: bold;
 }

 .date-block {
     background-color: transparent;
     color: #575757;
     font-family: Montserrat, sans-serif;
     font-size: 16px;
     font-style: italic;
     line-height: 20px;
     letter-spacing: 1.02px;
     display: inline-block;
 }
.div-block-44{
     position: sticky;
    top: 25px;
    max-width: 100%;
    display: block;
    border-top-width: initial;
    border-top-style: initial;
    border-top-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(237, 237, 237);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(237, 237, 237);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(237, 237, 237);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}