.card-latest-deals {
    flex: 0 0 350px;
    margin: 1%;
    margin-bottom: 20px;
    max-width: 350px;
}

.card-latest-deals .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-latest-deals .card-body {
    padding: 1rem;
}

.card-latest-deals .card-footer {
    padding: 1rem;
}

.card-latest-deals .ellipse {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ea4b2c;
}

.card-latest-deals .ellipse p {
    font-family: Gilroy;
    font-weight: 400;
    color: white;
    font-size: 17pt;
    text-transform: uppercase;
    line-height: 20pt;
    margin-top: -9px;
}

.card-latest-deals .ellipse p span {
    font-family: Gilroy;
    font-weight: 700;
}

.card-latest-deals .card-body .type-centre {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 11pt;
    color: white;
    margin-top: -65px;
    text-transform: uppercase;
}

.card-latest-deals .card-body h3 {
    font-family: Proxima Nova;
    font-weight: 700;
    font-size: 13pt;
    color: #131517;
    margin-top: 2.5rem;
}

.card-latest-deals .card-body p.place {
    font-weight: 400;
    font-size: 9pt;
    text-transform: uppercase;
    display: inline-block;
    color: #767676;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-latest-deals .card-footer p {
    margin-bottom: 0;
    font-size: 10pt;
    color: #898e94;
    line-height: 1;
}

.card-latest-deals .card-footer span {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 18pt;
    color: #ea4b2c;
}

.card-latest-deals .card-footer button {
    padding: 7px 20px !important;
}