/*
 Theme Name:     MakeSpaceForArt
 Template:       Divi
*/
#main-footer {
    display: none !important;
}
h2 {
    font-weight: 700;
    font-size: 40px;
}
h3 {
    
}
a {
    text-decoration: underline;
}
ul li {
    line-height: 1.6em;
}
a.et_pb_button {
    text-decoration: none;
}
.supporters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 14px;
}
.support {
    background-color: #ddd;
    padding: 24px 16px;
    font-size: 22px;
    font-weight: bold;
    text-transform: lowercase;
    min-height: 140px;
    line-height: 1.3;
}

@media (min-width: 981px) {
.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 1%;
  }
  .et_pb_gutters2 .et_pb_column_1_6, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
      width: 16.1667%;
    }
}