.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}
.pg-custom-list{
    color: white;
    margin-top: 30px;
    margin-bottom: 40px;
}
.pg-custom-list li{
    padding-left: 25px;
    background: url(img/Union.html);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    margin-bottom: 10px;
}

.text-dark{
    color: #212529;
}
