/* ====== Typography ====== */
:root {
    --font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, "Liberation Sans", sans-serif;
    --font-head: "Unbounded", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", Arial, sans-serif;

    /* масштаб шапок (подправишь под свой UI) */
    --h1: clamp(32px, 3.2vw, 48px);
    --h2: clamp(24px, 2.4vw, 36px);
    --h3: clamp(20px, 1.8vw, 28px);
    --lh-head: 1.15;
    --lh-body: 1.6;
}

input {
    padding: 5px;
    border-radius: 10px;
    border: none;
}

html {
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: var(--lh-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: var(--font-head);
    line-height: var(--lh-head);
    letter-spacing: 0;
    margin: 0 0 .5em;
}

h1 mark {
    font-size: 0.7em;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    color: #034f6f;
    background-color: #0000 !important;
}

.section-title.h2 {
    font-size: 30px;
    font-family: var(--font-head);
    margin: 60px auto;
}

h1 {
    font-size: var(--h1);
    font-weight: 700;
}

h2 {
    font-size: var(--h2);
    font-weight: 700;
}

h3 {
    font-size: var(--h3);
    font-weight: 600;
}

p {
    margin: 0 0 1em;
}

ul {
    list-style: none;
    padding: 0;
    line-height: 1.8em;
}

.footer-desc ul li {
    position: relative;
    padding-left: 25px;
}

.footer-desc ul li:before {
    content: '';
    width: 20px;
    height: 100%;

    position: absolute;
    background-image: url('https://masterfast.com.ua/wp-content/themes/masterfast/assets/check.svg');
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.section-title {
    color: #1b8cb8;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.mf-phones-dd {
    position: relative;
    display: inline-block;
}

.mf-phone-main {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mf-dd-toggle {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    transition: transform .2s;
}

.header-contacts .mf-phone a {
    color: #014f6f;
    text-decoration: none;
}

.header-contacts .mf-phone {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.mf-phone-list {
    position: absolute;
    top: 45%;
    left: 50%;
    background: #fff;
    border-radius: 6px;
    margin-top: 6px;
    padding: 10px;
    list-style: none;
    display: none;
    z-index: 100;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    width: 120%;
    transform: translateX(-50%);
}

.header-contacts .mf-phone-list li {
    white-space: nowrap;
    margin-left: 10px;
}

.mf-phones-dd.open .mf-phone-list {
    display: block;
}

.mf-phones-dd.open .mf-dd-toggle {
    transform: rotate(180deg);
}

/* ПК: показывать по hover */
@media (hover: hover) {
    .mf-phones-dd:hover .mf-phone-list {
        display: block;
    }

    .mf-phones-dd:hover .mf-dd-toggle {
        transform: rotate(180deg);
    }
}

strong,
b {
    font-weight: 700;
}

.city-switcher,
.lang-switcher {
    --dd-font-size: 14px;
}

/* поставь свой (напр. 16px) */
/* Меню/кнопки могут быть немного плотнее */
.city-switcher__btn,
.lang-switcher__btn,
.city-switcher__menu,
.lang-switcher__menu,
.city-switcher__item a,
.lang-switcher__item a {
    font-size: var(--dd-font-size);
    line-height: 1.2;
    font-weight: 500;
    /* опционально: убрать/поменять на 400 */
}

/* Если используешь все caps в хедерах */
.heading--caps {
    text-transform: uppercase;
    letter-spacing: .04em;
}

.head-left img {
    max-width: 250px;
}

.head-left {
    padding: 15px;
    max-width: 35%;
    background: #e3f1f6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 70px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.head-left:before {
    content: '';
    background-image: url('https://masterfast.com.ua/wp-content/themes/masterfast/assets/main-master.webp');
    background-repeat: no-repeat;
    width: 250px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: -45%;
    transform: translateX(-50%);
    background-size: contain;
    z-index: -1;
}

.head-left .mf-phone {
    background: #1b8cb8;
    border-radius: 20px;
    padding: 2px 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.mf-phone img {
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    margin-left: -5px;
}

.head-left .mf-city-phones a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 18px;

}

.head-left .mf-city-phones {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.head-left .mfpf-consent {
    color: #828181;
}

.cta-title {
    text-transform: uppercase;
    margin: 20px auto;
    color: #2f2f2f;
}

.section--cta .section-title {
    font-family: var(--font-head);
    font-size: 30px;
}

.container.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 10px;
}

.custom-logo-link img {
    max-width: 180px;
    height: auto;
}

/* === Dropdown base (city + lang) unified container === */
.city-switcher,
.lang-switcher {
    position: relative;
    display: inline-block;
    font: inherit;
    --dd-bg: #fff;
    --dd-fg: #111;
    --dd-bd: #e5e7eb;
    --dd-hover: #f5f7fb;
    --dd-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* Кнопка */
.city-switcher__btn,
.lang-switcher__btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .75rem;
    line-height: 1.2;
    user-select: none;
    cursor: pointer;
    background: var(--dd-bg);
    color: var(--dd-fg);
    border: 1px solid var(--dd-bd);
    border-radius: .5rem;
    transition: border-radius .12s ease, border-color .12s ease, box-shadow .12s ease;
}

/* Стрелка */
.city-switcher__caret,
.lang-switcher__caret {
    display: inline-block;
    transition: transform .14s ease;
    will-change: transform;
}

.city-switcher.city-switcher--open .city-switcher__caret,
.lang-switcher.lang-switcher--open .lang-switcher__caret {
    transform: rotate(180deg);
}

/* Меню */
.city-switcher__menu,
.lang-switcher__menu {
    position: absolute;
    top: calc(100%);
    right: 0;
    left: 0;
    /* ширина = кнопке */
    z-index: 10000;
    list-style: none;
    margin: 0;
    padding: 6px;
    background: var(--dd-bg);
    color: var(--dd-fg);
    border: 1px solid var(--dd-bd);
    border-radius: 0 0 .5rem .5rem;
    box-shadow: var(--dd-shadow);
    overflow: hidden;

    /* единая граница: накрываем шов с кнопкой */
    margin-top: -1px;
    /* перекрыли нижнюю границу кнопки */

    /* старт: скрыто */
    opacity: 0;
    transform-origin: top;
    transform: scaleY(.92);
    visibility: hidden;
    pointer-events: none;
    transition: opacity .12s linear, transform .16s cubic-bezier(.2, .8, .2, 1), visibility 0s linear .16s;
    will-change: opacity, transform;
    padding-left: 22px;
    ;
}

/* открыто */
.city-switcher.city-switcher--open .city-switcher__menu,
.lang-switcher.lang-switcher--open .lang-switcher__menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    pointer-events: auto;
    transition: opacity .10s linear, transform .16s cubic-bezier(.2, .8, .2, 1), visibility 0s;
}

/* у кнопки убираем нижний радиус/границу — визуально общий контейнер */
.city-switcher.city-switcher--open .city-switcher__btn,
.lang-switcher.lang-switcher--open .lang-switcher__btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
    box-shadow: var(--dd-shadow);
}

.city-switcher.city-switcher--open .city-switcher__menu,
.lang-switcher.lang-switcher--open .lang-switcher__menu {
    border-top-color: transparent;
}

.city-switcher.city-switcher--open .city-switcher__btn,
.lang-switcher.lang-switcher--open .lang-switcher__btn {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.city-switcher__item a,
.lang-switcher__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .6rem .5rem;
    border-radius: .35rem;
    text-decoration: none;
    color: inherit;
}


.site-header,
.header-inner {
    overflow: visible;
}

@media (prefers-reduced-motion: reduce) {

    .city-switcher__menu,
    .lang-switcher__menu,
    .city-switcher__caret,
    .lang-switcher__caret {
        transition: none !important;
    }
}

#hero {
    background: #1b8cb8;
    color: #fff;
    padding: 150px 20px;
    margin-bottom: 40px;
    position: relative;
}

.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    border-radius: 50%;
    opacity: 0.3;
    animation: rise 10s infinite ease-in;
    background: radial-gradient(circle at 25% 25%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 40%,
            #f1f1f1 100%);
    box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.2);
}

.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

.hero-content {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.section--testimonials>div {
    max-width: 1200px;
    margin: auto;
}

.section--problems .container {
    width: 28%;
    background: #1b8cb81f;
    border-radius: 20px;
    padding: 15px;
    position: relative;
}

.section--problems img {
    max-width: 90px;
}

.section--problems .container>div {
    display: flex;
    gap: 10px;
}

.pp-image {
    position: relative;
    z-index: 2;
}

.pp-image::before {
    max-width: 100%;
    background: #b2cbe159;
    border-radius: 50%;
    content: ;
    content: '';
    height: 80px;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 80px;
    z-index: -1;
}

.footer-desc {
    margin-bottom: 0 !important;
}

.section--problems,
.adv-grid,
.rev-list,
.footer-desc,
.cities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
}

.footer-desc ul,
.footer-desc p {
    margin: 0;

}

.footer-desc {
    flex-direction: column;
    gap: 20px !important;
}

.pp-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #5e8d9f85;
}

#cta {
    background: #1b8cb8;
    color: #fff;
    padding: 80px;
    display: flex;
    margin: 40px auto;
    position: relative;
}

.cta-inner {
    max-width: 1200px;
    display: flex;
    margin: auto;
    position: relative;
}

.cta-image {
    z-index: 2;
}

.cta-inner::before {
    background: #004e6dbd;
    right: 0;
    width: 300px;
    height: 300px;
    content: '';
    position: absolute;
    z-index: 1;
    border-radius: 50%;

}

#cta .section-title {
    color: #fff;
    text-align: left;
}

#cta .container {
    max-width: 700px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.cta-lead {

    color: #004e6d;
    font-weight: 600;
}

#cta .mfpf-consent {
    color: #004e6d;
}

.cta-image {
    max-width: 300px;
    top: -30px;
}

#cta .mfpf-input {
    max-width: 200px;

}

#cta .mf-phone {
    background: #004e6d;
    padding: 2px 10px;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}

#cta .mf-city-phones a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;

}

#cta .mfpf-btn {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

#cta .mf-city-phones {
    margin: 20px 0;
    display: flex;
    gap: 5px;
}

.mfpf-row img {
    position: absolute;
    left: 8px;
    border-radius: 3px;
}

.mfpf-row {
    position: relative;
}

.mfpf-input {
    font-size: 16px;
    padding-left: 30px !important;
}

.adv-card {
    width: 30%;
}

.pp-group-price {
    background: #034f6f;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    width: 120px;
    display: block;
    font-size: 14px;
}

.adv-title {
    font-family: var(--font-head);
    font-size: 20px;
    border-bottom: 4px solid #1b8cb854;
    text-align: center;
    padding-bottom: 10px;
}

#faq {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

/* === FAQ accordion === */

.faq-item+.faq-item {
    border-top: 1px solid #e5e7eb;
}

.faq-trigger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    width: 100%;
    padding: .9rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font: inherit;
    text-align: left;
    color: inherit;
}

.faq-trigger:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

.faq-trigger__text {
    font-weight: 600;
}

/* Иконка «плюс/минус» — две линии */
.faq-trigger__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: #1b8cb8;
    border-radius: 50%;
    padding: 5px;
}

.faq-trigger__icon::before,
.faq-trigger__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transform: translate(-50%, -50%);
    transition: transform .2s ease, opacity .2s ease;
}

/* вертикальная палка плюса */
.faq-trigger__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* в открытом состоянии прячем вертикальную палку — получается «минус» */
.faq-trigger[aria-expanded="true"] .faq-trigger__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(.5);
}

/* Панель с плавной анимацией высоты */
/* было: transition: height ...  -> удалить */
.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
}

.faq-panel__inner {
    padding: 0 0 1rem;
    color: #374151;
}

#rev-dots {
    text-align: center;
}

.rev-meta {
    display: flex;
    gap: 10px;
}

.rev-author {
    font-size: 14px;
    ;
}

.rev-item {
    background: #e3f1f685;
    border-radius: 20px;
    padding: 10px;
    padding-right: 10px;
    min-height: 200px;

}

.tns-nav button {
    padding: 4px 6px;
    border: none;
    background: #dadada;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
    transition: width .18s ease, background-color .18s ease, transform .18s ease;
}

.tns-nav button[aria-selected="true"],
.tns-nav .tns-nav-active {
    background: #1b8cb894;
    width: 28px;
    /* “капсула” вместо кружка */
}

.tns-slider {
    display: flex;
    align-items: center;
}

#hero .container {
    z-index: 999;
    position: relative;
}

.header-phones a {
    color: #1b8cb8;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
}

.header-contacts {
    display: flex;
    gap: 20px;
}

.header-hours,
.header-phones {
    display: flex;
    gap: 5px;
    align-items: center;
}

.header-phones .mf-city-phones {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
}

.header-hours {
    font-size: 14px;
    letter-spacing: 1px;

}

.site-footer {
    background: #1f1f1f;
    color: #fff;
    margin-top: 70px;
}

.container.footer-inner {
    max-width: 1200px;
    margin: auto;
    padding: 30px 10px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer .copyright,
.footer-nav a {
    font-size: 13px;
    text-align: center;
}

.app-develop {
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    max-width: 220px;
    color: #fff;
    margin: 10px auto;
}

/* Тонкая настройка при желании */
.footer-desc {
    --fd-collapsed: 350px;
    --fd-fade: 94px;
    --fd-bg: #fff;
    line-height: 200%;
}

/* Блок */
.footer-desc {
    position: relative;
    overflow: hidden;
}

.footer-desc--collapsed {
    max-height: var(--fd-collapsed);
}

.footer-desc--anim {
    transition: max-height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .footer-desc--anim {
        transition: none;
    }
}

/* Градиент виден ТОЛЬКО в свернутом состоянии */
.footer-desc--collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--fd-fade);
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--fd-bg) 80%);
}

/* Кнопка: без хитростей, всегда видима */
.footer-desc__toggle {
    padding: .6rem 1rem;
    border: none;
    border-radius: 10px;
    background: #004e6d;
    cursor: pointer;
    font: inherit;
    font-size: inherit;
    line-height: inherit;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 140px;
}


.footer-desc__toggle[disabled] {
    cursor: default;
    opacity: .7;
}

.city-item {
    background: #1b8cb81f;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    min-width: 30%;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.city-item a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.city-name {
    font-size: 20px;
    font-weight: 600;
    color: #075e81;
}

@media (max-width: 758px) {

    #advantages,
    #popular-problems,
    .faq,
    .cities-list,
    .footer-desc__inner {
        padding: 15px;
    }

    .site-header,
    .header-inner {
        position: sticky;
        top: 0;
        z-index: 50;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    }

    .header-hours,
    .city-switcher {
        display: none;
    }

    .custom-logo-link img {
        max-width: 140px;
        height: auto;
    }

    .container.header-inner {
        justify-content: center;
        max-width: 100%;
        flex-wrap: wrap;
        gap: 5px 25px;
    }

    .hero-content {
        padding: 0px;
        max-width: 100%;
    }

    #hero {
        padding: 15px 20px;
    }

    .head-left {
        max-width: 95%;
    }

    h1 {
        font-size: 24px !important;
        line-height: 150%;
    }

    .head-left::before {
        top: -40%;
    }

    .mfpf-row {
        flex-wrap: wrap;
    }

    .mfpf-btn {
        width: 100%;
    }

    .section--problems .container,
    .adv-card {
        width: 100%;
    }

    #cta {
        padding: 0;
    }

    .cta-inner {
        padding: 15px;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .mfpf-consent {
        text-align: center;
    }

    .cta-image {
        max-width: 250px;
        margin: auto;
    }

    .cta-inner::before {
        right: auto;
        left: 50%;
        width: 250px;
        height: 250px;
        bottom: 10px;
        transform: translateX(-50%);
    }

    #cta .mf-city-phones {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #cta .section-title,
    .cta-lead {
        text-align: center;
    }

    .section--cta .section-title {
        font-size: 22px;
    }

    .faq-trigger__icon {
        width: 12px;
        height: 12px;
        flex: 0 0 12px;

    }

    .container.footer-inner {
        max-width: 100%;
        padding: 20px 10px;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .section-title.h2 {
        font-size: 20px;
        margin: 40px auto;
        max-width: 90%;
    }

    .city-item {
        min-width: 38%;

    }

    .mfpf-row img {
        top: 16%;
        z-index: 2;
    }

    .head-left .mfpf-consent {
        text-align: center;
    }

    .hero-content .mfpf-btn {
        background: #034f6f;
        color: #fff;
    }

    .mfpf-row {
        max-width: 80%;
        margin: auto;
    }

    .section--problems img {
        max-width: 75px;
    }

    .pp-image::before {

        height: 70px;

    }

    .has-text-align-center.cta-title {
        font-size: 13px;
    }

    .hero-content .is-layout-flex {

        gap: 4.5em;
    }

    .custom-logo-link.logo {
        display: block;
        width: 100%;
        text-align: center;
    }

    #cta .mfpf-input {
        max-width: 100%;
    }
        .footer-desc h2 {
            font-size: 20px!important;
        }
}
.footer-desc h2 {
    font-size: 25px !important;
}
mfpf-result {
    color: white;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    background: #1f991ffc;
    max-width: 300px;
    margin: auto;
    margin-top: auto;
}
.footer-desc__inner .list {
    margin: 20px auto;
}
.h2-like {
    font-weight: 600;
    margin: 20px auto;
    text-transform: uppercase;
    text-align: center;
}