.hero__section {
    background-color: hsl(0, 0%, 0%);
    color: #ffffff;
    margin-top: 70px;
    padding: 2rem 0;
}
.hero__section .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
.hero__section .container div:nth-child(2) {
    max-width: 100%;
    width: 100%;
}
.hero__section .container div:nth-child(2) img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.hero__section h1 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 3rem;
}
.hero__section p {
    font-weight: 300;
    font-size: 0.875rem;
    padding: 1rem 0;
    line-height: 1.875rem;
}

/* strategic value section */
.strategic-value__section {
    padding: 2rem 0;
    background-color: #ffffff;
}

.strategic-value__section .container h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

.strategic-value__section .container h2 br {
    display: none;
}

.strategic-value__section .container p {
    font-size: 0.875rem;
    padding: 0.8rem 0;
    line-height: 1.5rem;
    font-weight: 300;
}
.strategic-value__section .container p span {
    display: block;
}
.strategic-value__section .container p span:nth-child(2) {
    padding-top: 2rem;
}
/* picture grid section */
.picture-grid__section {
    padding-top: 0.1rem;
}
.picture-grid__section .container {
    display: grid;
    grid-template-columns: 1fr;
}
.picture-grid__section .container div {
    overflow: hidden;
}
.picture-grid__section .container img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    background-color: #c6c6ce;
}

/* our mission section */
.our-mission__section {
    padding: 0 0;
    background-color: #f8f8f9;
}
.our-mission__section div > div:first-child {
    /* padding: 0; */
}
.our-mission__section .contain {
    padding: 2rem 1rem 0;
}
.our-mission__section > div h2,
.value-delivered__section .container div:nth-child(2) h2,
.purpose-and-precision__section .texts__section > .container h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

.purpose-and-precision__section .texts__section > .container h2 {
    line-height: 2.25rem;
}
.our-mission__section > div p,
.value-delivered__section .container div:nth-child(2) p,
.purpose-and-precision__section .texts__section > .container p {
    font-size: 0.875rem;
    padding: 0.8rem 0;
    line-height: 1.5rem;
    font-weight: 300;
}
.our-mission__section > div > div:nth-child(2) {
    background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/v1732792503/eben-rsm_qcsf7a.jpg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    background-size: cover;
}

/* value delivered section */
.value-delivered__section {
    background-color: #ffffff;
    padding: 2rem 0;
}
.value-delivered__section .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
}
.value-delivered__section .container div:first-child img {
    margin: 0 auto;
    height: auto;
    width: 100%;
    justify-self: center;
}
.value-delivered__section .container div:first-child {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

/* purpose and precision section */
.purpose-and-precision__section {
    background-color: #f8f8f9;
    padding: 2rem 0 3rem;
}
.purpose-and-precision__section .image-grids__section {
    padding: 2rem 0;
}
.purpose-and-precision__section .image-grids__section .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
.purpose-and-precision__section .image-grids__section .container > div div.eben {
    height: 250px;
    width: 100%;
    background-color: #c6c6ce;
    background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto:best,a_hflip/v1733305074/PXL_20240304_153848563_eb5lj8.jpg");
    background-position: center top 12%;
    background-repeat: no-repeat;
    min-height: 250px;
    background-size: cover;
}
.purpose-and-precision__section .image-grids__section .container > div div.victor {
    height: 250px;
    width: 100%;
    background-color: #c6c6ce;
    background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto:best/v1737463809/IMG_0130_yagmfw.jpg");
    background-position: center top 20%;
    background-repeat: no-repeat;
    min-height: 250px;
    background-size: cover;
}
.purpose-and-precision__section .image-grids__section .container > div div.matthew {
    height: 250px;
    width: 100%;
    background-color: #c6c6ce;
    background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto:best/v1734607716/Matthewbg_ftjdw3.jpg");
    background-position: center top 10%;
    background-repeat: no-repeat;
    min-height: 250px;
    background-size: cover;
}
.purpose-and-precision__section .image-grids__section .container > div div + p > a {
    text-decoration: none;
    color: var(--primary);
    font-weight: 500;
}
.purpose-and-precision__section .image-grids__section .container > div div + p {
    padding-top: 1rem;
}
.purpose-and-precision__section
    .image-grids__section
    .container
    > div
    div
    + p
    span:first-child {
    font-weight: 500;
}
.purpose-and-precision__section
    .image-grids__section
    .container
    > div
    div
    + p
    span:nth-of-type(2) {
    font-size: 0.675rem;
    font-weight: 300;
}
/* numbers section */
.numbers__section {
    background-color: #000000;
    color: #ffffff;
    padding: 3rem 0;
    /* padding: 5rem 0; */
}
.numbers__section .container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
}
.numbers__section .container > h2 {
    font-weight: 300;
    font-size: 1.9rem;
}
.numbers__section .container > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    /* gap: 5rem; */
}
.numbers__section .small-card > div:first-child svg {
    width: 40px;
    height: 40px;
}
.numbers__section .small-card {
    display: flex;
    align-items: center;
    gap: 10px;
}

.numbers__section .small-card div:nth-child(2) p {
    font-weight: 400;
    font-size: 1.2rem;
}
.numbers__section .small-card div:nth-child(2) h3 {
    font-weight: 300;
    font-size: 0.5rem;
}

@media (min-width: 375px) {
    /* numbers section */
    .numbers__section .container > div {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    /* picture grid */
    .picture-grid__section > div {
        padding-bottom: 3rem;
    }
}

@media (min-width: 600px) {
    /* picture grid */
    .picture-grid__section .container {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    /* purpose and precision */
    .purpose-and-precision__section .image-grids__section .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .our-mission__section > div h2,
    .value-delivered__section .container div:nth-child(2) h2,
    .purpose-and-precision__section .texts__section > .container h2 {
        font-size: 1.8rem;
    }
    /* hero section */
    .hero__section .container {
        flex-direction: column-reverse;
        align-items: center;
        justify-items: center;
        justify-content: space-between;
        padding: 4rem 2rem;
    }
    .hero_section_cta_wrapper > a {
        max-width: 19.75rem;
        margin: 0 auto;
    }
    .hero_section_cta_wrapper {
        display: flex;
        justify-content: center;
        padding-bottom: 2rem;
    }
    .numbers__section .container > div {
        grid-template-columns: repeat(4, 1fr);
    }
    /* picture grid section */
    .our-mission__section > div {
        display: flex;
    }
    .our-mission__section > div > div {
        flex: 1 0 50%;
    }
    .our-mission__section > div > div:first-child {
        padding: 2rem 2rem;
    }
}

/* @media (min-width: 768px) and (max-width: 1024px) {
    .value-delivered__section .container div:first-child img {
        scale: 0.8;
    }
} */

@media (min-width: 768px) {
    .hero__section .container div:nth-child(2) img {
        width: 100%;
        margin: 0 auto;
        object-fit: cover;
        aspect-ratio: 0;
    }

    /* strategic value section */
    .strategic-value__section {
        padding: 3.5rem 0;
    }
    .strategic-value__section .container h2 br {
        display: block;
    }
    .strategic-value__section .container {
        display: flex;
        gap: 2rem;
    }
    .strategic-value__section .container h2 {
        font-weight: 400;
        line-height: 3rem;
        font-size: 1.7rem;
    }
    .strategic-value__section .container p {
        line-height: 1.8rem;
        font-size: 0.9rem;
    }
    .strategic-value__section .container h2,
    .strategic-value__section .container p {
        flex-basis: 50%;
    }
    /* value delivered section */
    .value-delivered__section {
        padding: 3.5rem 0;
    }
    .value-delivered__section .container div {
        flex: 1 0 50%
    }
    .value-delivered__section .container {
        flex-direction: row;
    }
    .value-delivered__section .container div:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /* purpose and precision */
    .purpose-and-precision__section {
        padding: 3.5rem 0;
    }
    .purpose-and-precision__section .texts__section {
        padding-bottom: 3rem;
    }
    .purpose-and-precision__section .texts__section > .container h2 {
        line-height: 2.85rem;
    }
    .purpose-and-precision__section .texts__section > .container p {
        padding: 0;
    }
    .purpose-and-precision__section .texts__section .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    /* numbers section */
    .numbers__section .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .numbers__section .container > div {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .hero_section_cta_wrapper {
        display: block;
        padding-bottom: 0;
    }
    .hero__section {
        /*margin-top: 3.75rem;*/
        /*padding: 6rem 0;*/
    }
    .hero__section .container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 6rem;
        padding-bottom: 0;
    }
    .hero__section .container div {
        flex: 1 0 50%;
    }
    .hero__section .container div:nth-child(2) img {
        width: 100%;
        max-width: 450px;
        margin: 0 0 0 auto;
        aspect-ratio: 1/1;
    }
    .hero__section .container div:nth-child(2) {
        max-width: 500px;
        display: flex;
        /* min-height: 500px; */
    }
    .hero_section_cta_wrapper > a {
        cursor: pointer;
        min-width: 10rem;
        text-decoration: none;
        font-size: 0.875rem;
        text-align: center;
        flex-basis: 100%;
    }
    .hero_section_cta_wrapper {
        margin-top: 1.5rem;
    }
    .hero__section h1 {
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .hero__section p {
        font-weight: 300;
        font-size: 1rem;
        padding: 2rem 0;
        line-height: 1.875rem;
    }
    /* strategic value section */
    .strategic-value__section .container h2 {
        line-height: 4rem;
        font-size: 2rem;
    }
    .strategic-value__section .container p {
        line-height: 2.05rem;
        font-size: 1rem;
    }
    /* purpose and precision */
    .purpose-and-precision__section {
        padding: 5rem 0;
    }
    .purpose-and-precision__section .texts__section {
        padding-bottom: 4rem;
    }
    .purpose-and-precision__section .image-grids__section .container {
        grid-template-columns: repeat(3, 1fr);
    }
    /* value delivered section */
    .value-delivered__section .container div:first-child {
        flex: 1 0 50%;
    }
    /* picture grid */
    .picture-grid__section .container {
        grid-template-columns: 1fr 1fr 1fr;
        padding-bottom: 7rem;
    }
    /* numbers section */
    .numbers__section {
        padding: 5rem 0;
    }
    .numbers__section .container > div {
        gap: 3rem;
    }
    .numbers__section .small-card div:nth-child(2) p {
        font-weight: 400;
        font-size: 1.8rem;
    }
    .numbers__section .small-card div:nth-child(2) h3 {
        font-weight: 300;
        font-size: 0.875rem;
    }
    .numbers__section .small-card > div:first-child svg {
        width: 70px;
        height: 70px;
    }
    .numbers__section .container > h2 {
        font-size: 2.625rem;
        line-height: 3.75rem;
    }
    /* our mission section */
    .our-mission__section > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .our-mission__section > div > div:first-child .contain {
        width: 100%;
    }
    .our-mission__section > div > div:first-child .contain p {
        width: 80%;
        padding-top: 2rem;
    }
    .our-mission__section > div > div:first-child {
        padding: 5rem 2rem;
        max-width: 640px;
        margin: 0 0 0 auto;
    }
    .purpose-and-precision__section .image-grids__section .container > div div.eben,
    .purpose-and-precision__section .image-grids__section .container > div div.victor,
    .purpose-and-precision__section .image-grids__section .container > div div.matthew{
        height: 400px;
    }
}
@media (min-width: 1250px) {
    .strategic-value__section .container h2 {
        line-height: 4rem;
        font-size: 2.63rem;
    }
    .strategic-value__section .container p {
        line-height: 2.2rem;
        font-size: 1.1rem;
    }
}
