.info-block {
    padding: 0 8px;
    line-height: 18px;
}
.info-block a {
    color: var(--green) !important;
    font-weight: 500 !important;
    line-height: 18px !important;
}

@media (max-width: 1439px) {
    .info-block {
        text-align: center;
        font-size: 14px;
    }
    .info-block a {
        font-size: 14px !important;
    }
}
