.custom-subcollection .section-resource-list__content rte-formatter p {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;

}
 
.custom-subcollection .section-resource-list__content rte-formatter p::before, .custom-subcollection .section-resource-list__content rte-formatter p::after {
content: "";
flex: 1;
height: 1px;
background: #000;

}
 