div.call-box{
  display: flex;
}
div.call-box-left{
  display: block;
  position: relative;
  float: left;
  width: 30%;
  padding: 1em;
}
div.call-box-left{

}
div.call-box-right{
  display: block;
  position: relative;
  float: left;
  width: 70%;
  padding: 1em;
}
div.call-box-right h4{
  font-size: 2em;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}
div.call-box-right p{
  color: #000000;
  margin-bottom: 1em;
}
div.call-box-right .call-box-btn{
  background: #f8cd6c;
  border-radius: 2em;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  color: #000000;
  font-size: 1em;
  font-weight: 700;
}
div.call-box-right .call-box-btn{
  background: #eeae36;
}
.top-program-block{
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.top-program-block .top-program-title {
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
  margin-bottom: 0.75em;
}
.top-program-block .top-program-text{
  margin-bottom: 0;
  line-height: 1.25em;
  padding-bottom: 1em;
  border-bottom: 0.1em solid #dfdfdf;
  font-size: 0.8em;
}
.top-program-block:last-of-type .top-program-text{
  border-bottom: none;
}