.widget.c-stages.c-stages-template-1 .widget-item {
  font-size: 0;
}
.widget.c-stages.c-stages-template-1 .widget-item-left {
  text-align: left;
}
.widget.c-stages.c-stages-template-1 .widget-item-right {
  text-align: right;
}
.widget.c-stages.c-stages-template-1 .widget-item-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 50%;
}
.widget.c-stages.c-stages-template-1 .widget-item-number {
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
  margin-top: 10px;
}
.widget.c-stages.c-stages-template-1 .widget-item-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 7px;
}
.widget.c-stages.c-stages-template-1 .widget-item-description {
  font-size: 14px;
  line-height: 21px;
  padding: 25px;
  margin-top: 15px;
  background-color: #f3f3f3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media all and (max-width: 900px) {
  .widget.c-stages.c-stages-template-1 .widget-item-wrapper {
    width: 75%;
  }
}
@media all and (max-width: 600px) {
  .widget.c-stages.c-stages-template-1 .widget-item {
    margin-bottom: 30px;
  }
  .widget.c-stages.c-stages-template-1 .widget-item-wrapper {
    width: 100%;
  }
  .widget.c-stages.c-stages-template-1 .widget-item-number {
    margin-top: 0;
  }
  .widget.c-stages.c-stages-template-1 .widget-item-description {
    padding: 15px;
    font-size: 12px;
    line-height: 18px;
  }
}

/*# sourceMappingURL=style.css.map */


/* Plus styles */

.pluses {
  margin: 0 0 0 30px;
}

.plus-item {
  display: flex;
  align-items: flex-start;
  margin: 50px 0;
  height: 145px;
}

.plus-icon {
  background: #629b32;
  border-radius: 50%;
  padding: 20px;
  max-height: 77px;
  max-width: 80px;
  margin: 0 25px 0 0;
}

.pluses .plus-item:nth-child(4) .plus-icon:after {
  display: none;
}

.plus-icon:after {
    content: '';
    border-right: 5px solid #629b32;
    position: relative;
    width: 0;
    height: 130px;
    top: 0px;
    left: 0px;
    display: block;
    margin: auto;
}

.plus-icon img {
  max-width: 40px;
}

.plus-title {
  margin: 0 0 25px 0;
  font-size: 24px;
  font-weight: 600;
}

.plus-description {
  font-size: 20px;
  max-width: 400px;
}

.plus-section-name {
  font-size: 22px;
  font-weight: 500;
  padding: 60px 0 0 0;
}


@media(max-width: 1105px) {
  .plus-section-name {
    font-size: 18px;
  }
}

@media(max-width: 1060px) {
  .pluses {
    max-width: 380px;
  }
  
  .plus-description {
    font-size: 16px;
  }
}

@media(max-width: 945px) {
  .pluses {
    max-width: 90%;
    width: 100%;
    margin: auto;
  }
  
  .plus-item {
      height: 175px;
  }
}

@media(max-width: 475px) {
  .plus-title {
    font-size: 20px;
  }
  
  .plus-description {
    font-size: 16px;
  }
}

@media(max-width: 405px) {
  .plus-title {
    font-size: 18px;
  }
  
  .plus-description {
    font-size: 16px;
  }
}
/*  */