.herosection {
    background-image: url("https://seolounge.radiantthemes.com/wp-content/uploads/2018/07/Local-SEO-Banner-Background-Image.png");
}
.digitalCard {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.digitalCard:hover {
    box-shadow: var(--bs-box-shadow-lg);
    transform: translate3d(0, -10px, 0);
}
.section{
    background-color: #f8f8f8;
}
section li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
section li {
    list-style: none;
    margin-bottom:16px;
    position: relative;
    padding-left: 30px;
}