    p, h2 {
        margin-bottom: 10px;
    }
    .chargeback-banner {
        background:
            linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
            url(https://reitingbrokerov.com/wp-content/themes/BrokerRatings/images/companies_template/chargeback-main_banner.png) no-repeat;
        background-size: cover;
        display: flex;
        justify-content: space-evenly;
        color: white;
        padding: 30px;
    }

    .chargeback-form {
        background: white;
        padding: 20px;
    }

    .chargeback-form input {
        border-radius: 8px;
        border: 1px solid #038841;
    }

    .chargeback-form .consult-form {
        display: flex;
        flex-direction: column;
    }

    #green-span {
        color: #038841;
    }

    .chargeback-banner__left-text,
    .chargeback-form {
        max-width: 33%;
    }

    .chargeback-banner__left-text h1 {
        line-height: 1.7;
        font-size: 32px;
        margin-bottom: 15px;
    }

    .chargeback-banner__left-text p  {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .where-chargeback {
        width: 85%;
        margin: 30px auto;
    }

    .where-chargeback__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 15px;
    }


    .where-chargeback__item {
        flex: 1 1 calc(33.33% - 25px);
        padding: 20px;
        border: 1px solid #DEE2E6;
        border-radius: 8px;
    }

    .where-chargeback__heading {
        display: flex;
        align-items: center;
    }

    .where-chargeback__heading p {
        padding: 20px;
    }

    .where-heading {
        font-size: 30px;
        font-weight: bold;
    }

    .where-chargeback__item img {
        margin-bottom: 20px;
        padding: 16px;
    background-color: #038841;
    border-radius: 6px;
    }


    .chargeback-cta {
        background:
            linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url(https://reitingbrokerov.com/wp-content/themes/BrokerRatings/images/companies_template/chargeback_banner-2.png) no-repeat;
        background-size: cover;
        text-align: center;
        margin: 35px auto;
        padding: 100px;
        color: white;

    }

    .chargeback-cta button {
        color: white;
        padding: 14px 25px;
        background-color: #038841;
        border-radius: 3px;
        border: none;
    }

    .chargeback-cta p {
        width: 50%;
        padding: 25px 0;
        margin: 0 auto;
    }

    .why-chargeback {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 45px;
    }

    .why-chargeback__item {
        display: flex;
        padding: 40px;
        background-color: #DEE2E6;

        border-radius: 7px;
    }


    .why-item_number {
        background-color: #038841;
        border-radius: 4px;
        padding: 8px 18px;
        align-self: flex-start;
        font-size: 22px;
        color: white;
    }

    .why-item__heading {
        font-weight: bold;
        font-size: 18px;
    }

    .why-chargeback__item div {
        padding: 0 15px;
    }


    .chargeback-cards {
        margin: 30px auto;
        background-color: #FAFAFA;
        padding: 30px;
    }

    .chargeback-cards h3 {
        font-weight: bold;
        font-size: 28px;
        width: 60%;
    }

    .chargeback-cards__main {
        display: flex;
        margin-top: 35px;
        padding: 20px 0;
        justify-content: space-between;
        align-items: center;
    }

    .chargeback-cards__main-text {
        max-width: 40%;
    }


    .chargeback-footer-form {
        margin: 35px auto;
    }

    .form-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .form-group div {
        flex: 1;
        margin: 0 10px;
    }

    .form-group div:last-child {
        margin-right: 0;
    }
    input[type="text"], input[type="email"], input[type="tel"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #038841;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .checkbox-group {
        display: flex;
        align-items: center;
        margin: 30px auto;
    }
    .checkbox-group input[type="checkbox"] {
        margin-right: 10px;
    }
    .btn {
        background-color: #038841;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }
    .btn:hover {
        background-color: #038841;
    }
    .phone-input {
        display: flex;
        align-items: center;
    }
    .phone-input select {
        padding: 8px;
        border: 1px solid #038841;
        border-radius: 5px 0 0 5px;
        border-right: none;
        background-color: #f8f9fa;
    }
    .phone-input input[type="tel"] {
        border-radius: 0 5px 5px 0;
    }

    .chargeback-footer-form {
        margin-bottom: 40px;
    }

    .chargeback-footer-form__heading {
        display: flex;
        margin-bottom: 15px;
        align-items: flex-start;
        gap: 26%;
    }
    .chargeback-footer-form__heading p {
        max-width: 45%;
    }

    .chargeback-footer-form__headin h3 {
        font-weight: bold;
        font-size: 30px;
    }

    .checkbox-group label {
        margin-bottom: 0;
    }

    .chargeback-form textarea {
        min-height: 135px;
    }



    @media (max-width: 650px) {
        .chargeback-cards__main {
            flex-wrap: wrap;
        }
        .chargeback-cards__main-text {
            max-width: 100%;
            margin-bottom: 20px;
        }    
        .chargeback-cards h3 {

            width: 100%;
        }
        .where-chargeback__heading {
            flex-direction: column;
        }
        .chargeback-footer-form__heading {
            flex-direction: column;
        }
        .where-chargeback__grid {
            flex-direction: column;
        }

        .chargeback-footer-form__heading #submit-btn {
            width: 100%;
        }

        .chargeback-cta p {
            width: 70%;

        }
        .chargeback-footer-form__heading p {
            max-width: 75%;
        }

    }

    @media (min-width: 750px) {
        .why-chargeback__item {
            flex: 1 1 calc(50% - 20px);
        }
    }


    @media (max-width: 750px) {
        .form-group {
            flex-direction: column;
        }
        .chargeback-cta {
           padding: 20px;
        }
        .form-group div {
            margin: 15px 0
        }
    }

    @media (max-width: 850px) {
       .chargeback-banner {
            flex-direction: column;
        }
       .chargeback-banner__left-text {
            max-width: 100%;
        }
        .chargeback-form {
            max-width: 99%;
        }
        .chargeback-banner__left-text {
            margin-bottom: 20px;
        }
        textarea {
            min-height: 80px;
        }
    }

    /* //checkbox */
    .consent {
        margin: 20px auto;
    }

    .consent_label {
        display: block;
        position: relative;
        padding-left: 45px;
        cursor: pointer;
        font-size: 14px;
        user-select: none;
        color: black;
    }

    .consent_label span {
        color: #000;
    }

    .consent_label:hover .consent_checkmark {
        background-color: #ccc;
    }

    .consent_checkbox {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .consent_checkmark {
        position: absolute;
        top: 8px;
        left: 36px;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    .consent_checkmark {
        position: absolute;
        top: 0px;
        left: 11px;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    .chargeback-banner-form .consent_checkmark {
        position: absolute;
        top: 0px;
        left: 2px;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    .chargeback-footer-form .consent_checkmark {
        position: absolute;
        top: 0px;
        left: 11px;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    .consent_checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .consent_checkbox:checked~.consent_checkmark {
        background-color: #038841;
    }

    .consent_checkbox:checked~.consent_checkmark:after {
        display: block;
    }

    .consent_checkmark:after {
        left: 8px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

    .chargeback-banner-form h4, .chargeback-banner-form p{
        text-align: center;
        color: black;
    }

    .chargeback-banner-form p {
            margin-bottom: 20px;s
    }

    .chargeback-banner-form input {
            margin-bottom: 20px;
    }

    .chargeback-banner-form label{
            font-weight: normal;
    }


.chargeback-banner-form form input{
         max-width: 100%;
}

#submit-btn2 {
        width: 100%;
}

.chargeback-footer-form__heading h3 {
    margin-bottom: 7px;
}