@media (max-width:576.98px) {
    section.logo img {
        width: 110px;
    }

    .thank-you-content {
        /* background-color: #07070766; */
        padding: 1rem;
    }

    .thank-you-content h6 {
        color: #0e8f0e;
    }

    .lead-content h4 {
        font-size: 15px;
        font-weight: 600;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 1.3;
        margin-bottom: 4px;
    }

    .heading h3 {
        font-size: 18px;
        text-transform: capitalize;
        line-height: 1.2;
    }

    button.accordion-button {
        padding: 10px 10px;
    }

    .treatment-box h1 {
        font-size: 21px;
        /* color: #0073ae; */
    }

    .thank-you-logo img {
        width: 100px;
    }

    input[type="radio"]+label {
        padding: 9px 18px;
    }

    .lead-form-wrapper {
        margin-top: 1px;
    }
}