.cs-container {
  width: 100%;
  margin: 0;
  max-width: unset;
  padding: 0;
}

.site-content {
  margin: 0;
}

.urm-section.hero-section {
  display: flex;
  padding: 0 10%;
  min-height: 60vh;
  align-items: center;
  justify-content: center;
  background: url(https://demo.epic-webdesign.com/tf-leadpage/v1/images/bg1j.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 !important;
  position: relative;
  gap: 50px;
}

@media (max-width: 768px) {
  .urm-section.hero-section {
    flex-direction: column;
    padding: 0 4%;
    padding-bottom: 40px;
  }
}

.hero-content {
  flex: 1;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
}

.hero-section-overlay {
  width: 100%;
  background: #252525;
  opacity: 0.37;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-content h1 {
  font-weight: 500;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 30px;
    font-weight: bold;
  }
}

.hero-content > p {
  color: #fff;
  font-size: 23px;
  line-height: 1.4;
}


@media (max-width: 768px) {
  .hero-content > p {
    font-size: 19px;
    text-align: center;
  }
}


.hero-content .contact-button {
  font-size: 14px;
  min-width: 200px;
}


.hero-contact-form-wrapper {
  flex: 1;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-contact-form-container {
  background: #fff;
  width: 50%;
  max-width: 50%;
  padding: 20px 30px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .hero-contact-form-container {
    width: 100%;
    max-width: unset;
    min-width: 92vw;
  }
}

.hero-contact-form-container .form-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  width: 100%;
  margin: 0;
}

.hero-contact-form-container .form-description {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.hero-contact-form-container .form-element {
  width: 100%;
  margin: 30px 0px;
}

.hero-contact-form-container .form-element input {
  width: 100%;
  height: 40px;
  border: 1px solid #dcdcdc;
  box-shadow: unset;
  border-radius: 4px;
  padding-left: 10px;
}


.hero-contact-form-container  .form-element.form-submit {
  margin: 20px 0px 20px 0px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-contact-form-container .form-element.form-submit .submit-form {
  background: #27b36a;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-contact-form-container .form-element.form-submit .submit-form:hover {
  background: #23ae65;
}
