.clear{clear: both!important;}

.box {
  width: auto;
  margin: 50px auto 30px auto;
  background: rgba(0,170,235,.15);
  padding: 20px;
  text-align: left;
  color: #fff;
  position: relative;
}

.bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid rgba(0,170,235,.15);
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0,170,235,.15);
  border-bottom: 10px solid transparent;
  left: 20%;
  bottom: -20px;
}

.client {
  position: relative;
  padding-left: 45px;
  padding-bottom: 14px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px; 
}

.client:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #999;
  font-size: 40px;
  padding-right: 0.5em;
  position: absolute;
  top: 5px;
  left: 0;
}

.client-name {
 font-size: 1.2em; 
 color: #00aaeb;
 margin-bottom: 8px;
 margin-top: 2px;
}

.client-years {font-size: 12px; background: #00aaeb; color: #fff; padding: 3px 10px 2px 8px; margin-bottom: 4px; margin-right: 10px; -webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px; display: inline-block;float: left;}

.client-years:before {
  content: "\f0a3";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*color: #999;*/
  /*font-size: 40px;*/
  padding-right: 0.5em;
  /*position: absolute;
  top: 0px;
  left: 0;*/
}

.client-order {
  font-size: 0.6em;
  color: #666;
  text-transform: uppercase; 
  margin-top: 5px;
  float: left;
}

.client-content {
  padding-bottom: 20px; 
  font-size: 0.9em;
  color: #666;
  font-style: oblique; 
  border-bottom: 2px solid #fff; 
  margin-bottom: 20px; 
}

.client-feature {
  position: relative;
  padding-left: 32px;
  margin-bottom: 4px; 
  color: #555;
  font-size: 0.75em;
  font-weight: bold;
}

.client-feature:before {
  content: "\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #555;
  font-size: 20px;
  padding-right: 0.5em;
  position: absolute;
  top: -1px;
  left: 5px;
}

.client-image {
  margin-bottom: 80px; 
}







.offer {
  position: relative;
  padding: 24px 0 24px 105px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 80px; 
}

.offer:before {
  content: "\f02c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #00aaeb;
  font-size: 80px;
  padding-right: 0.5em;
  position: absolute;
  top: 45px;
  left: 0;
}

.offer-title {
 font-size: 1.3em; 
 color: #00aaeb;
 margin-bottom: 4px;
}

.offer-subtitle {
  font-size: 0.65em;
  color: #666;
  text-transform: uppercase; 
  margin-bottom: 14px;
}

.offer-content {
  padding-bottom: 20px; 
  font-size: 0.9em;
  color: #666;
  font-style: oblique; 
}

.offer-feature {
  position: relative;
  padding-left: 35px;
  margin-bottom: 4px; 
  color: #00aaeb;
  font-size: 0.85em;
  font-weight: bold;
}

.offer-feature:before {
  content: "\f058";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #00aaeb;
  font-size: 30px;
  padding-right: 0.5em;
  position: absolute;
  top: -7px;
  left: -2px;
}

