.press-top{
    margin-bottom:60px;
}
.press-release-title h1{
    max-width: 1000px;
    letter-spacing: 0px !important;
    font-size: 50px !important;
    bottom:-12px !important;
}
.press-release-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:60px;
    width:100%;
    max-width: 1400px;
    margin:0 auto;
}
.press-release-content .ingress{
    font-family:'HelveticaNeueBold', arial, sans-serif;
}
.press-release-content .ingress p,
.press-release-content h2{
    font-weight: 600;
    display: block;
}
.press-release-content .ingress p{
    font-size: 20px;
    line-height: 1.2;
}
.press-release-content h2{
    font-family: 'HelveticaNeueBold', arial, sans-serif;
    display: block;
    margin-top: 40px;
    margin-bottom:0px;
    font-size: 20px;
    margin-bottom:10px;
}
.press-release-content .press-image-container{
    width:100%;
    position: relative;
    overflow:hidden;
    aspect-ratio: 16 / 10;
}
.press-release-content .press-image-container img{
    display: block;
    height: auto;
    width: 100%;
    min-height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    z-index: 1;
}
.press-release-content a{
    margin-top:30px;
    margin-bottom:40px;
}
.press-release-content ul{
    list-style-type: disc !important;
    margin-left:9px;
}
.press-release-content ul li{
    margin-left: 9px;
    padding-left: 0px;
}
.press-release-content ul li::before{
    content:'';
}
.press-highlighted{
    color:#077bb7;
    font-family: 'HelveticaNeueBold', arial, sans-serif;
    font-size:18px !important;
    line-height: 1.4;
}
.press-button{
    font-family: 'HelveticaNeueBold', arial, sans-serif;
    color:#000;
    background-color: #f3c037;
    border-radius: 5px;
    padding: 20px 40px;
    display: inline-block;

}
/*text animation*/
.scrolling-words-container {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    font-weight: 600;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top:40px;
  }
  .scrolling-words-container span {
    color: #000 !important;
    font-size: 34px;
    margin-bottom: 4px;
    font-family:'HelveticaNeueBold', arial, sans-serif;
  }
  
  .scrolling-words-box {
    height: 2rem;
    overflow: hidden;
    position: relative;
    top:5px
  }
  .scrolling-words-box ul {
    margin: 0;
    padding: 0;
    animation: scrollUp 4s infinite;
  }
  .scrolling-words-box ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 2rem;
    list-style: none;
    color: #f3c037 !important;
    font-size: 34px !important;
    font-family:'HelveticaNeueBold', arial, sans-serif;
    overflow: visible;
    position: relative;
    bottom:4px;
  }
  
  @keyframes scrollUp {
    15%, 25% {
        transform: translateY(-20%);
      }
    40%, 50% {
      transform: translateY(-40%);
    }
    65%, 75% {
      transform: translateY(-60%);
    }
    90%, 100% {
      transform: translateY(-80%);
    }
  }

@media (max-width:1200px) {
    .press-release-title h1{
        font-size: 40px !important;
        bottom:-10px !important;
    }
}
@media (max-width:799px) {
    #wrapper .press-release-title h1{
        font-size: 32px !important;
        bottom:-9px !important;
    }
    .press-release-content{
        grid-template-columns: 1fr;
    }
    .press-button{
        text-align: center;
        line-height:1.4;
    }
}