/* 1 */
.xrld2 .d {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0, .15);
    -ms-flex: 1;
    -ms-flex-preferred-size: auto;
    flex: 1;
    display: -ms-flexbox;
    display: flex;}

.xrld2 .d .bg1 {
    background: url(images/xrld2_b1.png) center no-repeat;
    background-size: cover;
    width: 7%;}

.xrld2 .d .inner {
    -ms-flex: 1;
    flex: 1;
    padding: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/xrld2_b2.jpg) center no-repeat;
    background-size: cover;}

.xrld2 .d .p {
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;}

.xrld2 .d .p:last-child {
    border-bottom: none;}

.xrld2 .d .p .th {
    font-size: 26px;
    width: 50%;
    border-right: 1px solid #d2d2d2;
    text-align: right;
    padding-left: 17%;
    padding-right: 17%;
    margin: 6px 0;
    line-height: 1.5;
    text-align: justify;
    text-align-last: justify;}

.xrld2 .d .p .td {
    font-size: 26px;
    line-height: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 6px 0;
    padding-left: 10%;
    text-indent: 0;}

@media only screen and (max-width: 1365px) {
.xrld2 .d{box-shadow: 0 0 10px rgba(0,0,0, .15);}
.xrld2 .d .p .th{font-size: 20px;}
.xrld2 .d .p .td {font-size: 20px;}
.xrld2 .d .inner{padding:30px;}
.xrld2 .d .p {padding:20px 0;}
}

@media only screen and (max-width: 1024px) {
.xrld2 .d .p .th{font-size: 18px;}
.xrld2 .d .p .td {font-size: 18px;}
.xrld2 .d .inner{padding:15px;}
.xrld2 .d .p {padding:10px 0;}
}

@media only screen and (max-width: 899px) {
.xrld2 .d .p .th{font-size: 16px;padding-left: 7%;padding-right: 7%;}
.xrld2 .d .p .td {font-size: 16px;}
.xrld2 .d .inner{padding:10px;}
.xrld2 .d .p {padding:5px 0;}
}

@media only screen and (max-width: 500px) {
.xrld2 .d .p .th{ padding-left: 3%;padding-right: 3%;}
}
