.banner-wrap {
    width: 90%;
    max-width: 816px;
    margin-inline: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.banner-wrap a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.banner-wrap a img {
    transition: transform 0.3s ease;
}
.banner-wrap a img:hover img {
  transform: scale(1.1); /* Šg‘å */
}