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

.bg-main-1 {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_main_1.jpg);
    background-size: cover;
    background-position: center;
}

.bg-main-2 {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_main_2.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: var(--mm-dark-blue);
    color: #fff;
}

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

.bg-main-4 {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_main_4.jpg);
    background-size: cover;
    background-position: center;
}

.bg-main-5 {
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_main_5.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    border-top: 2px solid #fff;
}

.bg-main-triangle {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10%;
    background: #fff;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: 1;
    border-top: 2px solid #fff;
}

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

.bg-main-5 .container {
    position: relative;
    z-index: 1;
}

.people-counter {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.people-counter div:first-child,
.people-counter div:last-child {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.people-counter div:first-child::before,
.people-counter div:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 105%;
    width: 9999%;
    height: 1px;
    background: #fff;
}

.people-counter div:first-child::after,
.people-counter div:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 105%;
    width: 9999%;
    height: 1px;
    background: #fff;
}

.ppc {
    line-height: 1;
}

.ppc i {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: clamp(1rem, 1.2rem + 3vw, 2.8rem);
    margin-right: .125em;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    /* padding: 0.5em 0.1em; */
    border-radius: .4rem;
    border: 1px solid #fff;
    font-style: normal;
    font-weight: 700;
    width: 1.1em;
    height: 1.5em;
    padding-top: .6em;
    line-height: 0.3em !important;
}

.ppc span {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    margin-top: .2rem;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    margin-left: -.2rem;
}


.img-growth img {
    max-width: 200px;
    width: 100%;
}

.carousel-item .bg-white {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .bg-main-2 {
        background-size: auto 75%;
    }

    p.w-75 {
        width: 100% !important;
    }

    #mm-main .testimonial-1 img,
    #mm-main .testimonial-2 img,
    #mm-main .testimonial-3 img {
        max-height: 200px;
    }
}

@media (max-width: 767.98px) {}

@media (min-width: 1200px) {

    #mm-main .testimonial-1,
    #mm-main .testimonial-2,
    #mm-main .testimonial-3 {
        margin-top: 3rem;
    }

    #mm-main .testimonial-1 img,
    #mm-main .testimonial-2 img,
    #mm-main .testimonial-3 img {
        overflow: visible;
        position: absolute;
        z-index: 4;
        bottom: 0;
        right: 10%;
        max-width: 270px;
        width: 100%;
    }

}
@media (min-width: 1400px) {

    #mm-main .testimonial-1 img,
    #mm-main .testimonial-2 img,
    #mm-main .testimonial-3 img {
        bottom: initial;
        top: 0;
    }

}