.country-site-team__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(300px, 200px), 1fr));
}
