.js-title {
  padding: 10px 20px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-title h3 {
  font-size: 18px !important;
  padding: 0 10px;
}
.js-blueColTitle {
  background-color: #1e1e96;
  color: #FFFFFF;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .js-title {
    padding: 10px 0px;
  }
  .js-title h3 {
    padding: 0 5px;
  }
  .js-blueColTitle {
    height: 100px;
  }
}
@media screen and (min-width: 960px) {
 .js-title {
    padding: 10px 20px;
  }
  .js-title h3 {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .js-blueColTitle {
    height: 60px;
  }
}