.banner.section {
    height: 80vh;
}

.section .wrapper {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.section .wrapper .item {
    flex: 1 0 20%;
}

.section .wrapper .item img {
    max-width: 400px;
}