/*
Theme Name: Salient Child Theme
Author: Mohammed Al-Madhoun
Description: Your description goes here
Version: 1.0
Template: salient

This is the child theme for Salient theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.mzm-our-team-container .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
}

body:not(.compose-mode) .mzm-our-team-container .wpb_wrapper .team-member,
body.compose-mode .mzm-our-team-container .wpb_wrapper .vc_team_member {
    width: 100%;
}

@media (min-width: 690px) {
	body:not(.compose-mode) .mzm-our-team-container .wpb_wrapper .team-member,
	body.compose-mode .mzm-our-team-container .wpb_wrapper .vc_team_member {
	    width: calc(25% - 25px * 3 / 4);
	}
}

@media (min-width: 691px) and (max-width: 999px) {
	body:not(.compose-mode) .mzm-our-team-container .wpb_wrapper .team-member,
	body.compose-mode .mzm-our-team-container .wpb_wrapper .vc_team_member {
	    width: calc(50% - 25px / 2);
	}
}