.page-hero-container {
    display: flex;
    width: 100%;
    padding-top: 160px;
    padding-right: 60px;
    justify-content: space-between;
    align-items: center;
    background: #155789;
}
.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% */
}
.pdf-container {
    display: flex;
    padding: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: #fff;
}
.pdf-container > p {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px; /* 162.5% */
}
.cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.single-card {
    display: flex;
    width: 418px;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border: 5px solid #313131;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 51, 0.08);
}
.single-card p {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: Cairo;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
}
.single-card img {
    width: 126px;
    height: 121.856px;
}
.single-card a:last-child {
    display: flex;
    padding: 13.676px 20.514px;
    justify-content: center;
    align-items: center;
    gap: 7.598px;
    align-self: stretch;
    background: #313131;
    color: #fff;
    font-family: Cairo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
}
.end-page-cta-container {
    background: #155789;
}
@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% */
    }
    .pdf-container {
        padding: 40px 32px;
    }
    .single-card {
        width: 100%;
    }
}
