
    div.t403__title {
    text-decoration-line: underline; /* подчеркивание */
    text-decoration-style: solid; /* тип подчеркивания */
    text-decoration-thickness: 2px; /* толщина подчеркивания */
    text-underline-offset: 3px; /* смещение от текста */
    }
    div.t403__title:hover {
    text-decoration: none;
