.wrapper-cc{
    margin: auto;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-cc{
    width: 100%;
    height: 90vh;
    background: url(../images/Stock/quality\ control.jpg);
    background: -webkit-linear-gradient(to right, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.795)), url(../images/Stock/quality\ control.jpg);
    background: linear-gradient(to right, hsla(0, 0%, 12%, 0.671), hsla(0, 0%, 11%, 0.705)), url(../images/Stock/quality\ control.jpg);
    background-size: cover;
    align-items: center;
}

.wrapper-cc h2{
    /* margin-bottom: 5vh; */
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 5rem;
    color: white;
    font-weight: 500;
}

.wrapper-cc h3{
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3rem;
    color: rgba(187, 187, 187, 0.922);
    font-weight: 500;
    margin-top: 9vh;
}

.wrapper-cc a{
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 25vh;
}