.qandresearch-quantumd h1 {
    font-size: 60px;
    font-weight: 800;
    margin: 62px 0px 62px 0px;
    text-align: left;
    line-height: 68px;
    font-family: 'Montserrat';
}

.qandresearch-quantumd p {
    font-size: 20px;
    line-height: 48px;
    font-family: sans-serif;
    text-align: justify;
}

.qandresearch-quantumd h2 {
    font-size: 33px;
    font-weight: 800;
    text-align: left;
    font-family: 'Oswald';
    font-style: italic;
    margin: 40px 0px 40px 0px;
}

.qandresearch-explore h3 {
    font-size: 48px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 48px 0px 48px 0px;
    /* font-family: "Acme", sans-serif; */
    font-family: 'Oswald';
    color: #8b5812;
}

.qandresearch-explore p {
    font-size: 19px;
    text-align: justify;
    line-height: 38px;
    font-family: 'Montserrat';
}

.qandresearch-valuable h2 {
    font-size: 42px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 48px 0px 48px 0px;
    font-family: 'Oswald';
}

.qandresearch-valuable ul li {
    font-size: 17px;
    text-align: left;
    line-height: 56px;
    font-family: 'Montserrat';
    margin: -42px 0px 0px 38px;
}

.qandresearch-powersystem h4 {
    font-size: 52px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 22px 0px 48px 0px;
    font-family: 'Montserrat';
    line-height: 68px;
}

.qandresearch-powersystem ul li {
    font-size: 16px;
    text-align: left;
    line-height: 35px;
    font-family: sans-serif;
}

#qandresearch-pricebutton {
    padding: 12px 14px;
    margin: 40px auto 40px auto;
    display: flex;
    font-size: 22px;
    font-weight: 800;
    background-color: #efaa1b;
    border: 2px solid #8b5812;
    font-family: 'Montserrat';
    border-radius: 12px;
}

#qandresearch-covered h2 {
    font-size: 51px;
    font-weight: 800;
    margin: 60px 0px 60px 0px;
    font-family: 'Oswald';
    text-align: center;
}

#qandresearch-covered ul li {
    font-size: 16px;
    text-align: left;
    line-height: 42px;
}

.qandresearch-powersystem ul li {
    font-size: 17px;
    text-align: left;
    line-height: 42px;
    font-family: sans-serif;
    margin: -38px 0px 13px 30px;
}

#qandresearc-tableload td,
tr {
    padding: 15px 20px;
    width: 310px;
    border: 2px solid #d9d2d2;
    text-align: left;
    box-shadow: 2px 8px 8px 2px #e9e1e1;
}

#qandresearch-covered table {
    margin: auto;
}

.qandresearch-structure h4 {
    font-size: 40px;
    font-weight: 800;
    margin: 48px 0px;
    font-family: 'Montserrat';
}

.qandresearch-structure ul li {
    font-size: 17px;
    text-align: left;
    line-height: 42px;
    font-family: sans-serif;
    margin: -35px 0px 14px 30px;
}

.qandresearch-structure ul span {
    font-size: 17px;
    text-align: left;
    color: #8f5f1d;
}

.qandresearch-deliver h2 {
    font-size: 48px;
    font-weight: 800;
    margin: 22px 0px 60px 0px;
    text-align: center;
    font-family: 'Oswald';
    text-transform: capitalize;
    color: #8f5f1d;
}

.qandresearch-deliver ul li {
    font-size: 16px;
    text-align: left;
    line-height: 48px;
    font-family: sans-serif;
    margin: -40px 0px 14px 30px;
}

.qandresearch-approach ul li {
    font-size: 20px;
    text-align: left;
    line-height: 42px;
    font-family: 'Oswald';
    text-transform: capitalize;
    font-weight: 600;
    border-left: 15px solid #efaa1b;
    border-radius: 24px;
    display: flex;
    align-items: center;
}

.qandresearch-deliver {
    background-color: #f7f7f7;
    padding: 40px;
    margin: 40px 0px 40px 0px;
    overflow: hidden;
    border-radius: 40px;
}

.qandresearch-approach h2 {
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    line-height: 68px;
    margin: 60px 0px 40px 0px;
    font-family: 'Montserrat';
}

.qandresearch-reportbutton {
    font-size: 22px;
    font-weight: 800;
}

.qandresearch-reportbutton:before {
    transform: translate(-45%, -34%)translateZ(0);
    z-index: -1 !important;
}

.qandresearch-reportbutton {
    color: #ffffff;
    z-index: 1;
    border-radius: 8px;
    padding: 15px 38px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color .3s;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #efaa1b !important;
    border: 1px solid #000;
    font-family: 'Montserrat';
}

.qandresearch-reportbutton:before {
    content: "";
    z-index: -1;
    border-radius: 30px;
    width: 200%;
    height: 200%;
    transition: all .36s cubic-bezier(.4, 0, 1, 1);
    display: block;
    position: absolute;
    top: 8px;
    left: 38px;
    transform: translate(-100%, 10%) translateZ(0);
    background: #fef6ea !important;
}

.qandresearch-reportbutton:hover {
    color: #fff !important
}

/* .qandresearch-reportbutton:hover:before {
    transform: translate(-45%, -34%)translateZ(0);
} */

.qandresearch-approachcontd {
    border: 1px solid #0101011a;
    /* box-shadow: 0 2px 10px 0 #0101011a; */
    padding: 12px;
    width: 300px;
    margin: 24px 0px 42px 0px;
}

.qandresearch-toolscontd h2 {
    font-size: 44px;
    font-weight: 800;
    text-align: left;
    margin: 62px 0px;
    line-height: 62px;
    text-transform: capitalize;
    font-family: 'Oswald';
    color: #8f5f1d;
}

.qandresearch-toolscontd p {
    font-size: 17px;
    line-height: 35px;
    text-align: justify;
    font-family: sans-serif;
    margin-bottom: 35px;
}

.qandresearch-toolscontd ul li {
    font-size: 18px;
    text-align: left;
    line-height: 42px;
    font-family: sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}

.qandresearch-toolscontd ul li {
    font-size: 17px;
    text-align: left;
    line-height: 42px;
    font-family: 'Montserrat';
    margin: -35px 0px 14px 30px;
    font-weight: 600;
    font-style: italic;
}

.qandresearch-usequantum h2 {
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    line-height: 62px;
    margin: 60px 0px 60px 0px;
    font-family: 'Montserrat';
}

.qandresearch-usequantum ul li {
    font-size: 21px;
    text-align: left;
    line-height: 42px;
    font-family: 'Oswald';
    padding: 24px;
    background-color: #efe5d26b;
    margin: 12px auto 40px auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    letter-spacing: 0.2px;
}

.qandresearch-usequantum ul li:hover {
    box-shadow: 2px 0px 6px 2px #e1d5d5;
}

.qandresearch-entireresearch h2 {
    font-size: 53px;
    font-weight: 800;
    text-align: left;
    text-transform: capitalize;
    line-height: 68px;
    margin: 42px 0px 60px 0px;
    font-family: 'Oswald';
}

.qandresearch-entireresearch ul li {
    font-size: 17px;
    text-align: left;
    line-height: 42px;
    font-family: sans-serif;
    margin: -38px 0px 14px 30px;
}

.qandresearch-usequantum li span {
    font-size: 48px;
    font-weight: 400;
    padding: 20px;
    background-color: #e7decc;
    margin-bottom: 12px;
    border-radius: 12px;
    color: #8f5f1d;
}

.qandresearch-valuable span {
    font-size: 24px;
    color: #b8860b;
}

.qandresearch-deliver {
    padding: 40px;
    margin: 62px 0 40px 0px;
    overflow: hidden;
    border-radius: 40px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 248, 236, 0.98),
            rgba(248, 239, 221, 0.94)), radial-gradient(circle at top right,
            rgba(143, 90, 20, 0.12), transparent 34%);
}

.circle {
    position: absolute;
    top: -88px;
    left: -62px;
    width: 300px;
    height: 300px;
    background: #8f5a1414;
    /* background: rgb(229 193 193 / 30%); */
    border-radius: 50%;
}

.qandresearch-iconbutton {
    margin-left: 12px;
}

.qandresearch-whatfollow {
    --qwf-accent: #8f5a14;
    --qwf-accent-soft: #f5e4c8;
    --qwf-ink: #1f1b16;
    --qwf-muted: #5f564b;
    position: relative;
    margin: 56px 0 72px;
    padding: 42px 38px;
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 248, 236, 0.98), rgba(248, 239, 221, 0.94)),
        radial-gradient(circle at top right, rgba(143, 90, 20, 0.12), transparent 34%);
    border: 1px solid rgba(143, 90, 20, 0.14);
    box-shadow: 0 22px 50px rgba(76, 52, 20, 0.12);
    overflow: hidden;
}

.qandresearch-whatfollow::before,
.qandresearch-whatfollow::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.qandresearch-whatfollow::before {
    width: 220px;
    height: 220px;
    top: -110px;
    right: -70px;
    background: rgba(143, 90, 20, 0.08);
}

.qandresearch-whatfollow::after {
    width: 140px;
    height: 140px;
    bottom: -48px;
    left: -30px;
    background: rgba(255, 255, 255, 0.55);
}

.qandresearch-whatfollow h2 {
    position: relative;
    margin: 0 0 40px;
    padding-left: 18px;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 800;
    font-family: 'Oswald';
    color: var(--qwf-ink);
    text-transform: capitalize;
}

.qandresearch-whatfollow h2::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 6px;
    height: calc(100% - 8px);
    border-radius: 999px;
    background: linear-gradient(180deg, #c98a2b, #8f5a14);
}

.qandresearch-whatfollow p {
    max-width: 920px;
    margin: 0 0 40px;
    font-size: 17px;
    line-height: 1.95;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    color: var(--qwf-muted);
}

.qandresearch-whatfollow ul {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.qandresearch-whatfollow ul li {
    position: relative;
    min-height: 100%;
    padding: 18px 18px 18px 58px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(143, 90, 20, 0.12);
    box-shadow: 0 10px 24px rgba(61, 44, 19, 0.08);
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--qwf-ink);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.qandresearch-whatfollow ul li::before {
    content: counter(qwf-step, decimal-leading-zero);
    counter-increment: qwf-step;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #c98a2b, #8f5a14);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.qandresearch-whatfollow ul {
    counter-reset: qwf-step;
}

.qandresearch-whatfollow ul li:hover {
    transform: translateY(-4px);
    border-color: rgba(143, 90, 20, 0.24);
    box-shadow: 0 14px 28px rgba(61, 44, 19, 0.14);
}

.qandresearch-toolscontd ul span {
    font-size: 22px;
    font-weight: 800;
    color: #efaa1b;
}

.qandresearch-bantdreach {
    background-color: #ffffff;
    padding: 0px;
    border: 1px solid #feab02;
    margin: 74px 0px 60px 0px;
}

.qandresearch-bantdreach h6 {
    font-size: 22px;
    line-height: 42px;
    text-align: justify;
    padding: 40px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: capitalize;
}

.qandresearch-contactimag {
    /* width: 100%; */
    height: 290px;
    margin-left: -56px;
}

.qandresearch-toolimag {
    width: 100%;
}

#qandresearch-formpagecond {
    margin-bottom: 22px;
    margin-top: 40px;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #d1d9e6, -5px -5px 5px #f9f9f9;
    border-radius: 50px;
    overflow: hidden;
}

.qandresearch-entireresearch ul span {
    font-size: 20px;
    color: #c28428;
}

.circle-qand {
    position: absolute;
    top: -88px;
    left: -62px;
    width: 300px;
    height: 300px;
    background: rgb(229 193 193 / 30%);
    border-radius: 50%;
}

.qandresearch-structure h2::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: calc(100% - 8px);
    border-radius: 999px;
    background: linear-gradient(180deg, #c98a2b, #8f5a14);
}

.qandresearch-structure h2 {
    position: relative;
    padding-left: 18px;
    font-size: 53px;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'Oswald';
    color: var(--qwf-ink);
    text-transform: capitalize;
    margin: 60px 0px 60px 0px;
}

.qandresearch-highlyimag {
    width: 492px;
    margin-top: 42px;
}

.qandresearch-powersystem ul span {
    color: #d9b382;
    font-size: 24px;
}

/* #qandresearc-tableintegration td{
    display: flex;
    align-items: center;
} */

#qandresearc-tableintegration td span {
    margin-right: 8px;
    font-size: 17px;
}

#qandresearc-tableintegration td span:first-child {
    margin-top: 8px;
    padding: 4px;
    background-color: #efaa1b;
    border-radius: 20px;
}

#qandresearc-tableinteg {
    margin-top: 0px;
    padding: 4px;
    background-color: #cbbdbd;
    border-radius: 20px;
    font-size: 17px;
    margin-right: 4px;
}

.qandresearch-frtdimag {
    width: 68%;
    margin: 94px auto 0px auto;
    display: flex;
}

#qandresearc-tableloadflow {
    font-family: 'Raleway';
}

.qandresearch-bantdreach h6 a {
    text-transform: lowercase;
}

.qandresearch-reportentire {
    color: #ffffff;
    z-index: 1;
    border-radius: 8px;
    padding: 15px 38px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color .3s;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #efaa1b !important;
    border: 1px solid #000;
    font-family: 'Montserrat';
    margin: 48px auto 62px auto;
    display: flex;
}

.qandresearch-reportentire:before {
    content: "";
    z-index: -1;
    border-radius: 30px;
    width: 200%;
    height: 200%;
    transition: all .36s cubic-bezier(.4, 0, 1, 1);
    display: block;
    position: absolute;
    top: 8px;
    left: 38px;
    transform: translate(-100%, 10%) translateZ(0);
    background: #fef6ea !important;
}

#qandresearch-covered h2 b {
    color: #8f5f1d;
}

.qandresearch-powersystem {
    background-color: #f4d99536;
    padding: 40px 102px;
    margin: 68px 0px;
    background-image: url(../images/quantum-power-systems-reviews.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.qandresearch-powersystem ul {
    margin-left: 28px;
}

.qandresearch-faqdpagecontent {
    position: relative;
    margin: 68px 0 22px 0;
    padding: 28px 34px;
    border-radius: 34px;
    background: none;
    border: navajowhite;
    box-shadow: none;
    overflow: hidden;
}

.qandresearch-faqdpagecontent::before,
.qandresearch-faqdpagecontent::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.qandresearch-faqdpagecontent::after {
    width: 180px;
    height: 180px;
    right: -40px;
    bottom: -70px;
    background: none;
}

.qandresearch-faqdpagecontent h2 {
    position: relative;
    margin: 0 0 18px;
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.25;
    font-family: 'Montserrat';
    color: var(--faq-text);
}

.qandresearch-faqdpagecontent h2::after {
    content: "";
    display: block;
    width: 88px;
    height: 4px;
    margin: 16px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #d39a37, #8f5a14);
}

.qandresearch-faqdpagecontent h4 {
    position: relative;
    margin: 12px 0 0;
    padding: 12px 24px 12px 42px;
    border-radius: 24px 24px 0 0;
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    cursor: pointer;
    text-transform: capitalize;
    background-image: linear-gradient(45deg, #f9f1e2, transparent);
}

.qandresearch-faqdpagesection .qandresearch-faqdpageanswtd {
    display: none;
}

.qandresearch-faqdpagesection.active .qandresearch-faqdpageanswtd {
    display: block;
}

.qandresearch-faqdpageanswtd {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    padding: 0px 62px 0px;
    background: var(--faq-card);
    border: 0px solid rgba(143, 90, 20, 0.11);
    border-top: 0;
    border-radius: 0 0 24px 24px;
    box-shadow: none;
}

.qandresearch-faqdpageanswtd {
    font-size: 17px;
    line-height: 1.95;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
}

.qandresearch-faqdpagecontent ul {
    list-style: none;
}

.qandresearch-faqdpagecontent ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
    color: var(--faq-text);
}

.qandresearch-faqdpagecontent ul li:last-child {
    margin-bottom: 0;
}

.qandresearch-faqdpagecontent ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d39a37, #8f5a14);
}

.qandresearch-reportreadexpd {
    color: #fff;
}

#price-quote {
    scroll-margin-top: 148px;
}

.qandresearch-toolscontd ul {
    margin-left: 28px;
}

.qandresearch-downloadquote {
    display: flex;
    justify-content: space-around;
}


@media (max-width: 991px) {
    .qandresearch-whatfollow {
        padding: 34px 26px;
    }

    .qandresearch-whatfollow h2 {
        font-size: 34px;
    }

    .qandresearch-whatfollow ul {
        grid-template-columns: 1fr;
    }

    .qandresearch-faqdpagecontent {
        padding: 36px 24px;
        border-radius: 28px;
    }

    .qandresearch-faqdpagecontent h2 {
        font-size: 36px;
    }

    .qandresearch-faqdpagecontent h4 {
        padding: 20px 20px 20px 78px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .qandresearch-whatfollow {
        margin: 44px 0 60px;
        padding: 28px 18px;
        border-radius: 24px;
    }

    .qandresearch-whatfollow h2 {
        font-size: 28px;
        padding-left: 14px;
    }

    .qandresearch-whatfollow p {
        font-size: 15px;
        line-height: 1.8;
        text-align: left;
    }

    .qandresearch-whatfollow ul li {
        padding: 16px 14px 16px 52px;
        font-size: 15px;
    }

    .qandresearch-faqdpagecontent {
        margin: 48px 0;
        padding: 28px 16px;
        border-radius: 22px;
    }

    .qandresearch-faqdpagecontent h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .qandresearch-faqdpagecontent h4 {
        padding: 18px 24px 18px 24px;
        font-size: 17px;
        line-height: 1.55;
        border-radius: 18px 18px 0 0;
    }

    .qandresearch-faqdpagecontent h4::before {
        left: 14px;
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .qandresearch-faqdpagecontent p,
    .qandresearch-faqdpagecontent ul {
        padding: 18px 16px 20px;
        border-radius: 0 0 18px 18px;
    }

    .qandresearch-faqdpagecontent p {
        font-size: 15px;
        line-height: 1.8;
        text-align: justify;
    }

    .qandresearch-faqdpagecontent ul li {
        font-size: 15px;
        line-height: 1.75;
    }
}

#qand-selectoption option {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    margin-left: -12px;
    margin-top: 6px;
}

.qandresearch-structure ul {
    margin-left: 24px;
}

.qandresearch-valuable ul {
    margin-left: 42px;
}

@media (min-width: 320px) and (max-width: 375px) {

    .qandresearch-quantumd h1 {
        font-size: 35px;
        margin: -98px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-quantumd h2 {
        font-size: 24px;
        margin: 40px 0px 40px 0px;
    }

    .qandresearch-quantumd p {
        font-size: 17px;
        line-height: 48px;
    }

    .qandresearch-frtdimag {
        width: 100%;
        margin: 24px auto 0px auto;
        display: flex;
    }

    .qandresearch-explore h3 {
        font-size: 30px;
        font-weight: 800;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-explore p {
        font-size: 17px;
        line-height: 38px;
    }

    .qandresearch-valuable h2 {
        font-size: 30px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-powersystem {
        padding: 40px 40px;
        margin: 68px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .qandresearch-powersystem h4 {
        font-size: 30px;
        font-weight: 800;
        margin: 22px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-powersystem ul {
        margin-left: 8px;
    }

    .qandresearch-powersystem ul li {
        font-size: 17px;
        line-height: 42px;
        margin: -38px 0px 12px 30px;
        text-align: justify;
    }

    #qandresearch-covered h2 {
        font-size: 28px;
        margin: 60px 0px 60px 0px;
        line-height: 40px;
    }

    #qandresearch-covered h2 {
        font-size: 28px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    #qandresearc-tableload td {
        padding: 12px 20px;
        width: 310px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
    }

    #qandresearc-tableintegration td span {
        margin-right: 8px;
        font-size: 17px;
        margin-top: 8px;
    }

    .qandresearch-structure h2 {
        padding-left: 18px;
        font-size: 30px;
        line-height: 1.5;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-structure h4 {
        font-size: 30px;
        margin: 48px 0px;
        line-height: 48px;
    }

    .qandresearch-deliver h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 12px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-approach h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 40px 0px;
    }

    .qandresearch-toolscontd h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 62px 0px;
        line-height: 62px;
    }

    .qandresearch-reportbutton:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        top: 60px;
        left: 38px;
    }

    .qandresearch-usequantum h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-entireresearch h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 68px;
        margin: 22px 0px 48px 0px;
    }

    #qandresearch-pricebutton {
        padding: 12px 14px;
        margin: 40px auto 40px auto;
        display: flex;
        font-size: 17px;
        border-radius: 12px;
        white-space: normal;
    }

    .qandresearch-reportentire:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        display: block;
        position: absolute;
        top: 40px;
        left: 38px;
    }

    .qandresearch-whatfollow ul {
        z-index: 0;
        margin: 0;
        padding: 0;
        gap: 16px 18px;
    }

    .qandresearch-reportentire {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        margin: 48px auto 62px auto;
        display: flex;
    }

    .qandresearch-faqdpageanswtd {
        position: relative;
        z-index: 0;
        margin: 0 0 24px;
        padding: 0px 24px 0px;
        border-top: 0;
        box-shadow: none;
    }

    .qandresearch-contactimag {
        width: 100%;
        height: 228px;
        margin-left: 0px;
    }

    .qandresearch-reportbutton {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        text-decoration: none;
        display: inline-block;
    }

    .qandresearch-highlyimag {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .qandresearch-whatfollow p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    .qandresearch-faqdpagecontent h4 {
        padding: 18px 24px 18px 24px;
        font-size: 17px;
        line-height: 2.2;
        border-radius: 18px 18px 0 0;
    }

    .qandresearch-bantdreach h6 {
        font-size: 20px;
        line-height: 42px;
        padding: 32px;
    }

    .qandresearch-valuable ul {
        margin-left: 22px;
    }

    .qandresearch-approach ul li {
        font-size: 20px;
        line-height: 42px;
        border-radius: 24px;
        margin-left: 15px;
    }

}

@media (min-width: 376px) and (max-width: 425px) {

    .qandresearch-quantumd h1 {
        font-size: 35px;
        margin: -98px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-quantumd h2 {
        font-size: 24px;
        margin: 40px 0px 40px 0px;
    }

    .qandresearch-quantumd p {
        font-size: 17px;
        line-height: 48px;
    }

    .qandresearch-frtdimag {
        width: 100%;
        margin: 24px auto 0px auto;
        display: flex;
    }

    .qandresearch-explore h3 {
        font-size: 30px;
        font-weight: 800;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-explore p {
        font-size: 17px;
        line-height: 38px;
    }

    .qandresearch-valuable h2 {
        font-size: 30px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-powersystem {
        padding: 40px 40px;
        margin: 68px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .qandresearch-powersystem h4 {
        font-size: 30px;
        font-weight: 800;
        margin: 22px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-powersystem ul {
        margin-left: 8px;
    }

    .qandresearch-powersystem ul li {
        font-size: 17px;
        line-height: 42px;
        margin: -38px 0px 12px 30px;
        text-align: justify;
    }

    #qandresearch-covered h2 {
        font-size: 28px;
        margin: 60px 0px 60px 0px;
        line-height: 40px;
    }

    #qandresearch-covered h2 {
        font-size: 28px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    #qandresearc-tableload td {
        padding: 12px 20px;
        width: 310px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
    }

    #qandresearc-tableintegration td span {
        margin-right: 8px;
        font-size: 17px;
        margin-top: 8px;
    }

    .qandresearch-structure h2 {
        padding-left: 18px;
        font-size: 30px;
        line-height: 1.5;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-structure h4 {
        font-size: 30px;
        margin: 48px 0px;
        line-height: 48px;
    }

    .qandresearch-deliver h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 12px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-approach h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 40px 0px;
    }

    .qandresearch-toolscontd h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 62px 0px;
        line-height: 62px;
    }

    .qandresearch-reportbutton:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        top: 60px;
        left: 38px;
    }

    .qandresearch-usequantum h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-entireresearch h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 68px;
        margin: 22px 0px 48px 0px;
    }

    #qandresearch-pricebutton {
        padding: 12px 14px;
        margin: 40px auto 40px auto;
        display: flex;
        font-size: 17px;
        border-radius: 12px;
        white-space: normal;
    }

    .qandresearch-reportentire:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        display: block;
        position: absolute;
        top: 40px;
        left: 38px;
    }

    .qandresearch-whatfollow ul {
        z-index: 0;
        margin: 0;
        padding: 0;
        gap: 16px 18px;
    }

    .qandresearch-reportentire {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        margin: 48px auto 62px auto;
        display: flex;
    }

    .qandresearch-faqdpageanswtd {
        position: relative;
        z-index: 0;
        margin: 0 0 24px;
        padding: 0px 24px 0px;
        border-top: 0;
        box-shadow: none;
    }

    .qandresearch-contactimag {
        width: 100%;
        height: 292px;
        margin-left: 0px;
    }

    .qandresearch-reportbutton {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        text-decoration: none;
        display: inline-block;
    }

    .qandresearch-highlyimag {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .qandresearch-whatfollow p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    .qandresearch-faqdpagecontent h4 {
        padding: 18px 24px 18px 24px;
        font-size: 17px;
        line-height: 2.2;
        border-radius: 18px 18px 0 0;
    }

    .qandresearch-bantdreach h6 {
        font-size: 20px;
        line-height: 42px;
        padding: 32px;
    }

    .qandresearch-faqdpagecontent p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    #qandresearch-formpagecond {
        margin-bottom: 22px;
        margin-top: 40px;
        border-radius: 50px;
        width: 100%;
    }

    .qandresearch-approach ul li {
        font-size: 20px;
        line-height: 42px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        margin-left: 24px;
    }

}

@media (min-width: 426px) and (max-width: 575px) {

    .qandresearch-quantumd h1 {
        font-size: 35px;
        margin: -98px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-quantumd h2 {
        font-size: 24px;
        margin: 40px 0px 40px 0px;
    }

    .qandresearch-quantumd p {
        font-size: 17px;
        line-height: 48px;
    }

    .qandresearch-frtdimag {
        width: 68%;
        margin: 24px auto 0px auto;
        display: flex;
    }

    .qandresearch-explore h3 {
        font-size: 30px;
        font-weight: 800;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-explore p {
        font-size: 17px;
        line-height: 38px;
    }

    .qandresearch-valuable h2 {
        font-size: 30px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-powersystem {
        padding: 40px 40px;
        margin: 68px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .qandresearch-powersystem h4 {
        font-size: 30px;
        font-weight: 800;
        margin: 22px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-powersystem ul {
        margin-left: 8px;
    }

    .qandresearch-powersystem ul li {
        font-size: 17px;
        line-height: 42px;
        margin: -38px 0px 12px 30px;
        text-align: justify;
    }

    #qandresearch-covered h2 {
        font-size: 28px;
        margin: 60px 0px 60px 0px;
        line-height: 40px;
    }

    #qandresearch-covered h2 {
        font-size: 32px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    #qandresearc-tableload td {
        padding: 12px 20px;
        width: 310px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
    }

    #qandresearc-tableintegration td span {
        margin-right: 8px;
        font-size: 17px;
        margin-top: 8px;
    }

    .qandresearch-structure h2 {
        padding-left: 18px;
        font-size: 30px;
        line-height: 1.5;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-structure h4 {
        font-size: 30px;
        margin: 48px 0px;
        line-height: 48px;
    }

    .qandresearch-deliver h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 12px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-approach h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 40px 0px;
    }

    .qandresearch-toolscontd h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 62px 0px;
        line-height: 62px;
    }

    .qandresearch-reportbutton:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        top: 60px;
        left: 38px;
    }

    .qandresearch-usequantum h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-entireresearch h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 68px;
        margin: 22px 0px 48px 0px;
    }

    #qandresearch-pricebutton {
        padding: 12px 14px;
        margin: 40px auto 40px auto;
        display: flex;
        font-size: 17px;
        border-radius: 12px;
        white-space: normal;
    }

    .qandresearch-reportentire:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        display: block;
        position: absolute;
        top: 40px;
        left: 38px;
    }

    .qandresearch-whatfollow ul {
        z-index: 0;
        margin: 0;
        padding: 0;
        gap: 16px 18px;
    }

    .qandresearch-reportentire {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        margin: 48px auto 62px auto;
        display: flex;
    }

    .qandresearch-faqdpageanswtd {
        position: relative;
        z-index: 0;
        margin: 0 0 24px;
        padding: 0px 24px 0px;
        border-top: 0;
        box-shadow: none;
    }

    .qandresearch-contactimag {
        width: 100%;
        height: 292px;
        margin-left: 0px;
    }

    .qandresearch-reportbutton {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        text-decoration: none;
        display: inline-block;
    }

    .qandresearch-highlyimag {
        width: 68%;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .qandresearch-whatfollow p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    .qandresearch-faqdpagecontent h4 {
        padding: 18px 24px 18px 24px;
        font-size: 17px;
        line-height: 2.2;
        border-radius: 18px 18px 0 0;
    }

    .qandresearch-bantdreach h6 {
        font-size: 20px;
        line-height: 42px;
        padding: 32px;
    }

    .qandresearch-faqdpagecontent p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    #qandresearch-formpagecond {
        margin-bottom: 22px;
        margin-top: 40px;
        border-radius: 50px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .qandresearch-approach ul li {
        font-size: 20px;
        line-height: 42px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .qandresearch-toolimag {
        width: 68%;
        margin: auto;
        display: flex;
    }

    .qandresearch-bantdreach {
        padding: 0px;
        margin: 74px auto 60px auto;
        width: 400px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .qandresearch-quantumd h1 {
        font-size: 38px;
        margin: -98px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-quantumd h2 {
        font-size: 24px;
        margin: 40px 0px 40px 0px;
    }

    .qandresearch-quantumd p {
        font-size: 17px;
        line-height: 48px;
    }

    .qandresearch-frtdimag {
        width: 60%;
        margin: 24px auto 0px auto;
        display: flex;
    }

    .qandresearch-explore h3 {
        font-size: 30px;
        font-weight: 800;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-explore p {
        font-size: 17px;
        line-height: 38px;
    }

    .qandresearch-valuable h2 {
        font-size: 30px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-powersystem {
        padding: 40px 40px;
        margin: 68px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .qandresearch-powersystem h4 {
        font-size: 30px;
        font-weight: 800;
        margin: 22px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-powersystem ul {
        margin-left: 8px;
    }

    .qandresearch-powersystem ul li {
        font-size: 17px;
        line-height: 42px;
        margin: -38px 0px 12px 30px;
        text-align: justify;
    }

    #qandresearch-covered h2 {
        font-size: 28px;
        margin: 60px 0px 60px 0px;
        line-height: 40px;
    }

    #qandresearch-covered h2 {
        font-size: 35px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    #qandresearc-tableload td {
        padding: 12px 20px;
        width: 310px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
    }

    #qandresearc-tableintegration td span {
        margin-right: 8px;
        font-size: 17px;
        margin-top: 8px;
    }

    .qandresearch-structure h2 {
        padding-left: 18px;
        font-size: 35px;
        line-height: 1.5;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-structure h4 {
        font-size: 30px;
        margin: 48px 0px;
        line-height: 48px;
    }

    .qandresearch-deliver h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 12px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-approach h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 40px 0px;
    }

    .qandresearch-toolscontd h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 62px 0px;
        line-height: 62px;
    }

    .qandresearch-reportbutton:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        top: 60px;
        left: 38px;
    }

    .qandresearch-usequantum h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-entireresearch h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 68px;
        margin: 22px 0px 48px 0px;
    }

    #qandresearch-pricebutton {
        padding: 12px 14px;
        margin: 40px auto 40px auto;
        display: flex;
        font-size: 17px;
        border-radius: 12px;
        white-space: normal;
    }

    .qandresearch-reportentire:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        display: block;
        position: absolute;
        top: 40px;
        left: 38px;
    }

    .qandresearch-whatfollow ul {
        z-index: 0;
        margin: 0;
        padding: 0;
        gap: 16px 18px;
    }

    .qandresearch-reportentire {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        margin: 48px auto 62px auto;
        display: flex;
    }

    .qandresearch-faqdpageanswtd {
        position: relative;
        z-index: 0;
        margin: 0 0 24px;
        padding: 0px 24px 0px;
        border-top: 0;
        box-shadow: none;
    }

    .qandresearch-contactimag {
        width: 100%;
        height: 292px;
        margin-left: 0px;
    }

    .qandresearch-reportbutton {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        text-decoration: none;
        display: inline-block;
    }

    .qandresearch-highlyimag {
        width: 68%;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .qandresearch-whatfollow p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    .qandresearch-faqdpagecontent h4 {
        padding: 18px 24px 18px 24px;
        font-size: 17px;
        line-height: 2.2;
        border-radius: 18px 18px 0 0;
    }

    .qandresearch-bantdreach h6 {
        font-size: 20px;
        line-height: 42px;
        padding: 32px;
    }

    .qandresearch-faqdpagecontent p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    #qandresearch-formpagecond {
        margin-bottom: 22px;
        margin-top: 40px;
        border-radius: 50px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .qandresearch-approach ul li {
        font-size: 20px;
        line-height: 42px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .qandresearch-toolimag {
        width: 60%;
        margin: auto;
        display: flex;
    }

    .qandresearch-bantdreach {
        padding: 0px;
        margin: 74px auto 60px auto;
        width: 400px;
    }

    .qandresearch-whatfollow {
        padding: 34px 26px;
        width: 85%;
        margin: auto;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .qandresearch-quantumd h1 {
        font-size: 38px;
        margin: -98px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-quantumd h2 {
        font-size: 24px;
        margin: 40px 0px 40px 0px;
    }

    .qandresearch-quantumd p {
        font-size: 17px;
        line-height: 48px;
    }

    .qandresearch-frtdimag {
        width: 60%;
        margin: 24px auto 0px auto;
        display: flex;
    }

    .qandresearch-explore h3 {
        font-size: 30px;
        font-weight: 800;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-explore p {
        font-size: 17px;
        line-height: 38px;
    }

    .qandresearch-valuable h2 {
        font-size: 30px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-powersystem {
        padding: 40px 40px;
        margin: 68px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .qandresearch-powersystem h4 {
        font-size: 30px;
        font-weight: 800;
        margin: 22px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-powersystem ul {
        margin-left: 8px;
    }

    .qandresearch-powersystem ul li {
        font-size: 17px;
        line-height: 42px;
        margin: -38px 0px 12px 30px;
        text-align: justify;
    }

    #qandresearch-covered h2 {
        font-size: 28px;
        margin: 60px 0px 60px 0px;
        line-height: 40px;
    }

    #qandresearch-covered h2 {
        font-size: 35px;
        margin: 48px 0px 48px 0px;
        line-height: 48px;
    }

    #qandresearc-tableload td {
        padding: 12px 20px;
        width: 310px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
    }

    #qandresearc-tableintegration td span {
        margin-right: 8px;
        font-size: 17px;
        margin-top: 8px;
    }

    .qandresearch-structure h2 {
        padding-left: 18px;
        font-size: 35px;
        line-height: 1.5;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-structure h4 {
        font-size: 30px;
        margin: 48px 0px;
        line-height: 48px;
    }

    .qandresearch-deliver h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 12px 0px 48px 0px;
        line-height: 48px;
    }

    .qandresearch-approach h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 40px 0px;
    }

    .qandresearch-toolscontd h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 62px 0px;
        line-height: 62px;
    }

    .qandresearch-reportbutton:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        top: 60px;
        left: 38px;
    }

    .qandresearch-usequantum h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 62px;
        margin: 60px 0px 60px 0px;
    }

    .qandresearch-entireresearch h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 68px;
        margin: 22px 0px 48px 0px;
    }

    #qandresearch-pricebutton {
        padding: 12px 14px;
        margin: 40px auto 40px auto;
        display: flex;
        font-size: 17px;
        border-radius: 12px;
        white-space: normal;
    }

    .qandresearch-reportentire:before {
        content: "";
        z-index: -1;
        border-radius: 30px;
        width: 200%;
        height: 200%;
        display: block;
        position: absolute;
        top: 40px;
        left: 38px;
    }

    .qandresearch-whatfollow ul {
        z-index: 0;
        margin: 0;
        padding: 0;
        gap: 16px 18px;
    }

    .qandresearch-reportentire {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        margin: 48px auto 62px auto;
        display: flex;
    }

    .qandresearch-faqdpageanswtd {
        position: relative;
        z-index: 0;
        margin: 0 0 24px;
        padding: 0px 24px 0px;
        border-top: 0;
        box-shadow: none;
    }

    .qandresearch-contactimag {
        width: 100%;
        height: 292px;
        margin-left: 0px;
    }

    .qandresearch-reportbutton {
        z-index: 0;
        border-radius: 8px;
        padding: 15px 38px;
        font-size: 20px;
        text-decoration: none;
        display: inline-block;
    }

    .qandresearch-highlyimag {
        width: 68%;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .qandresearch-whatfollow p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    .qandresearch-faqdpagecontent h4 {
        padding: 18px 24px 18px 24px;
        font-size: 17px;
        line-height: 2.2;
        border-radius: 18px 18px 0 0;
    }

    .qandresearch-bantdreach h6 {
        font-size: 20px;
        line-height: 42px;
        padding: 32px;
    }

    .qandresearch-faqdpagecontent p {
        font-size: 15px;
        line-height: 2.2;
        text-align: justify;
    }

    #qandresearch-formpagecond {
        margin-bottom: 22px;
        margin-top: 40px;
        border-radius: 50px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .qandresearch-approach ul li {
        font-size: 20px;
        line-height: 42px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .qandresearch-toolimag {
        width: 60%;
        margin: auto;
        display: flex;
    }

    .qandresearch-bantdreach {
        padding: 0px;
        margin: 74px auto 60px auto;
        width: 400px;
    }

    .qandresearch-whatfollow {
        padding: 34px 26px;
        width: 85%;
        margin: auto;
    }

}

@media (min-width: 1240px) {

    .qandresearch-powersystem h4 {
        font-size: 51px;
        margin: 22px 0px 48px 0px;
        line-height: 68px;
    }

    .qandresearch-structure h2 {
        padding-left: 18px;
        font-size: 51px;
        line-height: 1.5;
        margin: 60px 0px 60px 0px;
    }

}

@media (min-width: 1440px) {

    .qandresearch-powersystem {
        padding: 40px 168px;
        margin: 68px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

}

@media (min-width: 1536px) {

    .qandresearch-powersystem {
        padding: 40px 182px;
        margin: 68px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

}

@media (min-width: 1920px) {

    .qandresearch-powersystem {
        padding: 40px 380px;
        margin: 68px 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .qandresearch-faqdpagecontent {
        margin: 68px auto 22px auto;
        padding: 28px 34px;
        border-radius: 34px;
        box-shadow: none;
        overflow: hidden;
        width: 92%;
    }

    .qandresearch-frtdimag {
        width: 71%;
        margin: 94px auto 0px auto;
        display: flex;
    }

}