ul:not([class]) {
    list-style: none;
}
ul:not([class]) li:before {
    content: "■";
    color: #011e69;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    padding-right: 15px;
    display: inline;
    vertical-align: middle;
}
ol {
    list-style: none;
}
ol li {
    list-style-type: decimal;
}
.banner-card .b-card-img img {
    object-fit: cover;
}
