
.footer-h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.footer-mail{
    display: flex;
font-size: 16px;
gap: 0.5rem;
font-weight: 500;
line-height: 24px;
}

.logo-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 23.44px;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
}

.footer-dropdown {
    background: #F9F9F9;
    /* padding: 7px 14px; */
    border-radius: 35px;
    border: 1px solid #E5E5E5;
    margin-top: 10px !important;
    position: relative;
    width: 240px;
    .dropbtn{
            padding: 7px 14px;

    }
}

.footer-dropdown-arrow {
    position: absolute;
    right: 15px;
}
