#gtco-features
{
  padding: 2em 0;
  padding-left: 6em;
  padding-right: 6em;
  clear: both;
  position: relative;
}

@media screen and (max-width: 768px) {
  #gtco-features
  .gtco-section {
    padding: 2em 0;
  }
}
#gtco-features.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
#gtco-features {
  background: #e07070;
}
#gtco-features .gtco-heading h2 {
  color: #fff;
}
#gtco-features .gtco-heading p {
  color: rgba(255, 255, 255, 0.7);
}
#gtco-features .feature-center {
  color: #fff;
}
#gtco-features .feature-center .icon {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(242, 49, 14, 1);
  background: #000000;
}
#gtco-features .feature-center .icon:hover {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(189, 185, 185, 0.8);
  background: #000000;
}

#gtco-features .feature-center .icon img {
  color: #fff;
  font-size: 40px;
  font-style: normal;
}
#gtco-features .feature-center .icon img:hover {
  color: #BDB9B9;
  font-size: 40px;
  font-style: normal;
}

#gtco-features .feature-center h3 {
  font-weight: 400;
  color: #b4b5b5;
}

#gtco-features .feature-center p {
  color: rgba(255, 255, 255, 0.7);
}

.feature-center {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}

.feature-center .icon {
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  margin: 0 auto 40px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/*.feature-center .icon img {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #cccccc;
}*/
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #b4b5b5;
  position: relative;
}