﻿.epresto.ideaMap main .regularLayout .sut {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1em;
}

    .epresto.ideaMap main .regularLayout .sut img.logo {
        width: 50px;
        height: auto;
    }

    .epresto.ideaMap main .regularLayout .sut p {
        margin-bottom: 0;
    }
