.info21_wrapper {
    padding: 80px 0 0;
}
.info21_content {
    display: flex;
    min-height: 396px;
}
.info21_img {
    flex: 1;
}
.info21_img > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.info21_img > a > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.info21_object_reverse {
    flex-direction: row-reverse !important;
}
.info21_text {
    padding-top: 40px;
    width: 50%;
    height: 100%;
}
.info21_text_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 100px;
}
.info21_text_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 100px;
}
.info21_text_wrapper {
    position: relative;
}
.info22_getmore > img {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}
.info21_getmore {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: -20px;
    cursor: pointer;
}
.info21_getmore > img {
    width: 14px;
    height: 14px;
    margin-left: 8px;
}
.info21_text_num {
    width: 100px;
    height: 111px;
    background: url("../images/info21-number.png") no-repeat center;
    font-size: 55px;
    color: #005aa4;
    font-weight: bold;
    text-align: center;
    line-height: 110px;
    transform: translate(-8px, 20px);
}
.info21_text_title {
    margin-bottom: 10px;
}
.info21_text_subtitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    width: 400px;
}
.info21_text_description {
    white-space: pre-line;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

@media (max-width: 768px) {
    .info21_content {
        display: block;
        height: auto;
    }
    .info21_text {
        width: 100%;
    }
    .info21_text_left {
        display: block;
    }
    .info21_text_subtitle {
        width: auto;
    }
    .info21_text_title {
        font-size: 18px !important;
    }
    .info21_text_left{
        padding-left: 20px;
    }
    .info21_text_right{
        padding-right: 0;
        padding-left: 20px;
        align-items: flex-start;
    }
}
