  .csr-content{
   text-align: center;
    font-size: 16px;
    color:#404040;
    font-weight: 500;
  }
  .csr-title{
    font-size: 23px;
    margin-bottom:20px;
    color: #004098;
    line-height: 35px;
    
  }

  .table th, .table td {
    vertical-align: middle;
    background-color: #004098;
    color: #fff;
    border-color: #fff!important;
  }
  
  .table td {
    background-color: #fff;
    color: #000;
    border: 1px solid #004098 !important;
    border-color: #004098!important;
        font-weight: 500;
  }
  
  .table td a {
    text-decoration: underline;
  }
  

.csr-card{
      background: linear-gradient(135deg, #0B1C39, #004098);
  color: #fff;
      border-radius: 30px !important;
}
.campaign-section.row {
  align-items: flex-start;
}
.col-lg-5.csr-pdf {
  background: #f8f9fa;
  padding: 20px;
}
.pdf-download{
  color: #0DA9E9;
  font-size: 17px!important;
}
.csr-contnet-pdf{
  text-align: start;
}
.smas-auto-pdf{
  color: #000;
   font-size: 14px;
    text-align: center;
}
section.csr-campaign.py-5 {
  background: #e5e7ef!important;
}

.csr-h5 {
    font-size: 18px;
    color: #fff!important;
}
.csr-objective-p{
        width: 60%;
        margin: 0 auto;
}


@media (max-width: 767px) {
    .csr-contnet-pdf {
        text-align: center !important;
    }
    .csr-campaign h2{
        text-align:start !important;
    }
    .csr-objective-p{
        width: 100%;
        margin: 0 auto;
}
}