.text-and-image__img {
    object-fit: cover;
}

.text-and-image {}

.text-and-image ul li::marker {color: var(--primary);}
.text-and-image--v2 {}

.text-and-image--v2 ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 45px;
}

.text-and-image--v2 ul li {
    padding-block: 20px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(3, 75, 177, 0.3);
}


.text-and-image--v2 ul li:first-of-type {
    border-width: 1px 0 1px 0;
}