#litigation .litigation-heading{
    color: #0133B3;
    font-family: 'Merriweather';
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}
#litigation a.see-all-stories{
  color: #000;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
#litigation .img-container{
    display:block;
    width:100%;
}
#litigation .gap-5{
 margin-top:4px;
 height:1px;
}
#litigation .litigation-item-container{
width: 100%;
}
#litigation .litigation-item-cc{
 background-color: #f0eee2;
}
#litigation .litigation-card-img{
width: 100%;
height: 40%;
}
#litigation .litigation-detail{
padding: 16px 24px 25px 24px;
min-height: 260px;;
}
#litigation .litigation-item-muted{
    color: #454545;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    line-height: 24px;
}
#covid  .litigation-item-muted > a{
    color: #454545;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    line-height: 24px;
}
#litigation .litigation-item-title{
    color: #000;
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#litigation .litigation-item-title>a{
    color: #000;
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
#litigation .larticle-time-container{
position: relative;
}

#litigation .larticle-time{
    position: absolute;
    bottom: 0;
    left: 35px;
    margin: 25px 0;
}
#litigation .latest-tag > a{
    color: black;
}
#litigation .kicker-tag{
    border: 1px solid #454545;
    width: max-content;
    padding: 5px 10px;
    color: #454545;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    line-height: 20px;
}
#litigation .mb-only{
    display: none;
}
#litigation .gap-10{
 margin-top:9px;
 height:1px;
}
#litigation .gap-70{
 margin-top:69px;
 height:1px;
}
#litigation .gap-15{
 margin-top:14px;
 height:1px;
}
#litigation p{
    margin-bottom:0;
}
#litigation .gap-left-5{
    margin-left:5px
}

@media (max-width: 430px){
    #litigation .mobile-hidden {
        display: none !important;
    }
    #litigation .mb-only{
    display: block;
    }
    #litigation .mb-only > a.see-more{
      color: #000;
      font-family: 'ProximaNova-Regular';
      font-size: 14px;
      font-weight: 700;
      line-height: 17px;
    }
    #litigation .mb-5.latest-item-container{
        margin-bottom:18px !important;
    }
    #litigation .latest-heading{
      color: #0133B3;
      font-family: 'Merriweather';
      font-size: 13px;
      font-weight: 700;
      line-height: 16px;
      margin-bottom: 30px;
    }
}

/* iphone 5 */
@media screen and (device-aspect-ratio: 40/71) {
#litigation .litigation-item-container {
    min-height: 350px!important;
}
}
/* iphone 6 7 8 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
#litigation .litigation-item-container {
    min-height: 350px!important;
}
}
/* iphone 6 7 8 plus */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
#litigation .litigation-item-container {
    min-height: 350px!important;
}
}
/* iphone X */
@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {
    #litigation .litigation-item-container {
        min-height: 350px!important;
    }
    }
/* pixel */
@media only screen and (min-width: 411px) and (max-width: 767px) {
    #litigation .litigation-item-container {
        min-height: 350px!important;
    }
}

 /* Media Query for Mobile Devices */
        @media (max-width: 480px) {
           .mobile-hidden{
            display:none;
           }
        }

        /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 481px) and (max-width: 767px) {
            .tablet-hidden{
                display:none;
            }

        }


