.questions {
    background-color: #F5F5F6;
    padding-top: 90px;
    padding-bottom: 90px;
}

.questions .header {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: clamp(30px,5vw,48px);
    line-height: 48px;
    letter-spacing: 0px;
}

.questions .content {
    max-width: 800px;
    margin: 0 auto;
}
.main-header{
    background-color: black;
}
@media (max-width:992px) {
    .header-content{
    padding-top: 15px;
    padding-bottom: 15px;
}
}