/* Maui Frutas 1.3.3 — seção de formatos da página Frutas para Empresas. */

.maui-fp-section-title > p:last-child {
  margin-left:auto;
  margin-right:auto;
}

.maui-fp-format-grid {
  align-items:stretch;
}

.maui-fp-format {
  display:grid;
  grid-template-rows:auto 1fr;
  height:100%;
}

.maui-fp-format > img {
  display:block;
  width:100%;
  aspect-ratio:3 / 2;
  height:auto;
  object-fit:cover;
  object-position:center;
}

.maui-fp-format-copy {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  min-height:238px;
  padding:28px 26px 30px;
  text-align:left;
}

.maui-fp-format-copy h3 {
  margin:0;
  line-height:1.08;
  min-height:3.1em;
}

.maui-fp-format-copy .maui-fp-format-highlight {
  margin-top:14px;
  color:#235b3d;
  font-weight:800;
  line-height:1.42;
}

.maui-fp-format-copy > p:last-child {
  margin-top:10px;
  line-height:1.58;
}

@media(max-width:1120px) {
  .maui-fp-format-copy {
    min-height:218px;
  }

  .maui-fp-format-copy h3 {
    min-height:auto;
  }
}

@media(max-width:680px) {
  .maui-fp-section-title {
    text-align:left;
  }

  .maui-fp-section-title > p:last-child {
    margin-left:0;
    margin-right:0;
  }

  .maui-fp-format-copy {
    min-height:0;
    padding:25px 24px 28px;
  }

  .maui-fp-format-copy h3 {
    font-size:1.55rem;
  }

  .maui-fp-format > img {
    aspect-ratio:16 / 10;
  }
}
