.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;
}
.w-150x{
    width:150px;
}
.h-120x{
    height: 120px;
}
@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));
}
.text-grey{
    color:#9a9a9a;
}

.pressRelease-box p:nth-child(2){
    color:#222222;
}
.w-450x{
    width:450px;
}