.digital-checklist {
    padding: 35px 0 85px 0;
}

.digital-checklist .inner-reviews img {
    -webkit-filter: invert(50%);
    filter: invert(50%);
}

.digital-checklist .inner-reviews {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.digital-checklist h3 {
    margin: 0 0 27px 0;
    font-size: 42px;
}

.digital-checklist p {
    line-height: 37px;
    margin-bottom: 20px;
}

.digital-checklist .imgwrap {
    text-align: center;
}

.digital-checklist .imgwrap img {
    width: 516px;
    height: 344px;
    object-fit: contain;
}

.digital-checklist-form {
    box-shadow: 0 0.855px 11.973px 0 rgba(26, 26, 26, 0.12);
    border-radius: 0 8px 8px 0;
    padding: 107px 278px;
    margin-top: 57px;
}

.digital-checklist-form h2 {
    font-size: 48px;
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
}

@media(max-width:1200px) {
    .digital-checklist-form {
        padding: 107px 120px;
    }
}

@media(max-width:992px) {
    .digital-checklist .row .col-md-6 {
        width: 100%;
        text-align: center;
    }

    .digital-checklist h2 {
        text-align: center;
    }

    .digital-checklist h2 br {
        display: none;
    }

    .digital-checklist h3 {
        margin: 15px 0 27px 0;
        font-size: 32px;
    }

    .digital-checklist .inner-reviews {
        justify-content: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap:20px;
    }

    .digital-checklist-form::before,
    .digital-checklist-form::after {
        display: none;
    }

    .digital-checklist-form {
        padding: 30px 20px 40px 20px;
        border-radius: 8px;
    }

    .digital-checklist-form h2 {
        font-size: 28px;
    }
}

@media(max-width:576px){
    .digital-checklist .inner-reviews img{
        width: 70px;
    }
}