.sw24-achievement-card {
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    overflow: hidden;
    position: relative;
}

.sw24-achievement-card._disabled:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    opacity: 0.8;
}

.sw24-achievement-card__content {
    padding: 15px;
    display: flex;
}

.sw24-achievement-card__title {
    font-size: 24px;
    margin-bottom: 10px;
}

.sw24-achievement-card__col {
    flex: 1;
    overflow: hidden;
}

.sw24-achievement-card__col._img {
    margin-right: 15px;
    flex: unset;

}

.sw24-achievement-card__img._100 {
    width: 100px;
    height: 100px;
}

.sw24-achievement-card__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sw24-achievement-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sw24-achievement-card-mt-auto {
    margin-top: auto;
}

.sw24-achievement-card-mb-10 {
    margin-bottom: 10px;
}

.sw24-achievement-card-mr-10 {
    margin-right: 10px;
}
.sw24-achievement-card__date {
    color: #c2c2c2;
}

.sw24-achievement-card-title {
    display: flex;
    align-items: center;
}

.sw24-achievement-card-title__text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
    font-size: 20px;
    font-weight: bold;
}

.sw24-achievement-card-title__img {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    display: none;
}

@media screen and (max-width: 576px) {
    .sw24-achievement-card__content {
        flex-direction: column;
    }
    .sw24-achievement-card__col._img {
        margin-right: 0;
        justify-content: center;
        display: flex;
        margin-bottom: 10px;
    }

    .sw24-achievement-card-title__text {
        white-space: normal;
    }
    .sw24-achievement-card__title {
        margin-bottom: 10px;
    }

}
