.block3 ul {
    list-style: none;
    padding: 0;
}
.block3 ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.block3 ul li .media {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}