.footer-04 p {
    color: white !important;
}


.brand-text img {
            max-width: 100%;
            height: auto;
            max-height: 50px; /* You can adjust this value based on your preference */
            display: block;
            margin: 0 auto;
        }

.form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    /* min-height: 200px; */
    resize: vertical;
}

.container {
    /* padding: 2rem 0; */
}