h1.page-header {
  display: none;
}
h4.cas_position {
  margin-bottom: 17px !important;
}
div.group-left {
  float: left;
  width: 23% !important;
  margin-right: 2%;
}
div.group-left img {
  margin-top: 27px;
  margin-bottom: 27px;
  width: 220px;
  float: left;
}
div.group-right {
  float: right;
  width: 75% !important;
}
@media all and (max-width: 650px) {
	div.group-left {
    width: 100% !important;
    margin: 0;
    float: center;
  }
  div.group-left img {
  margin-top: 27px;
  float: left;
}
  div.group-right {
      width: 100% !important;
  }
}
