@charset "UTF-8";
/* CSS Document */
.textColorBlack p{
    color:#000f
}

.paragraphMargin p {
    margin-bottom: 0;
}

.textColorRed p {
    color: #D2232A
}

.pt-5 > ul{
    padding-left: 0;
    list-style: none;
}