.info14_container {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.info14_part_content {
    padding-top: 120px;
}
.info14_img_wrapper {
    text-align: center;
    padding-top: 120px;
    position: relative;
}
.info14_img_wrapper > img {
    max-width: 800px;
    object-fit: cover;
}
.info14_img_text > h3 {
    font-size: 22px;
    color: #666;
    text-align: end;
}
.info14_img_text > h3 > span {
    color: rgb(188, 243, 247);
    font-size: 100px;
    font-weight: bold;
    margin-right: 6px;
}

.info14_img_text > p {
    color: rgb(153, 153, 153);
    font-size: 14px;
    line-height: 29px;
    width: 225px;
    word-break: break-all;
}
.info14_text_position_1 {
    position: absolute;
    left: 140px;
    top: 10px;
    text-align: right;
}
.info14_text_position_2 {
    position: absolute;
    right: 140px;
    top: 10px;
    text-align: left;
}
.info14_text_position_2 > h3 {
    text-align: left;
}

.info14_text_position_3 {
    position: absolute;
    left: 10px;
    bottom: 60px;
    text-align: right;
}
.info14_text_position_4 {
    position: absolute;
    right: 10px;
    bottom: 60px;
    text-align: left;
}
.info14_text_position_4 > h3 {
    text-align: left;
}

@media (max-width: 768px) {
    .info14_text_position_1,
    .info14_text_position_2,
    .info14_text_position_3,
    .info14_text_position_4 {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        text-align: left;
    }
    .info14_img_text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .info14_img_text > h3 {
        text-align: left;
        margin-left: 0;
        font-size: 14px;
    }
    .info14_img_text > h3 > span {
        font-size: 60px;
    }
    .info14_img_text > p {
        width: auto;
        font-size: 12px;
        width: 150px;
    }
    .info14_mobile_flex {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .info14_img_wrapper {
        padding-top: 60px;
    }
    .info14_img_wrapper > img {
        width: 100%;
    }
}
