*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container4{
    width: 75%;
    margin: auto;
    background-color: hsl(220, 100%, 97%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

.container4 .swiper{
    width: 100%;
    height: fit-content;
}
.container4 .swiper-slide img{
    width: 100%;
}

.container4 .swiper .swiper-button-prev, .container4 .swiper .swiper-button-next {
    display: none;
}
.container4 .swiper .swiper-pagination-bullet-active{
    background: white;

}
.testimoni_h1{
    text-align: center;
    font-weight: 600;
    position: relative;
    color: rgb(117,30,30);
}
.testimoni_h6{
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}