 span.section-tag {
     font-size: 28px;
     font-weight: 600;
 }

 h2.section-title {
     margin-top: 12px;
 }

 .section-header {
     margin-bottom: 32px;
 }

 .tabs a {
     white-space: nowrap;
 }

 .hero-title {
     font-size: 34px;
     font-weight: 500;
     margin-bottom: 6px;
 }

 .hero-content {
     padding: 0px 18px;
 }

 .input_wrapper {
     display: flex;
     flex-direction: column;
     gap: 12px;
     margin: 0px 0px 16px 0px;
 }

.input_wrapper input {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #8080804a;
    
}

.input_wrapper div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sub_outer {
    margin-bottom: 8px;
}

 
 