.wrapper, #container {
    height: auto;
}


.aboutHeader {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.aboutHeaderBlock {
    margin: 20px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutHeaderBlock h1 {
    font-size: 2rem;
    color: white;
    text-transform: uppercase;
}

.aboutHeaderBlock p {
    font-size: 1.6rem;
    color: white;
    text-align: center;
    line-height: 40px;
}

.aboutHeaderBlock p span {
    font-weight: bold;
}

.AC_blockVideo {
    width: 40%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AC_block80 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.AC_block80 img {
    height: 100%;
    width: auto;
}

.AC_blockTxt {
    width: 60%;
    padding: 0 0 0 10vw;
}

.AC_blockTxt p {
    font-size: 1rem;
    line-height: 24px;
}


/* -------------------------------------------- */
