.header_box {
    position: static !important;
}

.service_1_box {
    width: 100%;
    padding-top: calc(6px + 5rem);
    padding-bottom: calc(69px + 5rem);
}

.service_1 {
    max-width: 1388px;
    width: 85%;
    margin: auto;
}

.service_1_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(1px + 4rem);
    cursor: pointer;
}

.service_1_card_item {
    width: 14.9856%;
    height: calc(62px + 5rem);
    background: #FFFFFF;
    box-shadow: 0px calc(2px + 0.1rem) calc(5px + 0.25rem) 0px rgba(0, 0, 0, 0.08);
    border-radius: calc(2px + 0.1rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8px + 1rem);
    padding-top: calc(6px + 1.5rem);
    transition: .3s;
}

.service_1_card_item_icon {
    width: calc(10px + 1rem);
}

.service_1_card_item_icon img {
    width: 100%;
    display: none;
}

.service_1_card_item_icon img:nth-of-type(1) {
    display: block;
}

.service_1_card_item p {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(6px + 1rem);
    text-align: center;
    transition: .3s;
}

.service_1_card_item:hover {
    background-color: #E60013;
}

.service_1_card_item:hover p {
    color: #ffffff;
}

.service_1_card_item:hover .service_1_card_item_icon img {
    display: none;
}

.service_1_card_item:hover .service_1_card_item_icon img:nth-of-type(2) {
    display: block;
}

.service_2_box {
    width: 85%;
    margin: auto;

}

.service_2 {
    max-width: 1760px;
    width: 92.5%;
    padding-top: calc(20px + 4rem);
    padding-bottom: calc(86px + 5rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(17px + 5rem);
}

.service_2_pic {
    width: 53.4091%;
    height: calc(80px + 30rem);
}

.service_2_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_2_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(1px + 3.5rem);
}

.service_2_list_item .p1 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: calc(10px + 1rem);
}

.service_2_list_item .p2 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
    margin-top: calc(8px + 0.5rem);
}

.service_3_box {
    width: 100%;
    padding-bottom: calc(42px + 5rem);
}

.service_3 {
    max-width: 1384px;
    width: 85%;
    margin: auto;
}

.service_3_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(16px + 3rem);
}

.service_3_card_item {
    width: 23.5549%;
    height: calc(42px + 10rem);
    background: #FFFFFF;
    border-radius: calc(2px + 0.1rem) calc(2px + 1.5rem) calc(2px + 0.1rem) calc(2px + 0.1rem);
    border: 1px solid #D8D8D8;
    border-top: none;
    cursor: pointer;
}

.service_3_card_item .p1 {
    width: 100%;
    height: calc(20px + 2rem);
    background: #F4F4F4;
    border-radius: 0px calc(2px + 1.5rem) calc(2px + 1.5rem) 0px;
    border: 1px solid #D8D8D8;
    border-left: none;
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.service_3_card_item .p2 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
    padding: 0 calc(4px + 1rem);
    margin-top: calc(8px + 1rem);
    transition: .3s;
}

.service_3_card_item:hover .p1 {
    background-color: #E60013;
    color: #ffffff;
}

.service_3_card_item:hover .p2 {
    color: #E60013;
}

@media (max-width: 1100px){
    .service_1_card{
        flex-wrap: wrap;
        row-gap: calc(10px + 1rem);
    }
    .service_1_card_item{
        width: 48.5%;
    }
    .service_1_card_item_icon {
        width: calc(26px + 1rem);
    }
    .service_1_card_item p{
        font-size: calc(10px + 1rem);
    }
    .home_title .p2{
        width: 100% !important;
    }
    .service_2{
        width: 100%;
        margin: auto;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .service_2_pic{
        width: 100%;
    }
    .service_2_list_item .p1{
        font-size: calc(12px + 1rem);
    }
    .service_2_list_item .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .service_3_card{
        flex-wrap: wrap;
        row-gap: calc(10px + 1rem);
    }
    .service_3_card_item{
        width: 100%;
        height: calc(42px + 16rem);
    }
    .service_3_card_item .p1{
        font-size: calc(12px + 1rem);
    }
    .service_3_card_item .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}