@charset "utf-8";

main {
    display: block;
    overflow: hidden;
}


.header__inner--about {
    margin: min(2.688%, 2rem) 2.1905% min(2.688%, 3.5em) 2%;
}

.mvContainer--about {
    padding-top: 0;
    position: relative;
}

.mv__parallax--graAbo {
    background: rgb(0,70,140);
    background: linear-gradient(90deg, rgba(0,70,140,0) 0%, rgba(0,70,140,0) 0%);
}

.mv__title {
    position: absolute;
    font-size: 4.6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
}



.customField {
    background-color:#f2f2f2;
    width: 77.28%;
    margin: 0 auto 12.273%;
    padding: 3rem 2.5rem;
    border-collapse: inherit;
}

.customField__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customField__title {
    color: #00468c;
}

.customField__text {
    text-align: center;
}
