/* ABOUT - HEADER */
.about-header {
    width: 100%;
    height: 500px;
    position: relative;
    user-select: none;
}

.about-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.about-hero-overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(2px) brightness(50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    color: white;
    box-shadow: inset 0px 0px 12px -4px black;
    z-index: 2;
}

.about-hero-content {
    margin-left: 5%;
}

.about-hero-content h2 {
    font-size: 2.5rem;
    margin: 0 0 10px 0;
}

.about-hero-content .blue-line {
    margin: 0 0 10px 0;
}

.about-hero-content .custom-button {
    font-size: 1.25rem;
}

/* ABOUT - GAP */
.about-gap {
    width: 80%;
    height: 100px;
    background-color: var(--main-blue-darker);
    position: absolute;
    z-index: 3;
    top: calc(100% - 50px);
    left: 10%;
    border-radius: 200px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
    text-align: center;
    min-width: fit-content;
}

.about-gap img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.about-gap p {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
}

/* ABOUT - FAMILY */
.about-family {
    width: 100%;
    padding: 150px 0px 100px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.about-family img {
    width: 600px;
    height: 400px;
    object-fit: cover;
    max-width: 90vw;
}

.about-content {
    width: 600px;
    max-width: 90vw;
}

.about-content .blue-line {
    margin-left: 0;
}

/* About - faith */
.about-faith {
    width: 100%;
    padding: 50px 0px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-faith h2, .about-faith p {
    width: 800px;
    max-width: 90vw;
}

.about-faith img {
    width: 1200px;
    max-width: 80vw;
}

/* ABOUT - INTEGRITY */
.about-integrity {
    padding: 50px 0px 150px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
    row-gap: 30px;
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 80% 90%, 75% 95%, 25% 95%, 20% 90%, 0% 90%);
}

.about-integrity h3 {
    margin: 0 0 10px 0;
}

.about-integrity .blue-line {
    margin: 0 0 10px 0;
}

.about-integrity iframe {
    max-width: 90vw;
}

.about-integrity-content {
    width: 800px;
    max-width: 90vw;
}

.about-integrity-wrap {
    background-color: #f9f9f9;
}

/* ABOUT - GIVING */
.about-giving {
    background-color: #f9f9f9;
    padding: 100px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    row-gap: 30px;
}

.about-giving-image-wrap {
    width: 300px;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    max-width: 90vw;
}

.about-giving-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-giving-content {
    background-color: var(--main-blue-darker);
    padding: 30px 40px;
    color: white;
    box-sizing: border-box;
    border-radius: 5px;
    width: 600px;
    max-width: 90vw;

}

.about-giving-content h3 {
    margin: 0 0 10px 0;
}

.about-giving-content .blue-line {
    margin: 0 0 10px 0;
    background-color: white;
}