#company_logos {
  background-color: #f8f8f8;
  padding: 60px 0 30px 0;
}
#company_logos .com_logo img {
  -webkit-box-shadow: -1px 1px 7px 0 #ddd;
          box-shadow: -1px 1px 7px 0 #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
}

#scopes {
  padding: 120px 0;
}
#scopes .scope_box {
  background-color: #f8f8f8;
  border-radius: 20px;
  height: 200px;
  padding: 0 60px;
  margin-top: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#scopes .scope_box p {
  font-weight: bold;
  margin-bottom: 0;
}
#scopes .scope_box .number {
  background: #011a40;
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  border-radius: 50px;
  -webkit-box-shadow: -2px 3px 6px 3px #ddd;
          box-shadow: -2px 3px 6px 3px #ddd;
  position: absolute;
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-title p {
  text-align: justify;
}

.site_btn {
  background: rgba(0, 0, 0, 0) linear-gradient(160deg, #ff0066 0%, #d41872 80%, #a445b2 168%) repeat scroll 0% 0%;
  padding: 9px 14px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.site_btn:hover {
  color: #fff;
  background: #612EA7;
}
/*# sourceMappingURL=developer.css.map */