/**
* Theme Name: Uptime Child
* Description: This is a child theme of Uptime, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com/">Tom Rhodes</a>
* Template: uptime
* Version: 1.1.3
*/

@media (min-width: 767px) {
  .team-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
  }
}



@media (min-width: 767px){
  section.equal-height .card {
    height: 98%;
  }

  section.equal-height div.elementor-widget-wrap > div {
    display: flex;
    height: 100%;
  }
}

