.tcb-minifaq-module{
  width: 100%;
  position: relative;
  padding: 120px 0 30px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  background-color: var(--extra-light-gray);
}

.tcb-minifaq-module .faq_entry,
.tcb-minifaq-module .bottom {
  margin: 28px;
}

.tcb-minifaq-module .faq_entry h2 {
  margin-bottom: 10px;
}

.bottom_body {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.1em;
}
.bottom_body a, 
.bottom_body a:visited {
  color: var(--dark-gray); /* Not as intunitve that some links are links */
}

/* tablet - desktop */
@media screen and (min-width: 768px) {  
  .tcb-minifaq-module .faq_row {
    display: flex;
  }

  .tcb-minifaq-module .faq_entry {
    float: left;
    width: 33%;
    margin-left: 11%;
  }

  .tcb-minifaq-module .bottom {
    clear: both;
    display: flex;
    align-items: top;
    justify-content: center;
    margin-top: 75px;
  }

  .tcb-minifaq-module .bottom_image {
    display: inline-block;
    margin-right: 20px;
  }

  .tcb-minifaq-module .bottom_body {
    display: inline-block;
  }
}