.bg-red90{
    background: rgb(236,28,36);
    background: linear-gradient(180deg, rgba(236,28,36,1) 80%, rgba(255,255,255,1) 20%);
}


.dotted-list li {
    list-style-type: disc;
  }

  .w-lg-75{
    width: 75%;
  }

  .text-date{
    font-size: 14px;
  }


/* Media Query for Mobile Devices */
@media (max-width: 480px) {
.w-lg-75{
    width: 100%;
}



}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {


}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {


}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {


}
