.latest-updates-wrapper {
  background-position: center center;
  background-size: cover;
  transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
  padding: 150px 0px;
  position: relative;
}

.latest-updates-wrapper .latest-updates-container {
  max-width: 600px;
  min-height: 600px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.latest-updates-wrapper .latest-updates-column {
  position: relative;
  display: flex;
  width: 100%;
}

.latest-updates-wrapper .latest-updates-widget-wrap {
  padding: 10px;
}

.latest-updates-wrapper .latest-updates-widget-wrap>div {
  margin-bottom: 20px;
}

.latest-updates-wrapper .latest-updates-title h2 {
  font-family: Bison, sans-serif;
  font-size: 2.6em;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.2em;
  color: #fff;
  margin: 0;
}

.latest-updates-wrapper .latest-updates-subtitle p {
  color: #fff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}

.latest-updates-wrapper .latest-updates-subtitle {
  padding: 0em 9em 0em 0em;
}

.latest-updates-wrapper .latest-updates-form-container {
  padding: 0em 7em 0em 0em;
}

.latest-updates-wrapper .latest-updates-form .hs-input {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  font-family: "Bison", Sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  width: 100%;
  max-width: 100%;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease 0s;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  margin: 0;
}

.latest-updates-wrapper .latest-updates-form ::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}

.latest-updates-wrapper .latest-updates-form .hs-form-field {
  margin: 0;
}

.latest-updates-wrapper .latest-updates-form .hs-button {
  letter-spacing: 1px;
  margin-top: 10px;
}

.latest-updates-wrapper .latest-updates-form {
  margin-bottom: 0 !important;
}

.latest-updates-wrapper .latest-updates-form-container form {
  margin-bottom: 0;
}

@media (max-width: 767px){

  .latest-updates-wrapper {
    padding: 25px;
  }

  .latest-updates-wrapper .latest-updates-container {
    min-height: 400px;
  }

  .latest-updates-wrapper .latest-updates-title h2 {
    font-size: 60px;
  }
}

@media (max-width: 479px){
  .latest-updates-wrapper .latest-updates-subtitle {
    padding-right: 0;
  }

  .latest-updates-wrapper .latest-updates-form-container {
    padding: 0;
  }
}