/* 将 .team_up-page 的宽度和高度去掉，由 Bootstrap 控制 */
.team_up-page {
    overflow-y: auto;
    overflow-x: hidden;
}

/* 左侧组样式，宽度交由 Bootstrap 栅格系统控制 */
.team_up-group {
    margin-top: 10%;
    padding-bottom: 29px;
}

/* 调整 .team_up-section 的宽度和自适应 */
.team_up-section {
    padding: 37px 27px 20px 32.5px; /* 缩小底部填充，方便图片放入 */
    background-image: linear-gradient(36.6deg, #b6c2fc 4.9%, #f1dfff 50.8%, #fff4de99 94%);
    border-radius: 13px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* 文本样式保持不变 */
.team_up-text {
    color: #000000;
    font-size: 23px;
    font-family: Poppins;
    font-weight: 600;
}

.team_up-font {
    font-size: 18px;
    font-family: Poppins;
    color: #000000;
}

/* 间距保持不变 */
.team_up-mt-18 {
    margin-top: 18px;
}

.team_up-image {
    width: 100%;
    height: auto; /* 高度自适应 */
    margin-top: 20px; /* 图片与文本之间的间距 */
}

/* 右侧组的宽度由栅格系统控制 */
.team_up-group_1 {
    margin-left: 0; /* margin-left 由 Bootstrap 控制 */
}

/* 背景图片适应栅格 */
.team_up-image-wrapper {
    padding: 80px 0 234px;
    background-image: url('https://ide.code.fun/api/image?token=672823b89be4a6001161b0d0&name=5167ee90e32682950607ab1e9d02a217.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* 小图片 */
.team_up-image_1 {
    margin-right: 31px;
    width: 12px;
    height: 12px;
}

.team_up-section_1 {
    padding: 36px 14px 40px 33.5px;
    background-image: linear-gradient(33.2deg, #f1dfff 4.9%, #fff4de99 94%);
    border-radius: 30px;
    max-width: 100%;
}

.team_up-font_1 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 700;
    color: #000000;
}

/* 间距保持一致 */
.team_up-mt-31 {
    margin-top: 31px;
}

.team_up-image-wrapper_1 {
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f3cccc;
    border-radius: 13px;
}

.team_up-image-wrapper_1 img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 保持图片比例，不会裁剪 */
    border-radius: 13px; /* 如果需要圆角效果与容器保持一致 */
}


.team_up-image_2 {
    width: 40px;
    height: 61px;
}
.team_up-text_1{
    font-weight: 600;
}
.team_up-font_2 {
    font-size: 18px;
    font-family: Poppins;
    color: #000000;
}

/* 间距调整 */
.ml-3 {
    margin-left: 1rem; /* 用于替换 Bootstrap 的 ml-11 */
}

.team_up-mt-11 {
    margin-top: 11px;
    width: 80%;
}
