      .iti__selected-flag {
            z-index: 1000 !important;
        }

        .iti--separate-dial-code .iti__selected-flag {
            color: black !important;
        }
        .iti__country .iti__standard{
            color: black !important;

        }
        .iti__country{
            color: black !important;

        }

.header-logo__text {
    
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin: auto;
    -webkit-text-stroke: 1px #953762;
}
.footer-logo {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-logo__text {
    font-size: 24px;
}


@media (max-width: 768px) {
    .footer-logo__text {
        font-size: 21px;
    }
}