.informator-template {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.informator-template .informator-body {
    flex: 1;
}

.informator-template h5 {
    margin-bottom: 20px;

    font-size: var(--font-size-m);
    font-weight: 500;
    padding: 5px;
    margin: 0;

}

.card-title a {
    font-size: var(--font-size-l);
    font-family: "Roboto";
    font-weight: 500;
    color: var(--primary-button-text-color-hover) !important;
}