.section-title h2, .partxt {
    color: #7827e6;
    font-size: 40px;
}
.statistic-block-digit h4 {
    font-size: 38px;
}

.flag-icon {
    font-size: 13px;
}



.flag-selector {
    position: relative;
    width: 40px;
    user-select: none;
    margin-left: 10px;
}

.flag-selector-mobile {
    position: absolute;
    left: 0px;
}

.flag-icon-mobile {
    font-size: 17px;
}

.flag-selected {
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.flag-options {
    display: none;
    position: absolute;
    top: 110%;
    left: -5px;
    width: 50px;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 1000;
    overflow: hidden;
}

.flag-options div {
    padding: 8px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.flag-options div:hover {
    background: #fff9f9;
}

.logo-white:hover {
    color: #FE9A0E !important;
}

.desktoplogo {
    align-items: center;
    display: flex;
}


@media (max-width: 768px) {

    .desktoplogo {
        display: none;
    }
    section {
        scroll-margin-top: 80px;
    }

    .divider {
        display: none;
    }
    .heromobile {
        padding-top: 50px;
        text-align: center;
    }

    .heromobiletxt{
        font-size: 37px !important;
    }

    .conceptmobile, .howmobile, .commobile {
        padding-top: 10px !important;
    }

    .partmobile {
        flex-flow: column-reverse !important;
    }
    .part2mobile {
        text-align: center;
    }
    .faqmobile {
        padding-top: 20px;
    }

    .footermobile {
        padding-top: 30px !important;
    }
    .footer2mobile>div {
        width: 100% !important;
        text-align: center;
    }
    .footer3mobile {
        display: flex;
        justify-content: center;
    }
    .isnotmobile {
        display: none;
    }
  }