.customize_box {
    width: 100%;
    padding-top: calc(20px + 3rem);
    padding-bottom: calc(58px + 5rem);
}

.customize {
    max-width: 1310px;
    width: 85%;
    margin: auto;
}

.customize_pic {
    width: 100%;
    height: calc(56px + 20rem);
}

.customize_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customize_text {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1.5rem);
    margin-top: calc(17px + 2rem);
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: calc(8px + 3rem);
}

.customize_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(9px + 3rem);
    margin-top: calc(9px + 3rem);
}
.customize_item{
    padding-bottom: calc(19px + 2rem);
    border-bottom: 1px#D8D8D8  solid;
}

.customize_item .p1 {
    font-family: DM_Sans-medium;
    font-weight: 500;
    font-size: calc(10px + 1rem);
    color: #333333;
    line-height: calc(20px + 2rem);
    letter-spacing: 1px;
}
.customize_item .p2{
    margin-top: calc(8px + 1.5rem);
    font-family: DM_Sans-regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1.5rem);
}

.customize_item .p2 p {
    font-family: DM_Sans-regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1.5rem);

}

@media screen and (max-width: 1100px) {
    .customize_text{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .customize_item .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .customize_item .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .customize_item .p2 p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}