.bottom-hero-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  
   @media (max-width: 480px) {
     text-align: start;
    }
}

.texts-bottom-hero {
  z-index: 1;
  position: relative;
  padding: 0;
  
   @media (max-width: 480px) {
     flex-direction: column;
     padding: 0 0.9375rem;
    }
}

.ctas-bottom-hero {
  display: flex;
  gap: 1.0625rem;
  justify-content: center;
  
   @media (max-width: 480px) {
     flex-direction: column;
    }
}

.bottom-hero-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  
   @media (max-width: 480px) {
     flex-direction: column;
     gap: 2.5rem;
    }
}

.column {
  max-width: 31.0625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.column-text {
  display: flex;
  flex-direction: column;
}

.column-text h2 {
  font-size: 1.25rem;
}

.column-text span {
  color: var(--tertiary);
  text-transform: uppercase;
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}

.column-text p {
  color: var(--primary);
  font-size: 0.9375rem;
}

.simulate-form {
  width: 100%;
  max-width: 34.875rem;
  height: fit-content;
  background-color: #F4F3F0;
  justify-content: flex-end;
}

.simulate-form > button[type="submit"] {
  font-weight: normal !important;
}


.divisor {
  width: 0.0625rem;;                        
  background-color: var(--body_color);  
  display: flex;
  
   @media (max-width: 480px) {
    width: 100%;
    height: 0.0625rem;
    padding: 0 1.25rem;
  }
  
   @media (min-width: 768px) and (max-width: 1200px) {
    margin: 0 1.25rem;
  }
 
}

.bottom-hero {
  background-color: var(--secondary);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bottom-hero-text p {
  font-size: 1rem;
  max-width: 54.5rem;
  color: var(--primary);
  
     @media (max-width: 480px) {
       max-width: 100%;
  }
  
}

.bg-image {
  height: 29,75rem;
  padding: 0 !important;
  z-index: 0;
  position: relative;
}

.gradient-bg-image {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.697115) 65.38%, rgba(255, 255, 255, 0.894832) 83.17%, #FFFFFF 100%);
  background-position: bottom;
);
  height: 28.4375rem;
  width: 100%;
}

.description-column {
   @media (max-width: 480px) {
    max-width: 100%;
  }
}



