.QX-11228954 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.QX-11228954 .imgBox{
    position: relative;
    z-index: 2;
}
.QX-11228954 .textBox {
    padding: 50px 100px;
    width: calc(100% - 200px);
    -webkit-box-shadow: 0 8px 25px 0 rgba(38, 55, 70, 0.1);
    box-shadow: 0 8px 25px 0 rgba(38, 55, 70, 0.1);
    margin-top: -30px;
    background: #fff;
}

.QX-11228954 .textOne {
    font-family: "flamasemibold", sans-serif;
    font-size: 13px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
}

.QX-11228954 .textTwo {
    color: #D52B1E;
    font-size: 20px;
    /* font-style: italic; */
    text-align: center;
}

@media screen and (max-width:1200px) {
    .QX-11228954 {
        width: calc(100% - 20px);
    }

    .QX-11228954 .textBox {
        width: calc(100% - 64px);
        padding: 44px 32px 62px 32px;
    }
}

@media screen and (max-width:1000px) {
    .QX-11228954 .textOne {
        font-size: 10px;
    }
}
@media screen and (max-width:700px){
    .QX-11228954 .textBox{
        width: calc(100% - 32px);
        padding: 40px 16px 30px 16px;
    }
    .QX-11228954 .textTwo{
        font-size: 18px;
    }
}