
.block-results-see-all {
    padding: 110px 0;
}

.block-results-see-all__title {
    margin-bottom: 23px !important;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    text-align: center;

    color: #000000;
}

.block-results-see-all__desc {
    margin-bottom: 42px !important;
    font-family: Roboto;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */

    text-align: center;
    color: #000000;
}

.block-results-see-all__desc em {
    margin: 0 10px;
    font-family: Rollerscript;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 134.19%;
    /* identical to box height, or 43px */

    text-align: center;
    color: #E2B29A;
}

.seeAllResults {
    display: flex;
    width: max-content;
    margin: 0 auto;
    padding-right: 22px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #2E333C;
    justify-content: center;
    background: url(../svg/vector-4.svg) no-repeat center right;
}

.seeAllResults:hover,
.seeAllResults:focus {
    color: #2E333C;
    background: transparent url(../svg/vector-4.svg) no-repeat center right;
}

.seeAllResults.open {
    color: #2E333C;
    margin-top: 16px;
    background: transparent url(../svg/vectoropen.svg) no-repeat center right;
}

.seeAllResults.open:hover {
    background: transparent url(../svg/vectoropen.svg) no-repeat center right;
}


.results__see_all__list {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 47px;
    width: calc(100% - 94px);
    transition: all ease-in-out .5s;
}

.results__see_all__list.open {
    display: flex;
}

.results__see_all__list .item {
    margin: 0 13px 34px;
    flex: 1 0 20%;
    flex-basis: 243px;
    max-width: 243px;
    /* width: calc(100% / 4); */
}

.results__see_all__list .item .item__thumbnail {

}

.results__see_all__list .item .item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
    padding: 6px;
    background: #2E333C;
    font-family: Minion Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #E2B29A;
}


@media (max-width: 767px) {
    .results__see_all__list {
        justify-content: center;
    }

    .d-none-xs {
        display: none;
    }
}