.top-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.banner-left-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

.banner-right-group {
    display: flex;
    align-items: center;
}

.banner-img,
.banner-gif {
    height: 100px;
    width: auto;
}