.tableBack th {
  background-color: #001d63 !important;
  color: #fff;
}

.OurWork-section {
  position: relative;
  text-align: center;
  color: black;
}

.OurWork_main {
  background-image: url(../img/pratham_about_img/our_work_main_banner.jpg);
  --default-color: #ffffff;
  background-position: center;
  background-size: cover;
  --heading-color: #ffffff;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 20px 0 0 0;
  padding: 150px !important;
}

.sr-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #001d63;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.work-section {
  padding: 20px;
}

.company-details {
  font-weight: bold;
}

.company-details td {
  text-transform: uppercase;
  color: #001d63;
  font-weight: bolder;
}

.company-details small {
  color: #656565;
  font-weight: normal;
}

.period-of-work {
  color: #001d63;
  font-weight: 600;
}

.section-title {
  text-align: center;
  color: #001d63;
  font-weight: 900;
  font-size: 30px;
  padding-bottom: 30px;
}

tbody tr:nth-child(odd) td {
  background-color: #f2f2f2;
}
tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
