body {
    background-color:#f8f8fa;
}

.tmenu-mobile__container {
    min-height: 55px !important;
    padding: 5px 20px !important;
}

    @media screen and (max-width: 960px) {
        ul.t938__features {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            max-width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -ms-overflow-style: none;
            scrollbar-width: none;
            flex-wrap: unset !important;
        }
        ul.t938__features li {
            min-width: 85%;
            max-width: 85%;
            box-sizing: content-box;
            padding-right: 15px;
        }
    }

    .t851__bg,
    .t851__overlay,
    .t851__cell,
    .t851__animation_slow,
    .t851__table,
    .t814__content,
    .t814__blocktext,
    .t-popup__container {
        border-radius: 10px;
    }
    
    @media screen and (min-width: 960px) {
        #rec674218322.t938__background-image {
            background-color: #f8f8fa !important;
            background-position: center right !important;
        }
        
        .t938__background-image {
            background-color: #f8f8fa !important;
            background-position: center left !important;
            width:40% !important;
        }
        
        .t938__content,
        .t938__content_flipped {
            width:60% !important;
        }
    }
    
    @media screen and (max-width: 640px) {
        .t938__background-image {
            background-color: #f8f8fa !important;
            background-size: contain !important;
            height: 400px !important;
        }
    }
    
    .t998__item {
        border-radius: 10px !important;
        height: 130px !important;
        padding: 10px !important;
    }
    @media screen and (max-width: 640px) {
        .t998__item {
            width: 160px !important;
        }
    }
    
    .t998__col {
        padding-bottom: 0 !important
    }
    