
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 150px;
    align-self: stretch;
}

h3 {
    margin: 0;
}

p {
    margin: 0;
}

img {
    object-fit: cover;
}

section {
    display: flex;
    flex-direction: row;
}

.sections-side-margin {
    /*max-width: 1280px;*/
}

@media (max-width: 600px) {
    section {
        display: flex;
        flex-direction: column;
    }

    main {
        gap: 100px;
    }

}

/*who*/

.container-who {
    align-items: center;
    gap: 30px;
    /*max-width: 1280px;*/

}

.container-who h1 {
    flex: 1;
    width: 100%;
}


.container-who p {
    flex: 2;
    flex-shrink: 0;
}


/*what*/
.container-what {
    /*max-width: 1440px;*/


    justify-content: space-between;
    align-items: center;
    gap: 67px;
    margin-left: 0;

}

/* Wrapper controls dimensions */
.what-img-wrapper {
    flex: 6;
    height: 100%;
}

.what-img {
    width: 100%;
    height: 422px;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}

.container-what .what-description {
    flex: 4;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

@media (max-width: 600px) {

    .container-who {
        margin: 0 20px 0px 20px;
    }

    .container-what {

        margin: 0 20px;
    }

    .container-what {
        gap: 30px;
    }

    .container-what .what-description {
        gap: 30px;
    }
    .what-img-wrapper {
        order: 1;
    }


    .container-what img {
        width: 100%;
        aspect-ratio: 16/9;
        height: unset;
    }


    .container-what div {
        gap: 50px;
    }
    .container-what .button-large {
        width: 100%;
    }
}


/*how section*/

.container-how {
    /*max-width: 1280px;*/

    align-items: stretch;
    background-color: var(--Beige);
    border-radius: 10px;
    background: var(--Beige, #D9D7CB);
    display: flex;
    justify-content: space-between;


}


.container-how .left {
    display: flex;
    /*max-width: 530px;*/
    padding: 51px 42px;
    flex: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;


}

.container-how img {
    max-width: 350px;
    /*height: 471.7px;*/
}


@media (max-width: 1124px) {

    .container-how img {
        max-width: 280px;
        /*height: 471.7px;*/
        aspect-ratio: 16/9;
    }
}


.container-how .right {
    /*width: 400px;*/
    flex: 2;
    box-sizing: border-box;
    min-width: 235px;
    display: flex;
    flex-direction: column;
    padding: 51px 42px;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    gap: 10px;
}

.container-how .right div {
    display: flex;
    padding: 7px 0;
    justify-content: space-between;
    width: 100%;
    align-self: stretch;
    align-items: center;

    border-bottom: black 1px solid;
}

@media (max-width: 1024px) {
    .container-how {
        flex-direction: column;
    }

    .container-how img {
        max-width: 100%;
    }

    .container-how .left {
        max-width: 100%;
        padding: 21px 15px;
    }

    .container-how .right {
        padding: 21px 15px;
        width: 100%;

    }
}

/*action*/

.container-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 40px;
    max-width: 1920px;
}

.container-action h3 {
    /*max-width: 1280px;*/
    align-self: start;
}

.container-action div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;

}

.container-action div video {
    width: 100%;
    /*height: 534.893px;*/
    max-width: 1980px;
    aspect-ratio: 2/1;
    /*overflow: visible;*/
    object-fit: cover;
}

@media (max-width: 600px) {
    .container-action {
        padding: 0 0;
    }

    .container-action div video {
        max-width: 100vw;
        max-height: 56.25vw;

    }

    .container-action div {
        max-height: 56.25vw;

    }
}

/*why*/
.container-why {
    display: flex;
    max-width: 1440px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    width: stretch;
    padding-left: 64px;
}

.container-why .top {
    display: flex;
    align-items: flex-start;
    gap: 67px;
    align-self: stretch;
    justify-content: space-between;
}

.container-why .top p {
    max-width: 620px;
}

.container-why .bottom {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    gap: 40px;

}

.container-why .bottom div {
    display: flex;
    /*justify-content: space-between;*/
    gap: 40px;
}

.container-why .bottom ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-inline-start: 0;
}


.container-why .bottom li {
    display: flex;
    align-items: center;
    gap: 64px;
    height: 25px;
}


.container-why .bottom img {
    width: 100%;
    max-width: 620px;
    height: 292.494px;
    border-radius: 10px;
    align-self: end;
}

@media (max-width: 600px) {
    .container-why {
        gap: 30px;
        width: unset ;
        padding-left: 0;
    }


    .container-why .top {
        flex-direction: column;
        max-width: 100vw;
        gap: 30px;

    }

    .container-why .bottom {
        flex-direction: column;
        max-width: 100vw;
        gap: 30px;

    }
}


/*mission*/


.container-mission {
    display: flex;
    align-items: flex-end;
    gap: 67px;

}

.container-mission .left {
    display: flex;
    flex: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding-left: 64px;

}

.container-mission .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding-top: 20px;
    height: -webkit-fill-available;
    justify-content: space-between;
}

.container-mission .right a {
    max-width: 463px;

}


@media (max-width: 1000px) and (min-width: 600px) {
    .container-mission .right {
        width: 30%;
        flex: none;
    }

    .container-mission .right a {
        max-width: 100%;
    }
}





@media (max-width: 600px) {

    .container-mission {
        flex-direction: column;
        gap: 45px;

    }

    .container-mission .left {
        gap: 30px;
        padding-left: 0;
    }

    .container-mission .button-large{
        width: 100%;

    }

    .container-mission .right {
        text-align: right;
        gap: 20px;
        padding-top: 0;
        height: auto;
        justify-content: space-between;
    }


    }


/*.faq {*/
/*    margin: 0 80px;*/
/*    width: auto;*/
/*    max-width: 1280px;*/
/*}*/

/*@media (max-width: 900px) {*/
/*    .faq {*/
/*        margin: 0 20px;*/
/*        width: auto;*/
/*    }*/
/*}*/












