#alerts-list{  display: flex;width: 100%;}
#alerts-list > div{  }
#alerts-list > div:nth-child(1){  width: 250px;min-width: 250px;}

#alerts-list > div:nth-child(2){  margin-left: 50px;flex: 1;}
#alerts-list > div:nth-child(2) p{ font-size: 14px; line-height: 1.5; margin: 5px 0 15px 0; }
#alerts-list > div:nth-child(2) a.read-more{ margin-bottom: 15px; }
#alerts-list .side-navigation-sm {margin-top: 20px;}
#alerts-list > div .collapsible {display: flex;background-color: transparent;cursor: pointer;font-weight: 600;width: 120px;border: none;margin: 0;padding: 5px 0;flex: 1;padding-right: 0.5em;}
#alerts-list > div .collapsible a {text-decoration: none;}
#alerts-list > div .page-title-container {    display: flex; background-color: transparent; /* padding: 14px 18px 0 14px; */ justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
#alerts-list > div .page-title-container hr {margin: 0.7em 0;}
#alerts-list > div .down-arrow {    width: 20px; display: flex; margin-top: 3px; margin-right: 5px; cursor: pointer}

/* Mobiles */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px)
{ 

    #alerts-list > div:nth-child(2) p{ font-size: 12px; }

}