.sizesContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.meetingSize{flex-basis:20%;padding:0 1.5%;align-self:stretch;margin-bottom:30px;background-color:white;box-shadow:-3px 4px 14px -2px rgba(0,0,0,0.1)}.meetingSize ul{list-style-type:square;line-height:150%}@media screen and (max-width:1100px){.sizesContainer{justify-content:center}.meetingSize{flex-basis:40%;padding:0 1.5%;margin:1% 2%;align-self:stretch;background-color:white;box-shadow:-3px 4px 14px -2px rgba(0,0,0,0.1)}}@media screen and (max-width:767px){.meetingSize{flex-basis:93%;padding:0 1.5%;margin:4% 2%;align-self:stretch;background-color:white;box-shadow:-3px 4px 14px -2px rgba(0,0,0,0.1)}.sizesTitle{text-align:center}}