﻿.imgText25584 .row_1 .backstage-blocksEditor-wrap{
    font-family: OpenSans-Bold;
    font-size: 34px;
    color: #333333;
    text-align: center;
    line-height: 28px;
}
.location__25584{
    margin: 0!important;
}
.imgText25584 .row_2{
    display: flex;
    justify-content: center;
}
.imgText25584 .line{
    width: 50px;
    height: 5px;
    background: #0090D3;
    border-radius: 2.5px;
    margin: 16px 0 30px 0;
}
.imgText25584 .row_3 li {
    display: flex;
}
.imgText25584 .row_3 li:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}
.imgText25584 .row_3 li .leftBox{
    width: 50%;
    position: relative;
    /* height: 0; */
    padding-top: 32%;
}
.imgText25584 .row_3 li .leftBox img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.imgText25584 .row_3 li .rightBox{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FBFBFB;
}
.imgText25584 .row_3 li .rightBox .row_top{
    margin-left: 14%;
    margin-right: 14%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.imgText25584 .row_3 li .rightBox .row_bottom{
    margin-left: 14%;
    margin-right: 14%;
    margin-bottom: 20px;
}
.imgText25584 .row_3 li .rightBox .row_top .row_top_left{
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.imgText25584 .banner-name{
    font-family: OpenSans-Bold;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    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;
}
.imgText25584 .banner-docs{
    margin-top: 20px;
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
    .imgText25584 .row_3 li .rightBox .row_top .row_top_right .banner-name span,
    .imgText25584 .row_3 li .rightBox .row_top .row_top_right .banner-name strong{
        font-size: inherit;
        color: inherit;
        font-family: inherit;
    }
    .imgText25584 .row_3 .siteblocks-header-banner ul li .rightBox .row_bottom .banner-docs span,
    .imgText25584 .row_3 .siteblocks-header-banner ul li .rightBox .row_bottom .banner-docs strong{
        font-size: inherit;
        color: inherit;
        font-family: inherit;
    }
    .imgText25584 .row_1 .backstage-blocksEditor-wrap span,
    .imgText25584 .row_1 .backstage-blocksEditor-wrap strong{
        font-size: inherit;
        color: inherit;
        font-family: inherit;
    }
.imgText25584 .row_3 li .rightBox .row_top .row_top_left img{
    width: 87px;
    height: 87px;
    object-fit: contain;
}
@media (max-width: 1220px) {
    .container_25584 {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .imgText25584 .row_3 li{
            flex-direction: column!important;
            margin-bottom: 30px;
    }
    
    .imgText25584 .row_3 li .leftBox{
            padding-top: 64%;
            width: 100%;
            
    }
    .imgText25584 .row_3 li .rightBox{
        width: 100%;
    }
    .imgText25584 .row_3 li .rightBox .row_top{
        margin:20px 20px 0;
    }
    .imgText25584 .row_3 li .rightBox .row_top .row_top_left{
        margin-right: 15px;
    }
    .imgText25584 .row_3 li .rightBox .row_top .row_top_right .banner-name{
        font-family: OpenSans-Bold;
        font-size: 20px;
        color: #333333;
        line-height: 28px;
    }


    .imgText25584 .row_3 li .rightBox .row_top .row_top_left img{
        width: 54px;
        height: 54px;
    }
    .imgText25584 .row_3 li .rightBox .row_bottom .banner-docs{
        margin-top: 15px;
    }
    .imgText25584 .row_3 li .rightBox .row_bottom{
        margin:0 20px 30px;
    }
}
@media (max-width: 500px) {
    .imgText25584 .row_3 li .rightBox .row_top .row_top_left img{
        width: 36px;
        height: 36px;
    }
}