﻿#convert_products .card {
    position: relative;
    width: calc(33.33% - 8px);
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0px 0px 16px 0px;
    cursor: pointer;
}

#convert_products .card .card__image-wrapper {
    height: 256px;
}

#convert_products .card .card__text-wrapper {
    box-sizing: border-box;
    padding: 16px;
}

#convert_products .cover-pop-up__card-list-wrapper {
    height: 680px;
    max-height: 90vh;
}
