.experts__rev_container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.experts__rev {
    flex: 1 1 48.5%;
}
.experts__rev > div:first-child {
    max-width: 124px;
}
