#inner-page-hero-section {
  padding: 25px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #inner-page-hero-section {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  #inner-page-hero-section {
    padding-bottom: 30px;
  }
}
#inner-page-hero-section h3 {
  margin-bottom: 0;
}
#inner-page-hero-section img,
#inner-page-hero-section svg {
  width: 100%;
  max-width: 300px;
}

table {
  margin-top: 2rem;
}
table thead {
  border-top: 2px solid #1D1D1D;
  border-bottom: 2px solid #1D1D1D;
}
table thead th {
  padding: 8px 0;
  font-weight: 700;
}
table tbody tr {
  border-bottom: 1px solid #9BA0A6;
}
table tbody tr td {
  padding: 12px 0;
}
table tbody tr:last-child {
  border-bottom: none;
}

.about-us-hero-wrapper {
  background-image: linear-gradient(180deg, rgba(1, 103, 171, 0.15) 0%, rgba(0, 81, 47, 0.07) 100%);
  border-radius: 10px;
  padding: 40px;
}
.about-us-hero-wrapper .img-column {
  display: flex;
  align-self: center;
  justify-content: center;
}
.about-us-hero-wrapper .img-column img {
  max-width: 400px !important;
  max-height: 339px !important;
}
.about-us-hero-wrapper .text-column {
  text-align: left;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}

.about-us-description-wrapper {
  border-radius: 10px;
}
.about-us-description-wrapper .col-lg-6 {
  display: flex;
}
.about-us-description-wrapper .col-lg-6.p-0 {
  padding: 0 !important;
}
.about-us-description-wrapper .col-lg-6.p-0 img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
}
.about-us-description-wrapper .text-column {
  text-align: left;
  background-color: #F5F5F5;
  padding: 50px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
}

.benefits-description-wrapper {
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-bottom: 2rem;
  /* Mobile defaults */
  /* Desktop overrides */
}
.benefits-description-wrapper h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.benefits-description-wrapper .col-lg-4,
.benefits-description-wrapper .col-lg-8 {
  display: block !important;
}
.benefits-description-wrapper .p-0 {
  display: block !important;
  padding: 0 !important;
  width: 100%;
}
.benefits-description-wrapper .p-0 img {
  width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
  min-height: 200px;
  max-height: 300px;
  border-radius: 10px 10px 0 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 10px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.benefits-description-wrapper .description-wrapper {
  padding: 20px !important;
  display: block !important;
}
.benefits-description-wrapper .text-column .col-6,
.benefits-description-wrapper .text-column .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .benefits-description-wrapper {
    margin-bottom: 0;
  }
  .benefits-description-wrapper .col-lg-4, .benefits-description-wrapper .col-lg-8 {
    display: flex;
  }
  .benefits-description-wrapper .col-lg-4.p-0, .benefits-description-wrapper .col-lg-8.p-0 {
    padding: 0 !important;
    flex: 1;
  }
  .benefits-description-wrapper .col-lg-4.p-0 img, .benefits-description-wrapper .col-lg-8.p-0 img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
    min-height: auto;
    max-height: none;
    border-radius: 10px 0 0 10px !important;
  }
  .benefits-description-wrapper .col-lg-4.description-wrapper, .benefits-description-wrapper .col-lg-8.description-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }
  .benefits-description-wrapper .col-lg-4.description-wrapper > .row, .benefits-description-wrapper .col-lg-8.description-wrapper > .row {
    margin: 0;
  }
  .benefits-description-wrapper .text-column .col-6,
  .benefits-description-wrapper .text-column .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.benefits-description-wrapper h3 {
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: bold !important;
}
.benefits-description-wrapper .text-column {
  text-align: left;
}
.benefits-description-wrapper .text-column ul {
  margin-bottom: 0;
}
.benefits-description-wrapper .text-column ul li {
  margin-bottom: 0.25rem;
}