.single-resource-hero .sr-hero-in .content-wrap .text ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 16px;
    padding-left: 16px;
    position: relative;
}
.single-resource-hero .sr-hero-in .content-wrap .text ul li:last-child {
    margin: 0;
}
.single-resource-hero .sr-hero-in .content-wrap .text ul li:before {
    background-image: url(../../assets/images/list-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 8px;
}
.single-resource-hero .sr-hero-in .content-wrap .text ul {
    list-style: none;
    margin-bottom: 16px;
}
.single-resource-hero .sr-hero-in .content-wrap .text ul:last-child {
    margin: 0;
}
.single-resource-hero .sr-hero-in .content-wrap .text p a {
    color: inherit;
    text-decoration: underline;
}
.single-resource-hero .sr-hero-in .content-wrap .text p a:hover {
    color: #c7b0ff;
}
.single-resource-hero .sr-hero-in .content-wrap .text ul li a {
    color: inherit;
    text-decoration: underline;
}
.single-resource-hero .sr-hero-in .content-wrap .text ul li a:hover {
    color: #c7b0ff;
}
.single-resource-hero .sr-hero-in .content-wrap .text p a strong {
    font-weight: 400;
}
.single-resource-hero .sr-hero-in .content-wrap .text ul li a strong {
    font-weight: 400;
}