.threeColumn.logos {
  padding: 80px 0;
}
.threeColumn.logos .multicol_intro{
  max-width:850px;
  margin:0 auto;
  font-size:18px;
  line-height:30px;
  margin-bottom:60px;
}
.threeColumn.logos .threeColumn__flex {
  display: flex;
  gap: 100px;
  justify-content: center;
}
.threeColumn.logos .threeColumn__item {
  text-align: center;
  flex: 0 1 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.threeColumn.logos .threeColumn__image{
  height:90px; 
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.threeColumn.logos .threeColumn__body {
  border-top: 1px solid #EAEAEA;
  color:#828587;
  line-height: 1.5;
  margin: 40px 0 0;
  font-family: "IBM Plex Sans", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size:18px;
  line-height:30px;
  padding-top:40px;
}

.threeColumn.logos .threeColumn__body sup {
  font-size: 0.8em;
}

@media (max-width: 1000px){
  .threeColumn.logos .threeColumn__flex {
    display:block;
  }
  .threeColumn.logos .threeColumn__item {
    max-width: 600px;
    width:90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
}