
.slider-wrap {
    height: 100%;
    width: 100%;
}

.slider {
    position: relative;
    text-align: center;
    width: 100%;
}

.slider-item {
    width: 100%;
    max-width: 100%;
    padding: 15px 20px 15px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    opacity: 0;
    z-index: 0;
    box-shadow: 0 4px 9px #f1f1f4;
}

.slider-item, .col {
    width: 85%;
    justify-content: center;
}

.animation-card_image {
    max-width: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
    background-color: #ffffff;
}

.slider-wrap img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.animation-card_content {
    width: 100%;
    max-height: 55px;
    overflow: hidden;
    margin-left: 16px;
}

.animation-card_content_name {
    color: #4a4545;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.18px;
    line-height: 24px;
    margin: 0;
}

.animation-card_content_testimony {
    color: #696d74;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 24px;
    margin: 10px 0 0 0;
}

.animation-card_content_title {
    font-size: 11px;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #696d74;
}

div[class*="slider-item"][style*="z-index: 1"] {
    background-color: darkred;
}

    div[class*="slider-item"][style*="z-index: 1"] .animation-card_content {
        width: 100%;
        max-height: unset;
        overflow: unset;
        margin-left: 26px;
    }


    div[class*="slider-item"][style*="z-index: 1"] .animation-card_content_name {
        color: white;
        font-style: italic;
        font-size: 36px;
        font-weight: 600;
        letter-spacing: -.18px;
        line-height: 34px;
        margin: 0;
    }

    div[class*="slider-item"][style*="z-index: 1"] .animation-card_content_testimony {
        color: white;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 24px;
        margin: 10px 0 0 0;
    }

    div[class*="slider-item"][style*="z-index: 1"] .animation-card_content_title {
        font-size: 11px;
        margin: 10px 0 0 0;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: white;
    }

@media (min-width: 1195px) {

    .slider-item {
        width: 100%;
        max-width: 1400px;
        padding: 25px 20px 25px 30px;
    }

    .slider-item, .col {
        width: 100%;
    }

    .animation-card_content {
        width: 100%;
        max-height: 155px;
        margin-left: 26px;
    }

    div[class*="slider-item"][style*="z-index: 1"] .animation-card_content_name {
        line-height: 24px;
    }
}
