.logo {
    width: 100%;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fefefe;
    width: 100%;
    height: 100%;
    min-height: 245px;
    padding: 1em;
    margin: 0;
    border-radius: 10px;
}
.item p {
    padding: 0;
    margin: 0;
}
.item img {
    max-width: 100%;
    height: auto;
    display: block;
}
.market {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
}
.textbottom {
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 18px;
    align-items: flex-end;
    justify-content: flex-end;
}
