.QX-11228199
{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}/* .QX-11228199 .titleWra {
    font-weight: 300;
    text-align: center;
    width: 100%;
    font-size: 2.5em;
    margin-bottom: 16px;
} */
.QX-11228199 .wrapper
{
    width: calc(100% - 20px);
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
}
.QX-11228199 .tile
{
    width: calc(33.3% - 32px);
    padding: 4em 1em;
    transition: all .3s ease;
    margin: 1.5rem 0 2rem;
    position: relative;
}
.QX-11228199 .tile>a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.QX-11228199 .tile:hover
{
    background: #fff;
    -webkit-box-shadow: 0 8px 43px 0 rgba(0,0,0,.13);
    box-shadow: 0 8px 43px 0 rgba(0,0,0,.13);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.QX-11228199 .imgBox
{
    height: 100px;
    width: 100px;
    margin: auto;
    margin-bottom: 2em;
}
.QX-11228199 .imgBox .blocks-image>img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.QX-11228199 .imgBox .backstage-componet, .QX-11228199 .imgBox .backstage-componet-bd
{
    width: 100%;
    height: 100%;
}
.QX-11228199 .titleBox
{
    position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 1.35; 
    word-break: break-word;
}
.QX-11228199 .docsBox
{
    position: relative;
    font-size: 12px;
    margin: 10px 0;
    text-transform: none;
    letter-spacing: 0;
    padding: 0 20px;
    text-align: center; 
    height: 220px;
}
.QX-11228199 .buttonBox
{
    display: inline-block;
}
.QX-11228199 .but1:hover .blocks-button::before
{
    opacity: .1;
}
.QX-11228199 .but1
{ 
    position: relative;
    z-index: 2;
}
.QX-11228199 .but1 .blocks-button::before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0;
    transition: .3s;
}
.QX-11228199 .buttonBox .backstage-componet
{
    display: flex;
    justify-content: center;
}
.QX-11228199 .butWra
{
    display: flex;
    justify-content: center;
}
.QX-11228199 .but
{
    padding: 1em 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    word-break: break-word;
    text-align: center;
}
.QX-11228199 .but>a
{
    color: inherit;
}
@media screen and (max-width: 700px)
{
    .QX-11228199 .tile
    {
        width: 100%;
        box-shadow: 0 8px 43px 0 rgba(0,0,0,.13);
        background: #fff;
        padding: 4em 0;
        margin: 20px 0;
    }
    .QX-11228199 .tile:nth-of-type(1)
    {
        margin: 0 0 20px 0;
    }
    .QX-11228199 .tile:hover
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .QX-11228199 .wrapper
    {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}