/* contact.css */
.contact-intro {
    text-align: center;
    padding: 2rem 1rem;
    background-color: #e8f4fa;
}

.contact-intro img {
    width: 120px; /* Adjust as needed */
    height: 120px;
    margin-bottom: 0%;
    order: -1; /* Place image before the heading */
}

.contact ul {
    list-style: disc;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 1rem;
     max-width: 800px;
    margin: 20px auto;
}

.contact-intro h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.coming-soon {
    text-align: center;
    padding: 3rem 2rem;
}

.coming-soon h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #025790;
}

.other {
    text-align: center;
    padding: 2rem 1rem;
    background-color: #e8f4fa;
}

.other img {
    width: 120px; /* Adjust as needed */
    height: 191px;
    margin-bottom: 0%;
    order: -1; /* Place image before the heading */
}
