.aboutHero {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutSection li::before {
    content: '';
    background-image: url(https://refreshsquare.com/themeforest/html/ranklab/assets/images/home-1/list-icon.png);
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    filter: brightness(0);
    top: 5px;
}
.aboutSection li {
    list-style: none;
    font-size: 16px;
    color: black;
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.ecosystem-1-img {
    position: absolute;
    z-index: 2;
    top: 0;
}
.ecosystem-2-img {
    display: block;
    margin: 10vh 0 0 auto;
}
.bulletList li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
.bulletList li {
    list-style: none;
    font-size: 16px;
    color: black;
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.bulletList li + li {
    margin-top: 6px;
}
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute;
    }
}
