.seria {
    position: relative;
}

.seria::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;

    background-image: url('https://static.tildacdn.com/tild3161-6136-4866-b738-646365623061/streamline_cards.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    z-index: 10;
    pointer-events: none;
}

.t603__descr {
    color: green;
}

.t603__title {
    padding-bottom: 0px;
    font-size: 20px;
}

.uc-contact {
    
        display: flex !important;
    align-items: center;
    justify-content: center;
}