.testimonal {
    margin-top: 1.5rem;
}

.testimonal .container h4 {
    font-size: 2.5rem;
    text-align: center;
}


.testimonal .container swiper-container {
    height: 100%;
    display: block;
    margin: 1rem 0rem;
}

.testimonal .container swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 2.5rem;
    box-sizing: border-box;
}

.testimonal .container .card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.testimonal .container .card a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.3rem;
    text-decoration: none;
    color: black;
}

.testimonal .container .card a .logo-youtube {
    color: red;
}

/* Position pagination bullets at bottom */
.swiper-pagination {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    text-align: center;
}

/* Optional styling for bullets */
.swiper-pagination-bullet {
    background: #aaa;
    opacity: 1;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #007bff;
}

@media only screen and (max-width: 513px) {

    .testimonal .container h4 {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .testimonal .container .card {
        height: 26rem;
    }
}