.Inner-pages img {
    max-width: 700px;
    width: 100%;
}
.Inner-pages.header .free-btn a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 25px;
    display: inline-flex;
    align-items: center;
    min-width: 140px;
    text-decoration: none;
    text-align: center;
    background-color: #e9142b;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border: 1px solid #e9142b;
    border-radius: 6px;
    width: max-content;
}
.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq{
 width:auto;
}
.Inner-pages .credit {
    background-color: #f4f7fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0px;
    font-weight: 500;
    width:max-content;
}

.credit p {
    font-weight: 400;
    color: #000;
}