Elements in 'Person' widgets in 'Team' section do not line up on mobile view

Hello all!

Site: Resist.management

Hey how can I make everything in the <p> tags line up with the rounded images? Tried using margin and padding to no avail and now resort to you guys.

Thanks and cheers!

Hey there,

I hope you are doing well.

You may use the following Custom CSS Code to accomplish this request.

Please navigate to Appearance > Customize > Additional CSS to paste the Custom CSS Code provided.

/* Mobile responsive support */  
@media (max-width:500px) { 
#team .section-content .person .person-content {
    width: calc(100%) !important;
  float:left !important  }
}

Please let me know if there are any more questions I may answer for you.

Regards,
Support