.result-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1060px;
}

#pagination-container > h2:nth-child(11) {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-26)/var(--unnamed-line-spacing-44) var(--unnamed-font-family-avenir-next);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-0c153c);
    text-align: left;
    font: normal normal bold 26px/44px Avenir Next;
    letter-spacing: 0px;
    color: #0C153C;
    opacity: 1;
}

/* Card part */
.card-block {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #4B6C9D41;
    border-radius: 20px;
    opacity: 1;
    width: 250px;
    height: 341px;
    margin-bottom: 20px;
}

div.card-block img {
    width: 226px;
    height: 316px;
    margin:auto
}

/* style card */
div.card-block img:nth-child(1) {
    margin-top: 12px;
    margin-left: 12px;
    position:absolute;
}

/* button */
/* div.card-block a img:nth-child(1) { */
div.card-block div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
    width: 14px;
    height: 14px;
}

.card-block-button-design {
    background-color: #191919;
    width: 36px;
    height: 36px;
    margin-top:11px;
    margin-left:11px;
    border-radius: 10px;
}

div.card-block div:nth-child(2) > div:nth-child(1) {
    width: 58px;
    height: 58px;
    position: relative;
    background-color: white;
    z-index: 1;
    border-radius: 10px;
    margin-bottom:0px;
    /*bottom:0;
    right:0;*/
}

div.card-block div:nth-child(2) {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    float:right;
}

/* title  */
#pagination-container > h2:nth-child(1) {
    text-align: left;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-26)/var(--unnamed-line-spacing-44) var(--unnamed-font-family-avenir-next-demi-bold);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-0c153c);
    text-align: left;
    letter-spacing: 0px;
    color: #0C153C;
    opacity: 1;
}

div.card-block div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    cursor: pointer;
}

/* BEGIN Popup Part */
.popup {
    max-width: 941px;
}

.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-content-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.popup-content-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup-content-population {
    height: 150px;
}


/* END Popup Part */


