#fast-facts {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  color: white; }
  #fast-facts .overlay {
    background-color: black; }
  #fast-facts .fast-facts {
    margin: auto;
    display: flex;
    gap: 1em;
    align-items: center;
    width: 100%;
    justify-content: center; }
    @media (max-width: 768px) {
      #fast-facts .fast-facts {
        flex-direction: column;
        width: 90%; } }
    #fast-facts .fast-facts .fact {
      width: 33.33%;
      max-width: 300px;
      border: 2px solid white;
      padding: 2em;
      flex: 1;
      min-height: 200px; }
      @media (max-width: 768px) {
        #fast-facts .fast-facts .fact {
          width: 90%; } }
      #fast-facts .fast-facts .fact-stat {
        font-weight: bold;
        font-size: 32px;
        padding-bottom: 10px; }
      #fast-facts .fast-facts .fact-title {
        font-weight: 700;
        font-size: 20px; }
