body {
    overflow: hidden
}

.about-us-container {
    margin-bottom: 0;
    margin-top: 5.1875rem
}

.about-us-container .header {
    background-color: #1b3e5a;
    height: 24.375rem;
    width: 100%
}

.about-us-container .header h1 {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 700;
    padding-top: 4.125rem
}

.about-us-container .content {
    background-color: #fff;
    box-shadow: 0 0 .5625rem -.0625rem #00000070;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.3125rem;
    max-width: 100%;
    padding: 1.25rem 3.4375rem;
    position: relative;
    top: -15rem;
    white-space: pre-line;
    width: 68.75rem
}

.about-us-container .content h2 {
    color: #26316b;
    font-weight: 700
}

.about-us-container .content .contact {
    align-items: center;
    background-color: #e5513c;
    border-radius: 9.25rem;
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .25), 0 .125rem .0625rem rgba(0, 0, 0, .25);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    height: 2.375rem;
    justify-content: center;
    left: 0;
    letter-spacing: .03em;
    line-height: 1rem;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 9.25rem
}
