section.ch-block-leadership {display: flex;flex-wrap: wrap;justify-content: center;gap:50px;}
section.ch-block-leadership .ch-leader {max-width:330px;width:calc(100% - 0px);float:left;text-align:center}
section.ch-block-leadership .ch-leader:nth-child(n) {margin-bottom:30px;}
@media screen and (min-width: 768px) {
  section.ch-block-leadership .ch-leader {width:calc(50% - 25px);float:left}
  section.ch-block-leadership .ch-leader:nth-child(n) {margin-bottom:50px;}
}
@media screen and (min-width: 992px) {
  section.ch-block-leadership .ch-leader {width:calc(33.3333333333% - 46.6666666667px);float:left}
  section.ch-block-leadership .ch-leader:nth-child(n) {margin-bottom:70px;}
}

section.ch-block-leadership .ch-leader h3 {font-size:22px;font-size:1.375rem;font-weight:400;margin-bottom:10px}
section.ch-block-leadership .ch-leader h3 a {color:#002158;transition:all .2s ease;text-decoration:none}
section.ch-block-leadership .ch-leader h3 a:hover {color:#1D5FCF}
section.ch-block-leadership .ch-leader small {font-size:14px;font-size:.875rem;display:block;color:#577898;margin-bottom:20px}
section.ch-block-leadership .ch-leader-thumb {position:relative;margin-bottom:25px;width:100%;margin-left:auto;margin-right:auto}
section.ch-block-leadership .ch-leader-thumb::before {content:'';position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background-color:#F1AB00;}
section.ch-block-leadership .ch-leader-thumb a {display:block;position:relative;z-index:1;background-position:center;background-repeat:no-repeat;background-size:cover;}
section.ch-block-leadership .ch-leader-thumb a:before {content:'';float:left;padding-bottom:100%}
section.ch-block-leadership .ch-leader-thumb a:after {content:'';display:table;clear:both}
