.logos-images > a {
    flex: 1;
    padding: 0 10px;
}

.logos-images img {
    max-height: 80px;
    object-fit: contain;
    width: 100%;
}

.swal2-container {
    z-index: 99999 !important;
}

@media screen and (max-width: 600px) {
    .swal2-toast {
        width: 90% !important;
        left: 5% !important;
        right: 5% !important;
    }
}