.experience {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.experience li .period::before {
    display: flex;
    flex-direction: row;
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://raw.githubusercontent.com/SabrinaPaschini/portfolio-sabrina-p/8e290e54c542e81bc81a2b53f905d124facaa856/assets/data/icons/caldendar.svg);
    margin-right: .5rem;

}

.experience li {
    margin-bottom: 0.5rem;
}