﻿.img-container {
    background-image: url("../images/outsourcingFondo.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: auto;
    height: 50vh;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
    .img-container h1 {
        font-weight: 500;
    }

.imgFinance {
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-header {
    z-index: 2;
}
