/* Custom CSS - write your own CSS values to overwrite the ones from m20 */

 .pp-video-carousel-nav-next:after {
   content: "\f093";
   font-family: "Black Tie";
   width: 40px;
   height: 40px;
   font-weight: 800;
   font-size: 40px;
 }

 .pp-video-carousel-nav-prev:after {
   content: "\f092";
   font-family: "Black Tie";
   width: 40px;
   height: 40px;
   font-weight: 800;
   font-size: 40px;
 }

.special-list{
    list-style: none;
padding: 0;
margin: 0;
}
.special-list li:before, .special-list li:after {
    content: "\f08C";
    color: "#500082";
    opacity: 1;
    font-weight: 900;
    font-family: "Black Tie";
    font-size: 12px;
    padding: 8px;
    display: inline-flex;
}