

.service-process {
  margin-top: 30px; }
  .service-process .text-content {
    padding: 26px 30px; }
    .service-process .text-content h4 {
      color: #333;
      margin-top: 0px; }
/*
    .service-process .text-content p {
      color: #d1d1d1; }
*/
  .service-process .icon-icon {
    width: 125px;
    height: 125px;
    border-radius: 100px;
    line-height: 125px;
    margin: 0 auto; }
    .service-process .icon-icon:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      border: 2px dashed #e33121;
      width: 100%;
      height: 100%;
      border-radius: 90px;
      -webkit-animation: rotate 30s linear infinite; }

.process-one {
  width: 35px;
  height: 35px;
  background:#b90000;
    font-size:18px;
  color: #fff;
  border-radius: 100px;
  line-height: 35px;
  display: inline-block;
  position: absolute; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }





 
