.jp-desktop-section-header-heading {
    overflow: hidden;
   text-align: left;
    font-size: 19px;
    font-family: Montserrat-bold;
    letter-spacing: 0.4px;
    line-height: 1.4;
    color: #435b73;
    outline: none;
}

.jp-desktop-section-header-heading:after {
  background-color: #979797;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.jp-desktop-section-header-heading:after {
  left: 16px;
  margin-right: -100%;
}


.jp-maindiv {
  width: 100%;
  display: inline-block;
  margin-top: 2%;
}

.jp-leftside {
  width: 65%;
  border: 1px solid #747474;
  border-radius: 4px;
  height: 100px;
  display: inline-block;
  margin-right: 3%;
  padding: 8px;
  float: left;
}

.jp-rightside {
  width: 27%;
  border: 1px solid #747474;
  border-radius: 4px;
  height: 100px;
  display: inline-block;
  padding: 8px;
}