.iti {
    display: block !important;
}
.iti__flag-container:focus-within + input {
    border-color: #2271b1 !important;
}
.iti__country-list {
    margin: 0 !important;
}
@media screen and (max-width: 768px) {
    .iti--container {
        max-height: 50%;
        margin: 50% auto;
    }
}
