.seo-text {
    margin-bottom: 60px;
}

.seo-text p {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
}

.seo-text h2 {
    color: rgb(62, 30, 104);
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.23;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 600;
}

.seo-text ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seo-text li {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.seo-text li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.text-center {
    text-align: center;
}
.seo-text.clr-white p,
.seo-text.clr-white h2,
.seo-text.clr-white li {
    color: #fff;
}

.seo-text li:after {
    background: #fff;
}