.endorsemen{
    display: block;
}

.endorsemen img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


.endorsemen02 img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
span.endorsementext {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.title p {
    text-align: center;
    color: #ffa017;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: -8px;
}

.endorsemen-s-ttile {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 20px;
    margin-top: 20px;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffa017;
}


@media (min-width: 992px){
    .product {
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .indexmovie img {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 65%;
        margin-top: 40px;
        margin-bottom: 100px;
    }    

    .product.container {
        margin-bottom: 25px;
    }
}
