@media screen and (min-width: 1200px) {
    .about_text {
        position: relative;
        width: 100%;
        height: 337px;
        margin-bottom: 50px;
    }

    .left {
        float: left;
        top: 0px;
        width: 600px;
        height: auto;
        margin-right: -264px;
        border-radius: 8px;
    }

    .right {
        float: right;
        width: 680px;
        height: auto;
        margin-top: 4px;
        padding: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        box-sizing: border-box;
        position: relative;
        z-index: 99;
        cursor: default;
    }

    .about_apcm {
        margin-bottom: 50px;
    }

    .text {
        padding: 0 20px 10px;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
    }

    .about_team {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .item {
        width: 48%;
        background: #ffffff;
        box-shadow: 1px 1px 10px 0px rgba(65, 79, 100, 0.1);
        margin-bottom: 40px;
        padding: 20px;
        background-color: #f9f9f9;
    }


    .item_name {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .item_position {
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 870px) {
    .about_text {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .left {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .right {
        position: absolute;
        width: 90%;
        height: auto;
        margin-left: 5%;
        padding: 20px;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        box-sizing: border-box;
        z-index: 99;
        cursor: default;
        top: 50%;
        transform: translateY(-50%);
    }

    .about_apcm {
        margin-bottom: 50px;
    }

    .text {
        padding: 0 20px 10px;
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
    }

    .about_team {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .item {
        width: 48%;
        background: #ffffff;
        box-shadow: 1px 1px 10px 0px rgba(65, 79, 100, 0.1);
        margin-bottom: 40px;
        padding: 20px;
        background-color: #f9f9f9;
    }


    .item_name {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .item_position {
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 870px) {
    .about_text {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .left {
        width: 100%;
        height: 500px;
        border-radius: 8px;
    }

    .right {
        position: absolute;
        width: 90%;
        height: auto;
        margin-left: 5%;
        padding: 18px;
        font-size: 18px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 24px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        box-sizing: border-box;
        z-index: 99;
        cursor: default;
        top: 50%;
        transform: translateY(-50%);
    }

    .about_apcm {
        margin-bottom: 30px;
    }

    .text {
        padding: 0 0 10px;
        font-size: 18px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 24px;
    }

    .about_team {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .item {
        width: 100%;
        background: #ffffff;
        box-shadow: 1px 1px 10px 0px rgba(65, 79, 100, 0.1);
        margin-bottom: 40px;
        padding: 20px;
        background-color: #f9f9f9;
    }


    .item_name {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .item_position {
        font-size: 20px;
        font-weight: 500;
        color: #0d0d0e;
        line-height: 36px;
        text-align: center;
        margin-bottom: 20px;
    }
}