.uwb_static-feature {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 1000px;
  height: 330px;
  margin: auto;
}
.uwb_static-feature_content-box {
  float: left;
  width: 288px;
  height: 330px;
  padding: 45px 37px 45px 45px;
  background-color: #ededed;
}
.uwb_static-feature_title {
  color: #4b2e84;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 0 0 .3em 0;
}
.uwb_static-feature_text {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
.uwb_static-feature_button,
.uwb_static-feature_button:hover,
.uwb_static-feature_button:focus {
  display: block;
  width: auto;
  margin-top: 0;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #4b2e84;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.uwb_static-feature_image {
  float: left;
  width: 630px;
  height: 330px;
}
.uwb_static-feature_image .uwb_static-feature_arrow {
  position: absolute;
  top: 0;
  left: 370px;
  background-image: url(../images/static-feature-arrow.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 330px;
}

