.flex {
    display: flex;
    /*justify-content: start;*/
    flex-wrap: wrap;
    /*width: 857px;*/
}

.flex .flex-div {
    width: 195px;
    height: 308px;
    margin-left: 11px;
    margin-right: 8px;
    margin-bottom: 20px;
}

.flex .flex-div .flex-img {
    width: 195px;
    height: 258px;
}

.flex .flex-div .flex-title {
    text-align: center;
    line-height: 50px;
    width: 195px;
    height: 50px;
    background-color: #0858a3;
    color: #fff;
}

.flex .flex-div .flex-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}