.styled-list li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    padding-right: .5rem;
    vertical-align: middle;
    font-weight: 900;
    color: var(--primary-col);
}

.styled-list li{
    list-style: none;
}

.aboutUs__description{
    text-indent: 50px;
    margin: 1rem 0;
}

@media screen and (max-width: 576px) {
    .about-col-text{
        text-indent: 50px;
        margin-top: 1rem;
    }
}
