.mb_header__title{
    text-rendering: optimizelegibility;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 3px;
    text-size-adjust: 100%;
}

.mb_partners_border_grean {
    border-bottom: 0.8px solid rgb(238, 238, 238);
    border-left: 0.8px solid rgb(238, 238, 238);
    border-right: 0.8px solid rgb(238, 238, 238);
    border-radius: 3px;
    border-top: 1.6px solid rgb(114, 192, 44);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.mb_partners_border_blue {
    border-bottom: 0.8px solid rgb(238, 238, 238);
    border-left: 0.8px solid rgb(238, 238, 238);
    border-right: 0.8px solid rgb(238, 238, 238);
    border-radius: 3px;
    border-top: 1.6px solid rgb(51, 152, 220);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.facts_cards {
    border-bottom-color: rgb(238, 231, 230);
    border-bottom-style: solid;
    border-bottom-width: 0.8px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(238, 238, 238);
    border-left-style: solid;
    border-left-width: 0.8px;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 0.8px;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 0.8px;
}
.facts_cards > * {
            display: block;
            transition: transform 0.5s ease; /* Плавная анимация CSS */
        }

