.blue-bg {
    background: var(--primary-color);
    color: #fff;
}
.blue-bg.section-text-module .item-btn-text-module {
    background: #fff;
    color: var(--primary-color);
}
.blue-bg .text-text-module a {
    color: #fff;
    text-decoration: underline;
}
.blue-bg .text-text-module a:hover, .blue-bg .text-text-module a:focus {
    color: var(--other-color);
    text-decoration: none;
}
.non-blue-bg.section-text-module .item-btn-text-module {
    color: #fff;
    background: var(--primary-color);
}
.section-text-module .item-btn-text-module:hover, .section-text-module .item-btn-text-module:focus {
    color: #fff;
    background: var(--other-color);
}
