.system_link {
    width: fit-content;
    height: fit-content;
    display: block;
}


.system_link > img {
    width: 100%;
    cursor: zoom-in;
    object-fit: contain;
    cursor: zoom-in;
    max-height: 95vh;
    object-position: left top;
    transition: 0.2s ease-out;
}

.system_link > img:hover {
    opacity: 0.9;
}

h1 {
    margin-bottom: 50px;
    font-weight: 700;
}

h2 {
    margin-bottom: 0;
}