  .update-box {
    margin: 20px auto;
    padding: 24px;
    border: 2px solid #0944541A;
    border-radius: 20px;
    background: #09445414;
    
  }
  .update-box p
  {
    color: #094454 !important;
    font-family: Helvetica;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 16px !important;
    /*leading-trim: NONE;*/
    line-height: 130% !important;
    letter-spacing: 0%;
    margin-bottom: 0px;
  }

  .update-box strong {
    font-weight: 700;
  }
  
  @media (max-width: 768px) {
  .update-box p{
    font-size: 14px !important ;
  }
  .update-box p strong{
    font-size: 16px !important ;
  }
  .update-box{
       padding: 16px;
  }
}