.solution_1_box {
    width: 100%;
    padding-top: calc(15px + 2rem);
    padding-bottom: calc(12px + 5rem);
}

.solution_1 {
    max-width: 1640px;
    width: 90%;
    margin: auto;
}

.solution_1 .p0 {
    font-family: DM_Sans_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);
    margin-top: calc(9px + 1rem);
}

.big_img {
    margin-top: calc(6px + 2rem);
}

.big_img img {
    width: 100%;
}

.solution_1_list {
    display: flex;
    justify-content: space-between;
    margin-top: calc(2px + 1rem);
}

.solution_1_item {
    width: 23.4146%;
}

.solution_1_pic {
    width: 100%;
    height: calc(40px + 10rem);
}

.solution_1_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution_1_text P:nth-of-type(1) {
    font-family: DM_Sans_bold;
    font-weight: 700;
    font-size: calc(4px + 1rem);
    color: #000000;
    line-height: calc(10px + 1.5rem);
    margin-top: calc(2px + 1rem);
}

.solution_1_text P:nth-of-type(2) {
    font-family: DM_Sans_regular;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 1rem);
    margin-top: calc(0px + 0.1rem);
}

.solution_2_box {
    width: 100%;
    padding-top: calc(17px + 4rem);
    padding-bottom: calc(5px + 4rem);
    background: #F8F7F6;
}

.solution_2 {
    max-width: 1530px;
    width: 90%;
    margin: auto;
}

.solution_2_list {
    display: flex;
    justify-content: space-between;
    margin-top: calc(8px + 1.5rem);
}

.solution_2_item {
    width: 23.5294%;
    height: calc(20px + 10rem);
    background: #FFFFFF;
    box-shadow: 0px calc(2px + 0.1rem) calc(5px + 0.25rem) 0px rgba(0, 0, 0, 0.08);
    border-radius: calc(5px + 0.25rem);
    border: 2px solid #F8F7F6;
    padding: calc(10px + 1.5rem) calc(1px + 1.5rem);
}

.solution_2_item p:nth-of-type(1) {
    font-family: DM_Sans_bold;
    font-weight: 700;
    font-size: calc(4px + 1rem);
    color: #000000;
    line-height: calc(10px + 1.5rem);
}

.solution_2_item p:nth-of-type(2) {
    font-family: DM_Sans_regular;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 1rem);
}

.solution_3_box {
    width: 100%;
    padding-top: calc(16px + 4rem);
    padding-bottom: calc(57px + 5rem);

}

.solution_3 {
    max-width: 1367px;
    width: 90%;
    margin: auto;
}

.solution_3_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(7px + 1.5rem);
    margin-top: calc(8px + 1.5rem);
}

.solution_3_item {
    width: 31.09%;
    height: calc(60px + 10rem);
    background: #FFFFFF;
    box-shadow: 0px calc(2px + 0.1rem) calc(5px + 0.25rem) 0px rgba(0, 0, 0, 0.02);
    border-radius: calc(5px + 0.25rem);
    border: 2px solid #EFEFEF;
    padding: calc(6px + 1rem) calc(1px + 1.5rem);
}

.solution_3_item p:nth-of-type(1) {
    font-family: DM_Sans_bold;
    font-weight: 700;
    font-size: calc(10px + 0.5rem);
    color: #FB7E4E;
    line-height: calc(10px + 1.5rem);
}

.solution_3_item p:nth-of-type(2) {
    font-family: DM_Sans_bold;
    font-weight: 700;
    font-size: calc(4px + 1rem);
    color: #000000;
    line-height: calc(4px + 1.5rem);
    margin-top: calc(2px + 0.1rem);
}

.solution_3_item p:nth-of-type(3) {
    font-family: DM_Sans_regular;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 1rem);
    margin-top: calc(4px + 0.5rem);
}

.solution_4_box {
    width: 100%;
    padding-bottom: calc(16px + 2rem);
}

.solution_4 {
    max-width: 1480px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.solution_4_left p:nth-of-type(1) {
    font-family: DM_Sans_bold;
    font-weight: 600;
    font-size: calc(6px + 1.5rem);
    color: #000000;
    line-height: calc(20px + 2rem);
    text-transform: uppercase;
}

.solution_4_left p:nth-of-type(2) {
    width: calc(199px + 20rem);
    font-family: DM_Sans_regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
    margin-top: calc(3px + 0.5rem);
}

.solution_4_right .p1 {
    font-family: DM_Sans_bold;
    font-weight: 600;
    font-size: calc(10px + 1rem);
    color: #FB7E4E;
    line-height: calc(9px + 2rem);
    text-align: center;

}

.solution_4_right .p2 {
    width: calc(199px + 20rem);
    font-family: DM_Sans_regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(8px + 1rem);
    text-align: center;
    margin: auto;
    margin-top: calc(1px + 0.5rem);
}

@media screen and (max-width: 1100px){
    br{
        display: none;
    }
    .solution_1 .p0{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .solution_1_list{
        flex-wrap: wrap;
        row-gap: calc(10px + 1rem);
    }
    .solution_1_item{
        width: 49%;
    }
    .solution_1_pic{
        height: auto;
    }
    .solution_1_text P:nth-of-type(1){
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .solution_1_text P:nth-of-type(2){
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .solution_2_list{
        flex-wrap: wrap;
        row-gap: calc(10px + 1rem);
    }
    .solution_2_item{
        width: 100%;
        height: auto;
        padding:  calc(10px + 1rem);
    }
    .solution_2_item p:nth-of-type(1){
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .solution_2_item p:nth-of-type(2){
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .solution_3_item{
        width: 100%;
        height: auto;
        padding: calc(10px + 1rem);
    }
    .solution_3_item p:nth-of-type(1){
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .solution_3_item p:nth-of-type(2){
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .solution_3_item p:nth-of-type(3){
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .solution_4{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 3rem);
    }
    .solution_4_left p:nth-of-type(1){
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .solution_4_left p:nth-of-type(1) br{
        display: none;
    }
    .solution_4_left p:nth-of-type(2){
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .solution_4_right .p1{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .solution_4_right .p2{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}