.container {
    position: relative;
    font-family: "Public sans", sans-serif;
    background: none;
    border: 1px solid #e8e8e8;
    outline: none;
    height: 180px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.heading {
    font-size: 14px;
    font-weight: 500;
}
.number {
    font-size: 24px;
    margin-top: 10px;
}
.more {
    position: absolute;
    bottom: 10px;
    right: 25px;
    display: flex;
    align-items: center;
    opacity: 0.9;
}
.more p {
    font-size: 11px;
    font-weight: 500;
    margin-right: 5px;
}
