.bg-about-header {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_about_header_sm.jpg);
    background-size: cover;
    background-position: center;
}

.bg-about-1 {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_about_1_sm.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-clip: content-box;
    overflow: hidden;
    z-index: 0;
}

.bg-about-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    padding-bottom: 10%;
    background: #fff;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    z-index: 1;
}

.bg-about-1 hr {
    border-color: #fff;
    width: 75%;
    border-width: 2px;
    margin: 2rem auto;
}

.bg-about-3 {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_about_3_sm.jpg);
    background-size: cover;
    background-position: center;
}

.about-stats {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    align-items: center;
}

.about-stats .stat {
    text-align: center;
    padding: 3vw 5vw;
}

.about-stats .stat+.stat:not(:last-child) {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb
}

.about-stats .stat .stat-title {
    font-size: clamp(1.5rem, 0.3rem + 3.3vw, 2.5rem);
    font-weight: 900;
    color: var(--mm-blue);
    margin: 0;
    line-height: 1;
}

.about-stats .stat p {
    margin: 0;
}

@media(max-width: 768px) {

    .img-nat {
        max-width: 300px;
        width: 100%;
    }
.about-stats .stat {
    padding: .4rem .7rem;
}

}


@media (min-width: 1200px) {

    .bg-about-header .h1,
    .bg-about-header .h2 {
        max-width: 16ch;
        text-wrap: initial;
    }

}