.video__banner--container {
    height: 100vh;
    background: #000;
}

.landing__page--video,
.fallback__banner--img {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    object-fit: cover
}

.secondary__section:nth-of-type(n + 1)>div>div.grid__container,
.secondary__section:nth-of-type(n + 2)>.grid__container {
    gap: 2rem;
}

/*Info section*/

.info .text__description--main {
    text-align: center;
}

.info .grid__container {
    padding-bottom: 0.75rem;
}

.info__icons {
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}

.info__icons--text {
    text-align: center;
    width: 100%;
    max-width: 300px;
    padding-top: .25rem;
}

.icon__styles--small {
    width: 100%;
    max-width: 6.25rem;
    aspect-ratio: 1;
    margin-inline: auto;
}

/*Framework Section*/




.framework__image {
    width: 100%;
    margin-inline: auto;
}



/*Customer Section*/

.customers.secondary__section {
    gap: 3.5rem;

}

.customers.secondary__section:nth-last-of-type(n-1)>div>div.grid__container {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-block: 1rem;

}

.logo__div {
    width: 100%;
    justify-content: center;
    overflow: hidden;
}



.customer__logo {
    max-width: 100%;
    width: auto;
    height: 4rem;
}

.customer__logo.square {
    width: 6rem;
    height: 6rem;
    aspect-ratio: 1;
    justify-self: center;

}

.customer__logo.rect {
    max-width: 100%;
    width: auto;
    height: 6rem;
}

.customer__logo.rect__logo-2 {
    max-width: 100%;
    width: auto;
    height: 5rem;

}

.curated__services--text {
    width: 90%;
    max-width: 37.5rem;
    margin: 0 auto;
    text-align: center;
}




@media(min-width:35rem) {

    .customers.secondary__section:nth-last-of-type(n-1)>div>div.grid__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: space-evenly;
        align-items: center;
        padding-block: 1rem;
    }

}

@media(max-width:40rem) {
    .customer__logo {
        height: 3rem;
    }

    .customer__logo.rect__logo-2 {

        height: 4rem;

    }
}

@media(min-width:40rem) {

    .secondary__section.info {
        gap: 2rem
    }


    .text__description--main {
        gap: 1rem
    }

}


@media(max-width:48rem) {
    .framework__image {
        max-width: 10rem;
    }

    .framework__text--div .section__title,
    .framework__text--div .text__description--main {
        text-align: center;
    }

    .logo__div {
        margin-block: 1rem;
    }
}



@media(min-width:48rem) {

    .secondary__section.info .grid__container {
        grid-template-columns: repeat(3, 1fr);
        place-content: center;
        place-items: center;
        text-align: center;
    }


    .secondary__section.bg__accent--black>div.grid__container {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }

    .framework__text--div .section__title,
    .framework__text--div .text__description--main {
        text-align: start;
    }

    .framework__image {
        max-width: 15rem;
    }

    .framework__text--div .text__description--main {
        width: 100%;
        max-width: 500px;

    }

    .framework__text--div .btn__container {
        justify-content: start;
        margin-inline: 0;
    }

    .customers.secondary__section:nth-last-of-type(n-1)>div>div.grid__container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-columns: 1fr 2fr 2fr 2fr;
        justify-content: space-around;
        align-items: center;

    }


}

@media(min-width:55rem) {

    .customers.secondary__section:nth-last-of-type(n-1)>div>div.grid__container {
        gap: 3rem;
    }

}