/* ==========================================================================
        Swiper Logros Cursos Single
    ========================================================================== */

.swiper-logros {
    cursor: grab;
}

.swiper-logros:active {
    cursor: grabbing;
}

.swiper-logros .swiper-wrapper {
    overflow: visible !important;
}

.swiper-logros .swiper-slide {
    width: 380px;
    height: 520px;
    background-color: white;
    border-radius: 7px;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-logros .swiper-logros-name {
    padding: 20px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .swiper-logros .swiper-slide {
        width: 80vw;
        height: 450px;
    }

    .swiper-logros .swiper-logros-name {
        font-size: 20px;
    }
}