@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Variable/Rubik-Variable.woff2') format('woff2');
    font-weight: 100 1000;
    font-optical-sizing: auto;
    font-stretch: 0% 200%;
    font-style: normal;
    font-display: swap;
}

.business-deposits-helpfull-info__wrapper * {
    box-sizing: border-box;
}

.business-deposits-helpfull-info__wrapper {
    --business-deposits-helpfull-info-container-max-width: 1200px;

    /* семейства шрифтов начало */
    --font-family-rubik: "Rubik";
    /* семейства шрифтов конец */

    /* цвета начало */

    /* цвета шрифтов начало */
    --business-deposits-helpfull-info-font-color-black-1: #000000;
    --business-deposits-helpfull-info-font-color-blue-1: #00b0ff;
    /* цвета шрифтов конец */

    /* цвета конец */

    font-family: var(--font-family-rubik);
    font-weight: 300;
    line-height: normal;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 120px;
}

.business-deposits-helpfull-info__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: center;
    max-width: var(--business-deposits-helpfull-info-container-max-width);
    width: 100%;
    padding-inline: 25px;
}

.business-deposits-helpfull-info__title {
    font-family: var(--font-family-rubik);
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    color: var(--business-deposits-helpfull-info-font-color-blue-1);
}

.business-deposits-helpfull-info__feedback {
    font-family: var(--font-family-rubik);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: var(--business-deposits-helpfull-info-font-color-black-1);
}

.business-deposits-helpfull-info__feedback a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-out all;
    color: var(--business-deposits-helpfull-info-font-color-blue-1);
    border: none;
}

.business-deposits-helpfull-info__feedback a:hover {
    color: var(--business-deposits-helpfull-info-font-color-blue-1);
    font-weight: 500;
}