@media (max-width: 1024px) {
    section.multiple_form {
        width: 75%;
    }

    .multiple_form h2 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    section.multiple_form {
        width: 100%;
    }

    .multiple_form h2 {
        font-size: 30px;
    }

    .multiple_form h4 {
        font-size: 20px;

    }

    section.multiple_form {

        padding: 15px;
    }

    .review-logo {
        margin-bottom: 10px;
        object-fit: cover;
        max-width: 70%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .review-title {
        font-size: 28px;
    }

    .secondary-navigation-wrapper {
        opacity: 0 !important;
    }

    #rmp_menu_trigger-6176 {

        background: #1e7ddf !important;
    }

    .rating {
        padding-block: 15px !important;
    }

    .cls-sum {
        width: 100% !important;
    }

    p.exclaim {
        padding-top: 8px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    #rmp_menu_trigger-6176 {
        display: none !important;
    }
}