.rts-section-gap {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.contact-input {
    width: 100%;
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    font-size: 0.875rem;
    color: #111827;
    outline: none;
    transition: all 150ms ease-in-out;
    box-sizing: border-box;
}
.contact-input:focus {
    border-color: #16a34a;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.15);
}
@media (max-width: 640px) {
    section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}