﻿.link-page {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #cacaca;
    display: flex;
    align-items: center;
    align-content: space-between;
    height: 128px;
    text-decoration: none;
    margin: 5px 0;
}

.link-page:hover {
    border: 1px solid #413939;
    text-decoration: none;
}

.link-page__icon {
    font-size: 50px;
    padding: 0 20px;
}
.link-page__text {    
    font-size: 16px;
    padding: 0 10px;
}