.refsRed_title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;

}

.refsRed_title::before {
    content: "";
    height: 25px;
    border: 2px solid var(--bgbox);
    position: absolute;
    left: 0;
    top: 0;
}

.refsRed_ul li {
    padding: 5px 0;
    box-sizing: border-box;
}

.refsRed_ul li a img {
    width: 100px !important;
    margin-right: 15px;
}

.refsRed_ul li a p {
    font-size: 16px;
}

.refsRed_ul li a p:hover {
    color: var(--bgbox);
}

@media screen and (max-width:768px) {
    .refsRed_title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 28px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;

    }

    .refsRed_ul li a p {
        font-size: 14px;
    }
}