.t938 .t-section__topwrapper {
    margin: 0px 0px 20px 0px;
}

.t938__feature-icon_empty {
    display: none;
}

.titleBlock {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 50px 0px;
    overflow: hidden;
}

.titleBackground {
    position: absolute;
    top: 0px;
    right: -100px;
    width: 2000px;
    height: 100%;
    background-color: #ffb03f;
}


.title {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.titleTextBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: fit-content;
    padding: 25px 10px;
}

.titleText {
    position: relative;
    width: fit-content;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: TildaSans;
    color: white;
}

.descrptionX {
    margin: 15px 0px 0px 0px;
    position: relative;
    width: 80%;
    font-family: TildaSans;
    font-size: 18px;
    color: white;
    text-transform: unset;
}

@media(max-width: 1200px) {
    .title {
        max-width: 960px;
    }
}

@media(max-width: 960px) {
    .title {
        max-width: 680px;
    }
    
    .titleTextBlock {
        justify-content: center;
    }
    
    .titleText {
        text-align: center;
    }
    
    .titleBackground {
        right: unset;
        left: 0;
        width: 100%;
    }
}

@media(max-width: 680px) {
    .br {
        display: none;
    }
    
    .titleText {
        font-size: 30px;
    }
    
    .titleTextBlock {
        padding: 25px 40px;
    }
    
    .title {
        justify-content: center;
    }
}

@media(max-width: 480px) {
    .titleTextBlock {
        padding: 25px 10px;
    }
}