.about_header_section {
    background-color: var(--background-blue);
    display: block;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15%;
    padding-right: 15%;
}

.about_header_content {
    display: block;
    justify-content: center;
    align-items: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
}

.about_logo {
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 10px;
}

.about_header_section h1 {
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-align: center;
    margin-bottom: 12px;
}

.about_team_image {
    display: block;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    object-fit: scale-down;
    margin-bottom: 5px;
}

.about_header_section h2 {
    display: block;
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-align: center;
}

.about_body_section {
    FONT-VARIANT: JIS04;
    width: 924px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 40px;
}

.about_body_section p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--black-text);
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
}

.about_contact_section {
    background-color: var(--background-blue);
    display: block;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding-top: 40px;
    padding-bottom: 30px;
}

.about_contact_text {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}

.about_button_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_contact_button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 1077px) {
    .about_header_section h2 {
        width: 95%;
        text-align: center;
        font-size: 25px;
    }

    .about_body_section {
        width: 85%;
    }

    .about_body_section p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    
    .about_header_section {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .about_team_image {
        width: 100%;
        padding-bottom: 10px;
    }

    .about_body_section {
        width: 85%;
    }

    .about_body_section p {
        font-size: 16px;
    }
}

@media (max-width: 871px) {
    .about_header_section h2 {
        text-align: left;
    }
}