/* cards_hub.css */
.hub_container
{width:100%;
min-height:300px;
max-width:1400px;
max-height:700px;
position:relative;
float:left;
clear:both}

.marketing-hub-container3
{width:31.2%;
float:left;
display:flex;
margin:10px 10px 20px;
padding:40px 24px 36px;
border-radius:8px;
box-sizing: border-box; 
flex: 1 1 0; 
flex-direction: column; 
gap: 19px;  
align-items: stretch;  
justify-content: center;  
background: white; 
box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.08)
}
