.section-footer{
    height: calc(13vh + 8vw);
    background-color: #000;
}

.section-footer-portfolio{
    height: auto;
    background-color: #000;
    background-image: url("../../../assets/images/banner23.png");
    background-position-x: -56vw;
    background-position-y: 20vw;
    background-repeat: no-repeat;
}