.help-section {
  background: var(--main-color);
  padding: 110px 0px;
}

.help-section .auto-container {
  max-width: 1200px;
  margin: 0 auto;
}

.help-section .sec-title.light .sub-title:before {
  background: #B4C4D9;
}

.help-section .sec-title.light .sub-title:after {
  background: var(--main-color);
}

.help-section .sec-title {
  text-align: center;
}

.help-section .single-item .inner-box {
  position: relative;
  padding-left: 0;
  text-align: center;
}

.help-section .single-item .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}

.help-section .single-item .inner-box p {
  font-size: 18px;
  color: var(--white-color);
  text-align: justify;     
  text-justify: inter-word;     
  hyphens: auto;                 
  line-height: 1.8;            
  word-spacing: 0.05em;
}

.help-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 627px;
  height: 593px;
  background-repeat: no-repeat;
}

.help-section .pattern-layer .pattern-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 471px;
  height: 510px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.help-section .pattern-layer .pattern-3 {
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 100%;
  height: 263px;
  background-repeat: no-repeat;
}


.help-section .single-item .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
  text-align: center;
}

.help-section .single-item .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: rgba(180, 196, 217, 0.1);
  width: 1px;
  height: 125px;
  top: 0px;
  left: 95px;
}

.help-section .single-item .inner-box .icon-box .icon {
  position: relative;
  display: block;
  font-size: 65px;
  color: var(--white-color);
}

.help-section .single-item .inner-box .icon-box .count-text {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.20);
}

.help-section .single-item .inner-box .icon-box .count-text:before {
  position: absolute;
  content: '';
  border: 1px solid #B4C4D9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: -2px;
  top: -2px;
}

.help-section .single-item .inner-box h3 a {
  display: inline-block;
  color: var(--white-color);
}

.help-section .single-item .inner-box h3 a:hover {
  color: var(--secondary-color);
}

.help-section.alternat-2 {
  background: var(--white-color);
}

.help-section.alternat-2 .single-item .inner-box .icon-box .icon {
  color: var(--secondary-color);
}

.help-section.alternat-2 .single-item .inner-box .icon-box .count-text {
  background: var(--main-color);
}

.help-section.alternat-2 .single-item .inner-box h3 a,
.help-section.alternat-2 .single-item .inner-box p {
  color: var(--main-color);
}

.help-section.alternat-2 .single-item .inner-box .icon-box:before {
  background: #B4C4D9;
}

.help-section.alternat-2 .single-item .inner-box h3 a:hover {
  color: var(--secondary-color);
}