.location__25584 .blockCon25584 .row_1 .backstage-blocksEditor-wrap {
    font-family: OpenSans-Bold;
    font-size: 34px;
    color: #333333;
    text-align: center;
}

.location__25584 .blockCon25584 .row_2 {
    display: flex;
    justify-content: center;
}

.location__25584 .blockCon25584 .line {
    width: 50px;
    height: 5px;
    background: var(--color-matching-0);
    border-radius: 2.5px;
    margin: 16px 0 30px 0;
}

.location__25584 .blockCon25584 .row_3 li {
    display: flex;
}

.location__25584 .blockCon25584 .row_3 li:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}

.location__25584 .blockCon25584 .row_3 li .leftBox {
    width: 50%;
    position: relative;
    /* height: 0; */
    padding-top: 32%;
}

.location__25584 .blockCon25584 .row_3 li .leftBox img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.location__25584 .blockCon25584 .row_3 li .rightBox {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FBFBFB;
}

.location__25584 .blockCon25584 .row_3 li .rightBox .row_top {
    margin-left: 14%;
    margin-right: 14%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.location__25584 .blockCon25584 .row_3 li .rightBox .row_bottom {
    margin-left: 14%;
    margin-right: 14%;
    margin-bottom: 20px;
}

.location__25584 .blockCon25584 .row_3 li .rightBox .row_top .row_top_left {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.location__25584 .blockCon25584 .banner-name {
    font-family: OpenSans-Bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.location__25584 .blockCon25584 .banner-docs {
    margin-top: 20px;
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
}

.location__25584 .blockCon25584 .row_3 li .rightBox .row_top .row_top_right .banner-name span,
.location__25584 .blockCon25584 .row_3 li .rightBox .row_top .row_top_right .banner-name strong {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

.location__25584 .blockCon25584 .row_3 .siteblocks-header-banner ul li .rightBox .row_bottom .banner-docs span,
.location__25584 .blockCon25584 .row_3 .siteblocks-header-banner ul li .rightBox .row_bottom .banner-docs strong {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

.location__25584 .blockCon25584 .row_1 .backstage-blocksEditor-wrap span,
.location__25584 .blockCon25584 .row_1 .backstage-blocksEditor-wrap strong {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

.location__25584 .blockCon25584 .row_3 li .rightBox .row_top .row_top_left img {
    width: 87px;
    height: 87px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .location_blockCon25584_pack:not(.container) {
        width: 100%;
        margin: auto;
    }   

    .location_blockCon25584_pack.container .blockCon25584 {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .location__25584 .blockCon25584 .row_3 li {
        flex-direction: column !important;
        margin-bottom: 30px;
    }

    .location__25584 .blockCon25584 .row_3 li .leftBox {
        padding-top: 64%;
        width: 100%;

    }

    .location__25584 .blockCon25584 .row_3 li .rightBox {
        width: 100%;
    }

    .location__25584 .blockCon25584 .row_3 li .rightBox .row_top {
        margin: 20px 20px 0;
    }

    .location__25584 .blockCon25584 .row_3 li .rightBox .row_top .row_top_left {
        margin-right: 15px;
    }

    .location__25584 .blockCon25584 .row_3 li .rightBox .row_top .row_top_right .banner-name {
        font-family: OpenSans-Bold;
        font-size: 20px;
        color: #333333;
        line-height: 1.5;
    }


    .location__25584 .blockCon25584 .row_3 li .rightBox .row_top .row_top_left img {
        width: 54px;
        height: 54px;
    }

    .location__25584 .blockCon25584 .row_3 li .rightBox .row_bottom .banner-docs {
        margin-top: 15px;
    }

    .location__25584 .blockCon25584 .row_3 li .rightBox .row_bottom {
        margin: 0 20px 30px;
    }
}

@media (max-width: 500px) {
    .location__25584 .blockCon25584 .row_3 li .rightBox .row_top .row_top_left img {
        width: 36px;
        height: 36px;
    }
}