.bspage h3,
.bspage .h3,
.bspage h4,
.bspage .h4,
.bspage h5,
.bspage .h5,
.bspage h6,
.bspage .h6 {
  margin-bottom: 20px;
}
.bspage .table-responsive {
  border: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 5px;
  margin: 20px 0;
  overflow: auto;
}
.bspage table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.bspage .table-responsive table {
  width: auto;
  max-width: unset;
  margin: 0 0;
}
.bspage table td,
.bspage table th {
  font-size: 18px;
  line-height: 1.4em;
  padding: 8px 12px;
  border: 1px solid #000000;
}
.blogsec a {
  display: inline;
}
.blogsec .breaklinks a {
  word-break: break-all;
}
.blogsec p img + img {
  margin-top: 30px;
}
.blogsec p a,
.blogsec p span {
  display: inline;
}

.bspage table th {
  border: 1px solid white !important;
}

.blogsec .gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.bspage table thead tr {
  height: 60px;
  background: #001689 !important;
  color: white !important;
  font-size: 16px;
}
.bspage table tbody {
  color: black !important;
}

.cms-html-frontend img {
  object-fit: contain;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cms-html-frontend tbody {
  border: 2px solid black !important;
}

.cms-html-frontend table {
  width: 100% !important;
}

.cms-html-frontend ul,
.cms-html-frontend ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.cms-html-frontend li {
  margin-bottom: 10px;
}

.cms-html-frontend p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.cms-html-frontend b {
  color: black;
}

.cms-html-frontend span,
.cms-html-frontend i {
  margin-bottom: 20px;
}

.cms-html-frontend p,
.cms-html-frontend span,
.cms-html-frontend ul,
.cms-html-frontend li {
  font-weight: 500 !important;
}

.cms-html-frontend p,
.cms-html-frontend span,
.cms-html-frontend ul,
.cms-html-frontend li {
  color: black;
}

.cms-html-frontend h3,
.cms-html-frontend h4,
.cms-html-frontend .h1,
.cms-html-frontend h5,
.cms-html-frontend .h5,
.cms-html-frontend h6,
.cms-html-frontend h2,
.cms-html-frontend h1 {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width: 981px) {
  .cms-html-frontend h3 {
    font-size: 38px !important;
  }
  .cms-html-frontend h4 {
    font-size: 32px !important;
    text-transform: capitalize !important;
  }
}
