.run_research__container {
    padding: 70px 0 0 0;
}
.run_research__inner {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    padding: 60px 185px 70px 185px;
    background-color: var(--color-white);
    box-shadow: 0px 11px 24px 0px rgba(182, 193, 211, 0.1),
    0px 44px 44px 0px rgba(182, 193, 211, 0.09),
    0px 100px 60px 0px rgba(182, 193, 211, 0.05),
    0px 177px 71px 0px rgba(182, 193, 211, 0.01),
    0px 277px 78px 0px rgba(182, 193, 211, 0);

}
.run_research__title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
    max-width: 510px;
    margin: 0 auto 15px auto;
}
.run_research__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: center;
}

.run_research__label {
    position: absolute;
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: var(--fw-regular);
    color: var(--color-orange-400);
    border: 1px solid var(--color-orange-400);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 5px 15px 5px 20px;
    display: block;
    border-radius: 100px;
    cursor: default;
}
.run_research__label:hover {
    box-shadow: 0px 11px 24px 0px #CA664414,
    0px 44px 44px 0px #CA66440F,
    0px 100px 60px 0px #CA66440A,
    0px 177px 71px 0px #CA664403,
    0px 277px 77px 0px #CA664400;
}
.run_research__label:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--color-orange-400);
}
#run_research__label-1 {
    top: 75px;
    left: 60px;
}
#run_research__label-2 {
    bottom: 45px;
    left: 190px;
}
#run_research__label-3 {
    top: 150px;
    right: 60px;
}

@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .run_research__container {
        padding: 25px 0 0 0;
    }
    .run_research__inner {
        padding: 60px 20px 165px 20px;
    }
    .run_research__title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 3px;
        max-width: 300px;
    }
    .run_research__subtitle {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    #run_research__label-1 {
        top: 20px;
        left: auto;
        right: 15px;
    }
    #run_research__label-2 {
        bottom: 100px;
        left: 20px;
    }
    #run_research__label-3 {
        top: auto;
        right: 20px;
        bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    
}
