.banner-portfolio {
    background: url('../images/img-background-banner.webp') no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-img-portfolio {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

@media(max-width: 576px) {
    .banner-img-portfolio {
        gap: 1rem;
    }

    .banner-img-portfolio img {
        height: 60px;
        width: auto;
    }
}