.meet-hero {
  padding: 80px 0;
}
.meet-hero.meet-hero--new{
 padding: 80px 0 0; 
}
.meet-hero__col:first-of-type {
  padding-right: calc(100% / 12);
}
.meet-hero__content{
  margin-bottom: 24px;
}
.meet-hero__content * {
  color: var(--color-black);
}
.meet-hero__content p, .meet-hero__content div, .meet-hero__content span{
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 180%;
  color:  hsla(0,0%,100%,.6);
}
.meet-hero__content > ul {
  list-style-type: none;
}
.meet-hero__content > ul > li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}
.meet-hero__content > ul ul {
  list-style-type: none;
  margin-top: 4px;
}
.meet-hero__content > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  transform: translateY(70%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://21987026.fs1.hubspotusercontent-na1.net/hubfs/21987026/UI/arrow_right_list.svg");
}
.meet-hero__content ul > ul {
  list-style-type: none;
}
.meet-hero__content ul ul li {
  position: relative;
}
.meet-hero__content ul ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: rgba(11, 25, 37, 0.8);
  border-radius: 50%;
  left: -12px;
  top: 13px;
}
.meet-hero__content li {
  font-size: 20px;
  line-height: 180%;
  color: #fff;
}
.meet-hero__content-wrapper {
}
.meet-hero__form-wrapper {
}
.meet-hero__title {
  color: #fff;
}
.meet-hero__subtitle{
  font-size: 24px;
  font-family: DM Sans,sans-serif;
  font-weight: 700;
  color: var(--color-brand-green) !important;
  margin: 0 0 24px;
}
.meet-hero__title-wrapper {
  margin-bottom: 24px;
}
.meet-hero__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.meet-hero--new .meet-hero__wrapper{
  grid-template-columns: 1.2fr 0.8fr;
}
.meet-hero__image-wrapper {
}
.meet-hero__image {
}
.meet-hero form {
  padding: 24px 48px 48px;
  background-color: #fff;
}
.meet-hero input,
.meet-hero select {
  padding: 8px 16px;
  width: 100%;
}
.meet-hero input::placeholder,
.meet-hero select option {
  color: #0b1925;
  opacity: 0.4;
}
.meet-hero label {
  font-size: 14px;
  color: #0b1925;
}
.meet-hero input[type="submit"] {
  background-color: var(--color-brand-green);
  width: 100%;
  border: 0;
  padding: 20px 28px 20px 24px;
  cursor: pointer;
  display: inline-table;
  position: relative;
  text-transform: uppercase;
}
.meet-hero input[type="sumbit"]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  margin: auto 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNSA2SDEyLjVNMTIuNSA2TDcuNSAxTTEyLjUgNkw3LjUgMTEiIHN0cm9rZT0iIzBCMTkyNSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hs-form-field {
  margin-bottom: 20px;
}
.hs-form-field span{
 display: inline-block;
 margin-bottom: 4px;
}

// button
.meet-hero .actions {
  padding: 20px 24px;
  background-color: #fff;
  cursor: pointer;
  display: inline-table;
  cursor: pointer;
  background-color: var(--color-brand-green);
}
.meet-hero .actions * {
  text-transform: uppercase;
}
.meet-hero .actions .hs-button{
  padding-right: 28px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
textarea{
 width: 100%;
  max-width: 100%;
  resize:vertical;
}
.form-title{
     background-color: #fff;
    font-family: DM Sans,sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 32px 48px 0;
    text-align: center; 
}
.display-desktop{
 display: block; 
}
.display-mobile{
 display: none; 
}
@media (max-width: 768px) {
  .meet-hero__image-wrapper{
    margin-top: 20px; 
  }
  .display-desktop{
    display: none; 
  }
  .display-mobile{
    display: block; 
  }
  .meet-hero__wrapper, .meet-hero--new .meet-hero__wrapper {
    display: flex;
    flex-direction: column-reverse;
    
  }
  .meet-hero__col:first-of-type {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
