.page-hero-container {
    display: flex;
    width: 100%;
    padding-top: 160px;
    padding-right: 60px;

    justify-content: space-between;
    align-items: center;
    background: #0fba89;
}
.page-hero-img {
    width: 579px;
    height: 577px;
    flex-shrink: 0;
}
.page-hero-title-box {
    display: flex;
    width: 461px;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    flex-shrink: 0;
}
.page-hero-title-box p {
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: Cairo;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 174px; /* 116% */
}
.about-content-container {
    display: flex;
    padding: 60px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 60px;
    align-self: stretch;
    flex-wrap: wrap;
}
.about-content-text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
    flex: 1 0 0;
}
.about-content-text-box p:first-child {
    display: flex;
    height: 166px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #313131;
    text-align: right;
    font-family: Cairo;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.about-content-text-box p:nth-child(2) {
    color: #313131;
    text-align: right;
    font-family: Cairo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.about-content-text-box p:nth-child(2) span {
    color: #313131;
    font-family: Cairo;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.about-content-img {
    width: 50%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
}
.why-container {
    display: flex;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #f7b531;
}
.why-container {
    display: flex;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #f7b531;
}
.why-wrapper {
    display: flex;
    height: 332px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.message-box {
    display: flex;
    height: 330px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    flex: 1 0 0;
    border: 5px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);
}
.message-box p:first-child {
    align-self: stretch;
    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 46.875% */
}
.message-box p:nth-child(2) {
    align-self: stretch;
    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 156.25% */
}
.vision-box {
    display: flex;
    width: 30%;
    height: 330px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    border: 5px solid #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);
}
.vision-box p:first-child {
    align-self: stretch;
    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 46.875% */
}
.vision-box p:nth-child(2) {
    align-self: stretch;
    color: #fff;
    text-align: right;
    font-family: Cairo;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 53px; /* 165.625% */
}
.affiliate-container {
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: #155789;
}
.affiliate-container p:first-child {
    display: flex;
    height: 168px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: Cairo;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 174px; /* 174% */
}
.affiliate-container img {
    width: 600px;
    height: 164px;
    aspect-ratio: 150/41;
}
.affiliate-container p:last-child {
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px; /* 162.5% */
}
.end-page-cta-container {
    background: #0fba89;
}


@media only screen and (max-width: 768px) {
    .page-hero-container {
        margin-top: 120px;
        display: flex;
        padding: 40px 0px 0 0px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }
    .page-hero-img {
        width: 100%;
        height: auto;
        flex-shrink: 0;
    }
    .page-hero-title-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }
    .page-hero-title-box p {
        font-size: 80px;
        line-height: normal; /* 116% */
    }
    .about-content-container {
        display: flex;
        padding: 40px 32px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
    }
    .about-content-text-box {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 24px;
        align-self: stretch;
    }
    .about-content-text-box p:first-child {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #313131;
        text-align: right;
        font-family: Cairo;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: 100px;
    }

    .about-content-img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }
    .why-container {
        padding: 40px 32px;
    }
    .why-wrapper {
        height: auto;
        flex-direction: column-reverse;
    }
    .message-box {
        height: auto;
    }
    .message-box p:first-child {
        line-height: normal;
    }
    .message-box p:nth-child(2) {
        line-height: 50px;
    }
    .vision-box {
        width: 100%;
        height: auto;
    }
    .vision-box p:first-child {
        line-height: normal; /* 46.875% */
    }
    .affiliate-container {
        padding: 40px 32px;
    }
    .affiliate-container p:first-child {
        height: auto;
        font-size: 80px;
        line-height: 100px; /* 174% */
    }
    .affiliate-container img {
        width: 311px;
        height: 84.925px;
        aspect-ratio: 1/1;
    }
    .affiliate-container p:last-child {
        font-size: 20px;
        line-height: normal;
    }
}
