.wp-block-columns .team-block {
  margin: 50px auto;
  padding: 0; }

.team-block {
  width: fit-content;
  margin: 50px auto;
  padding: 0 15px; }
  .team-block .image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden; }
    .team-block .image .image-inner {
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-size: cover;
      transition-duration: .2s; }
  .team-block .name {
    margin-top: 15px;
    font-size: 22px;
    color: #E74620;
    font-family: 'OpenSans-Bold'; }
  .team-block .label {
    font-size: 15px;
    color: #E74620;
    position: relative;
    font-style: italic;
    margin-bottom: 10px; }
    .team-block .label:before {
      content: '';
      width: 70px;
      height: 2px;
      background-color: #E74620;
      position: absolute;
      left: 0;
      bottom: -5px; }
  .team-block .job {
    font-size: 15px;
    font-family: 'OpenSans-Bold'; }
  .team-block:hover .image .image-inner {
    transform: scale(1.1); }
  @media screen and (max-width: 600px) {
    .team-block .image {
      margin: auto; }
    .team-block .name, .team-block .job {
      text-align: center; }
    .team-block .label {
      text-align: center; }
      .team-block .label:before {
        left: 50%;
        transform: translateX(-50%); } }

@media screen and (min-width: 600px) {
  .wp-block-columns .team-block {
    margin: 50px; }

  .team-block {
    padding: 0; } }

/*# sourceMappingURL=frontend.css.map */
