.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;
    }
}
.grid-cols-\[1f-3fr\]{
    grid-template-columns:1fr 3fr;
}
@media (min-width: 1280px){
    .md-screen\:grid-cols-\[1f-3fr\]{
        grid-template-columns:1fr 3fr;
    }
}
.w-470x{
    width:470px;
}
@media (min-width: 1280px){
    .md-screen\:w-470x{
        width:470px;
    }
}
@media (min-width: 1280px) {
    .md-screen\:w-340x {
        width: 340px;
    }
}
@media (max-width: 1280px){
    .pressRelease-box img{
        padding-left:0px;
    }
}
.pressRelease-box .description{
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
.pressRelease-box a.text-grey{
    color:#9a9a9a;
}
.pressRelease-box a.text-white{
    --tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.pressRelease-box-container .title{
    display:block;
    font-size: 0.875em;
    line-height: 1.25rem;
}