.py-0{
    padding-top:0;
    padding-bottom:0;
}
.pt-0{
    padding-top:0;
}
.text-xs{
    font-size:0.75rem;
}

@media (min-width: 640px){
    .sm-screen\:em\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1280px){

    .pressRelease-box-container .title {
      display: flex;
      padding-left: 5rem;
      /* padding-right: 5rem; */
      padding-right: 0;
      padding-bottom: 0px;
      padding-left: 0px;
      font-weight: 600;
      --tw-text-opacity: 1;
      color: rgba(24, 49, 96, var(--tw-text-opacity));
      /* font-size: 0.9em; */
      line-height: 2rem;
    }
 }

.pressRelease-box p:nth-child(2) {
    padding-top: 0px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: black;
    /* font-size: .76em; */
}
.text-grey{
    color:#9a9a9a;
}
.pressRelease-box a{
    color:#9a9a9a;
}

.pressRelease-box a.text-mainBlue{
    color:rgba(24, 49, 96, var(--tw-text-opacity));
}