.section-as-heading {
    background-color: #F0F0F0;
    padding: 45px 0 55px;
}

.section-as-heading__container {
    padding: 0 16px;
}

.as-heading__title {
    text-align: center;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 30px;
    letter-spacing: 6px;
    line-height: 1.1;
    color: #000000;
    padding: 0;
    position: relative;
}

.as-heading__title::before {
    content: '?';
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 100px;
    line-height: 1;
    color: #000000;
    letter-spacing: 10px;
    display: block;
}

@media screen and (max-width: 767px) {
    .section-as-heading {
        padding: 16px 0;
    }

     .as-heading__title {
        font-size: 24px;
         letter-spacing: 3px;
    }

    .as-heading__title::before {
        font-size: 50px;
    }

    .as-heading__title br {
        display: none;
    }
}