.detail_about_bg {
    padding: 70px 0;
}

.detail_about_right_content {
    width: 535px;
    margin-left: 50px;
}

.detail_about_right_content p {
    font-size: 18px;
    line-height: 36px;
}

.mt3x {
    margin-top: 30px;
}

.detail_about_bg img {
    height: 540px;
}

.about_counter_box span {
    font-weight: bold;
    color: #058283;
    font-size: 46px;
}

.about_counter_box p {
    font-size: 24px;
    margin-top: 15px;
}

.about_counter_box {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_counter_box_left {
    border-right: 2px solid #e5eaec;
}

.detail_about_data_box {
    padding: 50px 0;
}

@media screen and (max-width: 768px) {
    .detail_about_bg .space_between_box {
        display: block;
    }

    .detail_about_bg {
        padding: 10px;
        box-sizing: border-box;
    }

    .detail_about_bg img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .detail_about_right_content {
        width: 100%;
        margin-left: 0;
    }

    .detail_about_right_content p {
        font-size: 16px;
        line-height: 30px;
    }

    .mt3x {
        margin-top: 20px;
    }

    .detail_about_data_box {
        padding: 20px 0;
    }

    .about_counter_box span {
        font-size: 30px;
    }

    .about_counter_box p {
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
    }
}