/** Shopify CDN: Minification failed

Line 66:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
div.cert{
  padding: 30px 0;
}
#index-cert-row{
  display: flex;
  column-gap: 60px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#index-cert-row .cert-title {
  flex-basis: 20%;
}
#index-cert-row .cert-title .h4{
  color: #1C5D26;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
#index-cert-row .cert-title a:hover{
  text-decoration: underline;
}
#index-cert-row img{
  max-height: 95px; 
  height: 100%;
  width: 100%;
}
#index-cert-row .cert-tile-container{
  display: flex;
  column-gap: 60px;
  flex-wrap: nowrap;
  row-gap: 40px; 
}
#index-cert-row .cert-tile{
  align-self: center;
text-align: center;
}
@media only screen and (max-width: 768px){
  #index-cert-row{
      flex-direction: column;
      row-gap: 30px;
      column-gap: 20px;
  }
  #index-cert-row .cert-tile-container{
      column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
  #index-cert-row .cert-tile{
    flex-basis: 45%;
  }
h2{
    text-align: center;
  }