*{
    margin: 0;
    padding: 0;
}
.left_section_4_service-mobile, .right_section_3_service-mobile, .left_section_2_service-mobile{
    display: none;
}
/* Service */
.background {
    background-color: #F6F7FA;
    margin-top: 10%;
    padding: 5% 0 3%;
}
.background-section-4 {
    background-color: #F6F7FA;
    margin-top: 2%;
    padding: 5% 0 3%;
}

.section_1_service{
    margin-top: 8.5%;
    display: flex;
}

.left_section_1_service{
    width: 100%;
}

.right_section_1_service{
    width: 100%;
}

.right_section_1_service img{
    width: 94%;
    border-radius: 2%;
    margin-left: 6%;
}

.content_section_1{
    display: flex;
}

.arrow_service{
    color: #4ca3db;
    margin-right: 3%;
    margin-bottom: 2%;
}

.description_1_section_1_service{
    margin-top: 5%;
    margin-bottom: 2%;
    line-height: 1.75;
}

.description_2_section_1_service{
    line-height: 1.75;
    margin-top: 2%;
}

.section_2_service{
    display: flex;
    margin-top: 2.5%;
}
.section_4_service{
    margin: 5% 0;
    display: flex;
    margin-top: 2.5%;
}

.left_section_2_service{
    width: 100%;
}

.left_section_2_service img{
    width: 99%;
    height: 75%;
    border-radius: 2%;
    aspect-ratio: 1.33;
}

.right_section_2_service{
    width: 100%;
    margin-left: 5%;
}

.content_box_section_2_service{
    display: grid;
    grid-template-columns: repeat(2,50%);
    width: 71%;
}

.content_box{
    border-left: 2px solid #A4A4A4;
    margin-top: 16%;
}

.title_content_box{
    text-align: center;
    color: #4ca3db;
    margin-bottom: 5%;
}

.desc_content_box{
    text-align: center;
    line-height: 1.2;
}

.desc_section_2_service{
    width: fit-content;
    margin-top: 7%;
    line-height: 1.8;
    padding: 0 0 8%;
}

.section_3_service{
    display: flex;
    margin-top: 6%;
    gap: 5%;
}

.left_section_3_service{
    width: 100%;
    
}

.right_section_3_service{
    width: 100%;
}

.right_section_3_service img{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1.33;
}

.left_section_4_service{
    width: 100%;
}

.left_section_4_service img{
    width: 99%;
    height: 75%;
    border-radius: 2%;
    aspect-ratio: 1.33;
}

.right_section_4_service{
    width: 100%;
    margin-left: 5%;
}

.description_2_section_1_service p{
    width: 90%;
}

@media (min-width: 360px) and (max-width: 640px){
    .left_section_4_service, .right_section_3_service, .left_section_2_service{
        display: none;
    }
.right_section_2_service{
    margin-left: 0;
}
    .left_section_4_service-mobile, .right_section_3_service-mobile, .left_section_2_service-mobile{
        display: block;
        width: 100%;
    }
    
    .left_section_4_service-mobile img, .right_section_3_service-mobile img, .left_section_2_service-mobile img{
        width: 99%;
        height: 75%;
        border-radius: 2%;
        aspect-ratio: 1.33;
    }
    .section_3_service, .section_1_service{
        flex-direction: column-reverse;
        gap: 30px;
    }

  
    .section_4_service, .section_2_service{
        flex-direction: column;
        gap: 30px;
    }

    .right_section_1_service img{
        margin-left: 0;
        width: 100%;
    }

    .description_2_section_1_service p, .content_box_section_2_service{
        width: 100%;
    }
      .content_box:nth-last-child(2),  .content_box:nth-last-child(4){
        border-left: none;
    }
}