.page-id-148 .page-title-info {
    max-width: 890px;
}

.research-help-sec {
    margin-bottom: -170px;
    padding-bottom: 240px;
}

.page-id-180 .page-title-info {
    max-width: none;
}

@media (min-width: 1450px) {
    .content-top .research-help-content {
        min-height: 100px;
    }
}

@media (min-width: 992px) {
    .content-top .research-help-content {
        min-height: 125px;
    }

    .research-help-sec {
        margin-bottom: -170px;
        padding-bottom: 270px;
    }
}




/* Our research section CSS here  */
.research-sec-item-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.our-research-sec {
    background: url(../svg/research-bg.svg) bottom right / clamp(100px, 20%, 296px) no-repeat var(--secondary);
}

.mw-1070 {
    max-width: 1070px;
}

.our-research-sec-item-inner {
    padding: 60px 20px 56px 20px;
}

.research-sec-item-icon,
.research-sec-item-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.research-sec-item-link {
    bottom: 18px;
}

.research-sec-item-icon {
    top: -42px;
    background: #fff;
    border-radius: 100px;
    padding: 20px;
    object-fit: contain;
    width: 84px;
    height: 84px;
    box-shadow: 0px 3px 6px #00000029;
}

.research-sec-item-icon img {
    border-radius: 0;
}

.our-research-sec-item-inner {
    margin-top: 72px;
}

.research-sec-item-title {
    margin-bottom: 16px;
}

.our-research-sec-item {
    display: flex;
    flex-direction: column;
}

.research-sec-item-title {
    font-size: clamp(22px, 5vw, var(--fs-25));
    line-height: 1.2;
    font-weight: 600;
}

@media (min-width: 992px) {
    .our-research-sec-item-inner {
        margin-top: 92px;
    }

    .our-research-sec-items {
        margin-top: 15px;
    }

    .our-research-sec-item-inner {
        min-height: 265px;
    }

    .help-content>.col-inner {
        margin-left: auto;
        max-width: 630px;
    }
}