/* Add here all your CSS customizations */
ul.list.list-icons.list-primary.list-borders {
    padding-left: 10px !important;
}
i.fas.fa-check {
    color: #ff5e14 !important;
}
.list.list-borders li {
    border-bottom: 1px solid #333 !important;
    margin-top: 5px !important;
    margin-bottom: 0;
    padding-bottom: 5px !important;
    color: #333 !important;
}
.list.list-icons li {
    position: relative;
    padding-left: 20px !important;
}
section.footer-top-info {
    border-bottom: 3px solid #ff5e14;
}
h4.card-title.mb-1.font-weight-bold.__web-inspector-hide-shortcut__ {
    font-size: 6em;
    line-height: 1;
}
.box-shadow-1 .card-body {
    z-index: 1;
    box-shadow: 0px 0px 10px 5px #ccc5;
    -webkit-box-shadow: 0px 0px 10px 5px #ccc5;
    -moz-box-shadow: 0px 0px 10px 5px #ccc5;
}
@media (min-width: 768px)
.container, .container-md, .container-sm {
    max-width: 720px;
}
