.pm-carousel-caption h1 {
    font-size: 1rem;
}

.hero-product-bullets__title {
    text-align: center;
}

.hero-product-bullets__text {
    text-align: center;
}

.hero-container {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 70vh;
}

.hero-image-section {
    flex: 1;
    min-height: 60vh;
    position: relative;
    overflow: hidden;
}

.hero-image-section picture,
.hero-image-section video,
.hero-image-section .embedded {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-carousel-caption {
    display: flex;
    position: unset;
    padding-left: 5%;
    max-width: 30%;
}

.caption-section {
    height: auto;
    width: 100%;
    background: linear-gradient(0deg, #00040A, #00040A 90%, rgba(0, 0, 0, .0001));
    padding-top: 50px;
    position: relative;
    margin-top: -5%;
}

.pm-carousel-caption h1 {
    text-align: left;
}

.pm-carousel-caption .hero-button-container {
    display: flex;
}

.hero-bullet-list-container {
    width: 100%;
    padding: 20px 50px;
}

.nim-logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 3;
}

@media only screen and (min-width: 1441px) {
    .caption-section {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .pm-carousel-caption {
        max-width: 30% !important;
        flex-shrink: 0;
    }

    .hero-bullet-list-container {
        flex: 1;
        padding: 0px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .pm-carousel-caption {
        max-width: 45%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .caption-section {
        height: auto;
        width: 100%;
        background: linear-gradient(0deg, #00040A, #00040A 90%, rgba(0, 0, 0, .0001));
        position: relative;
        margin-top: -10%;
    }

    .pm-carousel-caption {
        display: flex;
        position: unset;
        padding-left: 5%;
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    .hero-container {
        min-height: unset;
    }

    .hero-image-section {
        min-height: unset;
        height: auto;
        overflow: visible;
    }

    .hero-image-section picture {
        display: block;
        width: 100%;
        height: auto;
    }

    .hero-image-section img {
        width: 100%;
        height: auto;
        object-fit: unset;
        display: block;
    }

    .carousel-item {
        background-color: #00040A;
    }

    .hero-bullet-list-container {
        width: 100%;
        padding: 0px;
        padding-bottom: 25px;
    }

    .caption-section {
        height: auto;
        width: 100%;
        background: linear-gradient(0deg, #00040A, #00040A 95%, rgba(0, 0, 0, .0001));
        position: relative;
        margin-top: -10%;
    }

    .pm-carousel-caption {
        display: block;
        position: relative;
        right: unset;
        left: 0px;
        top: auto !important;
        padding: 5%;
        max-width: 100%;
    }

    .nim-logo {
        top: 1rem;
        right: 1rem;
    }
}
