#homemainbg {
    display: block;
    background-position: 80% 50%;
    background-image: url("../img/kv-prd-spacefood.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

table.ics tr, table.ics th, table.ics td {
    background-color: #fff1cf;
}
table.icn tr, table.icn th, table.icn td {
    background-color: #dacfda;
}
table.icm tr, table.icm th, table.icm td {
    background-color: #d8e4df;
}
figure {
    position:relative;
}
figure img {
    width: 100%;
    vertical-align: top;
}
figure.topcaption figcaption, .topcaption figure figcaption {
    position: absolute;
    left:0;
    top:0;
    padding: 10px 1rem;
    color:#fff;
    background-color: rgba(84,63,50,0.6);
}
figure.bottomcaption figcaption, .bottomcaption figure figcaption {
    position: absolute;
    left:0;
    bottom:0;
    padding: 10px 1rem;
    color:#fff;
    background-color: rgba(84,63,50,0.6);
}
.dlcard {
    display: grid;
    align-items: stretch;
    border-radius: 0 0 0 16px;
    background-color: #ddd9d6;
    border: 6px solid #ddd9d6;
    margin-bottom: 30px;
}
.faqcard {
    display: grid;
    align-items: stretch;
}
.faqcardimg {
    display: grid;
    align-items: center;
}
.grid-vc {
  display: grid;
  justify-items: center;
  align-items: center;
}
.od1 {order: 1;}
.od2 {order: 2;}
.od3 {order: 3;}
.od4 {order: 4;}
.od5 {order: 5;}
.od6 {order: 6;}
.od7 {order: 7;}
.od8 {order: 8;}

.icsimg {
    width: 33%;
    grid-column: subgrid;
}
.icsexp {
    width: 67%;
    grid-column: subgrid;
}
.icssup {
    display: grid;
    grid-column: subgrid;
    column-count: span9;
}
ul.text-list {
    margin-left: 2rem;
}
ul.text-list li {
  font-size: clamp(1rem, 0.833rem + 0.556vi, 1.25rem);
  line-height: clamp(1.125rem, 0.875rem + 0.833vi, 1.5rem);  
}
.accordion-title { 
  font-size: clamp(1rem, 0.733rem + 1.111vi, 1.4rem);
  padding: 15px;
  cursor: pointer;
  transition: background 0.2s;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #152732;
  background: #eee;
}
.accordion-title::before {
  content: url("../img/chevron-up-solid.svg");
  margin-right: 10px;
  font-size: 12px;
  width: 17px;
  height: 17px;
  line-height: 15px;
  text-align: center;
  text-rendering: auto;
  border-radius: 17px;
  display: inline-block;
  color: #fff;
  background-color: #fff;
  position: relative;
  top: -1px;
  border: 2px solid #fff;
  transform: rotate(0deg);
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.active-accordion-section > .accordion-title::before {
  transform: rotate(180deg);
}
@media screen and (max-width:1140px) {
    .od1 {order: 1;}
    .od2 {order: 5;}
    .od3 {order: 2;}
    .od4 {order: 3;}
    .od5 {order: 4;}
}
