.members_container{display:flex;flex-wrap:wrap;gap:40px 20px;justify-content:center;position:relative}.members_title{margin-bottom:40px;text-align:center}.members_item{display:flex;flex-direction:column;max-width:580px;padding:40px;width:calc(50% - 20px)}.members_item_img{margin:0 auto 30px;width:70%}.members_item_img img{aspect-ratio:1/1}.members_item_info{display:flex;flex:1;flex-direction:column}.members_item_position{color:#55929a;display:flex}.members_item_name,.members_item_text{margin-bottom:20px}@media only screen and (max-width:980px){.members_item{padding:20px}}@media only screen and (max-width:680px){.members_container{gap:5px}.members_item{width:100%}.members_title{margin-bottom:20px}.members_item_name{margin-bottom:10px}}