.works__item__card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: 60px 0;
    background: #2d2d2d;
}

.works__item__img__wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.works__item__img {
    height: auto;
    /*max-height: 360px;*/
    width: 100%;
}

.works__item__info {
    padding: 15px 50px;
    width: 50%;
    height: 310px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.works__item__info_left {
    padding: 10px 50px 10px 10px;
    text-align: right;
    align-items: flex-end;
}

.works__item__type {
    color: #009688;
    margin: 0;
}

.works__item__title {
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 15px 0;
}

.works__item__description {
    opacity: .75;
}
