.box-faqs{
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.box-faqs__number {
    width: 35px;
}

.box-faqs__number span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ff8a00;
    width: 35px;
    height: 30px;
    border-radius: 10px;
    background: #f3f3f3;
}

.box-faqs__title {
    font-family: Gotham, sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #111423;
    margin: 4px 0 12px 0;
}

.box-faqs__content p {
    margin: 0 0 10px 0;
    font-family: Gotham, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #111423;
    line-height: 19px;
}




@media(max-width: 767px) {

}