.container {
    height: 230px;
}
.container .text.arena {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: white;
    z-index: 1;
    text-align: center;
}
.container .text.arena h1 {
    font-size: 42px;
    margin: 0;
}
.container .text.arena p {
    font-size: 18px;
    margin: 0;
}


.faq {
    padding: 30px 30px 70px 30px;
    margin-top: 130px;
    width: 95%;
    background-color: rgba(20,20,20,1);
    border-radius: 15px;
    color: #FFFF;
    box-sizing: border-box;
  }
  .faq .faq-heading {
    padding: 0;
    margin: 0 auto;
    height: auto;
    min-height: 0 !important;
  }
  .faq .small {
    margin-top: 30px;
    width: 100% !important;
    text-align: left !important;
    font-size: 16px;
    color: #FFF !important;
  }
  .faq .block {
    margin-top: 70px;
  }
  .faq h2 {
    margin-top: 30px;
    font-size: 52px;
  }
  .faq .over {
    padding: 0;
    margin-top: 0;
    border-bottom: solid rgba(150,150,150,1) 1px;
  }
  .faq .entry {
    display: flex;
    box-sizing: border-box;
    color: rgba(180,180,180,1);
    cursor: pointer;
  }
  .faq .over p {
    color: rgba(180,180,180,1);
    text-align: left;
  }
  .faq .over.active h2 {
    color: #FFFF !important;
  }
  .faq .over.active p {
    color: #FFFF !important;
  }
  .faq .over.active span {
    color: #FFFF !important;
  }
  .faq .over.active .number {
    color: #FFFF !important;
  }
  .faq .entry .number {
    position: relative;
    top: -9px;
    font-size: 14px;
    width: 20px;
    height: 50px;
    line-height: 40px;
    color: rgba(180,180,180,1);
    word-break: keep-all;
  }
  .faq .entry .text {
    margin-left: 10px;
    width: calc(100% - 60px);
    text-align: left;
    transition: all .3s;
  }
  .faq .entry .text h2 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    color: rgba(180,180,180,1);
    transition: all .3s;
  }
  .faq .entry .span {
    margin-top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    color: #FFFF;
    transition: all .3s;
    color: rgba(180,180,180,1);
    transition: all .3s;
  }
  .faq .entry .span span {
    line-height: 30px;
  }
  .faq .entry .span.span-active {
    transform: rotate(-180deg);
    background-color: var(--orange);
  }
  .faq .faq-text {
    padding-bottom: 0;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }
  .faq .faq-text.faq-active {
    padding: 10px 0 !important;
    max-height: none !important;
  }
  


@media screen and (min-width: 1200px) {
    .container {
        height: 800px;
    }
    .container .text.arena h1 {
        font-size: 92px;
    }
    .container .text.arena p {
        font-size: 18px;
        margin: 0;
    }
    

    .faq .heading-over {
        display: flex;
        align-items:baseline;
        justify-content: center;
    }
    .faq .wrapper {
        display: flex;
        width: 100%;
        max-width: 1600px;
    }
    .faq .faq-heading {
        position: sticky;
        top: 150px;
        width: 450px;
    }
    .faq h2 {
        font-size: 72px;
        user-select: none;
    }
    .faq .over {
        width: 100%;
        max-width: none;
        padding: 0;
        margin-top: 0;
        border-bottom: solid rgba(150,150,150,1) 1px;
    }
    .faq .entry .text {
        margin-left: 100px;
    }
    .faq .over.active h2 {
        color: #FFFF !important;
    }
    .faq .over.active p {
        color: #FFFF !important;
    }
    .faq .over.active span {
        color: #FFFF !important;
    }
    .faq .over.active .number {
        color: #FFFF !important;
    }
    .faq .entry .number {
        position: relative;
        top: 10px;
        font-size: 18px;
    }
    .faq .entry .text h2 {
        padding-top: 20px;
        font-size: 32px;
        padding-bottom: 30px;
    }
    .faq .entry .span {
        width: 50px;
        height: 50px;
    }
    .faq .entry .span span {
        line-height: 50px;
        font-size: 24px;
    }
    .faq .entry .span.span-active {
        transform: rotate(-180deg);
        background-color: var(--orange);
    }
    .faq .faq-text {
        padding-bottom: 0;
        overflow: hidden;
        max-height: 0;
        transition: all 0.3s ease-in-out;
        font-size: 20px;
        line-height: 1.7;
    }
    .faq .faq-text.faq-active {
        padding: 10px 0 !important;
        max-height: none !important;
    }

    .logos {
        margin-top: 70px;
    }
}