 .u-section-4 {
  background-image: none;
}

/* start of button pulse */
	.neon-pulse_sec4 {
  background: #000;
  border: 2px solid #FFF;
  box-shadow: 0 0 10px rgba(255, 0, 0, 1);
  overflow: visible;
}

.neon-pulse_sec4::before,
.neon-pulse_sec4::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #fff;
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.neon-pulse_sec4::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
/* end of button pulse */

.u-section-4 .u-sheet-1 {
  min-height: 584px;
}

.u-section-4 .u-text-1 {
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 60px auto 0;
}

.u-section-4 .u-text-2 {
  font-size: 1.25rem;
  width: 890px;
  font-weight: 500;
  line-height: 2;
  margin: 41px auto 0;
}

.u-section-4 .u-layout-wrap-1 {
  width: 718px;
  margin: 41px auto 60px;
}

.u-section-4 .u-layout-cell-1 {
  min-height: 62px;
}

.u-section-4 .u-container-layout-1 {
  padding: 0 20px 0 30px;
}

.u-section-4 .u-btn-1 {
  background-image: none;
  letter-spacing: 1px;
  border-style: solid;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  padding: 16px 84px 17px 83px;
}

.u-section-4 .u-layout-cell-2 {
  min-height: 62px;
}

.u-section-4 .u-container-layout-2 {
  padding: 0 30px 0 20px;
}

.u-section-4 .u-btn-2 {
  border-style: solid;
  font-size: 1rem;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 0 0;
  padding: 16px 56px;
}

.u-section-4 .u-icon-1 {
  vertical-align: 0px;
  padding: 18px;
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 603px;
  }

  .u-section-4 .u-text-2 {
    font-size: 1.125rem;
    width: 720px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 73px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 73px;
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 703px;
  }

  .u-section-4 .u-text-2 {
    width: 540px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 540px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-4 .u-container-layout-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .u-section-4 .u-btn-1 {
    margin-right: auto;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 68px;
  }

  .u-section-4 .u-container-layout-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .u-section-4 .u-btn-2 {
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-text-1 {
    font-size: 1.5rem;
  }

  .u-section-4 .u-text-2 {
    font-size: 1rem;
    width: 340px;
  }

  .u-section-4 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-4 .u-layout-cell-1 {
    min-height: 82px;
  }

  .u-section-4 .u-layout-cell-2 {
    min-height: 76px;
  }
}