@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=League+Spartan:wght@400;500;600;700;800&family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');

html {
/*  scroll-behavior: smooth;*/
}

body{ 
    font-size:14px; 
    font-family: Arial,Microsoft JhengHei, Helvetica,sans-serif,nsimsun; 
    font-weight: 500;
    color:#333; 
    position:relative;
    background-color: #fff;
    letter-spacing: 1px;

    /*overflow-y: hidden; */

    width: 100%;
    overflow-x: hidden;
    animation-name: fade-in;
    animation-duration:1s;
    animation-timing-function:ease-in;
}
@keyframes fade-in{
    0%{
        opacity:0;
    }
    100%{
        opacity: 1;
    }
}

body.active{
    overflow: hidden;
}

a{ color:#333;transition: .3s}
a:hover{ color:#d54e23;}
* { 
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}
  
/*   html{
    overflow-y: hidden; 
    position:static;
} */


::selection {
    background: #333;
    color: #fff;
}
::-moz-selection {
    background: #333;
    color: #fff;
}


/****** scrollbar ******/
 ::-webkit-scrollbar {
    width: 8px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px #E2E2E2;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px;
}


input,select,
input::placeholder,
select::placeholder {
  font-family: 'Noto Sans TC'
}

/*==============================================*/

/*共用*/

.all_title01{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #333;
    margin-bottom: 20px;
}



/*-------*/


.all_title_box {
    padding-right: 10px;
}

.all_title_box h2{
    color: #474747;
    font-weight: 700;
    font-size: 36px;
}

.all_title_box h3{
    color: #e65513;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 20px;
}

.all_title_box h2 i{
    letter-spacing: 0px;
}

.all_title_box h2 span{
    letter-spacing: 5px;
    font-size: 15px;
    margin-left: 50px;
}

.all_title_box h2 span.color2{
    color: #e65513;
    font-size: 20px;
}



/*-------*/
.all_introduce_01{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    letter-spacing: 1.5px;
}

.all_introduce_02{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #434343;
    letter-spacing: 1.5px;
}

/*-------*/


.all_pd_left{
    padding-left: 8rem;
}

.all_pd_right{
    padding-right: 8rem;
}


.all_width{
    width: 1420px;
    max-width: 90%;
    margin: 0 auto;
}

.top_padding{
    padding-bottom: 72px;
    transition: .5s;
}

.top_padding.active{
    padding-bottom: 62px;
}




.menu{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 8px #75563b4a;
    z-index: 100;
    transition: .5s;
}


.menu_box {
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
}


.menu_logo {
    padding: 20px 0;
    width: 350px;
    transition: .4s;
}

.menu_logo.active{
    padding: 15px 0;
}

.menu_logo img{
    width: 100%;
}





.footer {
    background-color: #f6f7f9;
    padding: 70px 0;
    position: relative;
/*    margin-top: 50px;*/
}


.footer_top_bg{
    position: absolute;
    width: 100%;
    bottom: calc(100% - 1px);
    z-index: 1;
}


.footer_box {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}


.footer_box .left {

}


.footer_box .left h1{
    font-size: 28px;
    color: #777;
    font-weight: 700;
}

.footer_box .left h1 i{
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 40px;
}

.footer_box .center{
    width: 360px;
} 

.footer_s_title{
    color: #e65513;
    margin-bottom: 20px;
    font-weight: 700;
} 

.footer_menu {
    display: flex;
    gap: 15px 15px;
    align-items: center;
    flex-wrap: wrap;
}

.footer_menu li{
    min-width: 100px;
}

.footer_menu li a{
    font-size: 18px;
    color: #777;
    transition: .3s;
    font-weight: 700;
}


.footer_menu li a:hover{
    color: #e65513;
}


.footer_box .right img{
    width:200px ;
} 


.footer_contect_ul {
    display: flex;
    gap: 5px 0;
    flex-direction: column;
    margin-top: 15px;
}

.footer_contect_ul li{
    display: flex;
    gap: 0 5px;
    color: #777;
    font-size: 17px;
    align-items: flex-start;
}

.footer_contect_ul li h2{
    font-weight: 700;
    width: 58px;
}

.footer_contect_ul li p{
    width: calc(100% - 63px);
}

.footer_contect_ul li a{
    color: #777;
    transition: .3s;
    width: calc(100% - 63px);
}

.footer_contect_ul li a:hover{
    color: #e65513;
}






.footer_contect_ul li a.line_btn{
    color: #fff;
    transition: .3s;
    width: 200px;

    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #13d43e;
    justify-content: space-between;
    margin-top: 10px;
}



.footer_contect_ul li a.line_btn:hover {
    text-decoration: none;
    transform: translateY(3px);
}

.footer_contect_ul li a.line_btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
    z-index: -1;
    transition: transform .3s ease-in!important;
    -webkit-transition: transform .3s ease-in!important;
    -o-transition: transform .3s ease-in!important;
    transform-origin: bottom right;
    transform: scaleX(0);
}

.footer_contect_ul li a.line_btn:hover:before {
    transform-origin: bottom right;
    transform: scaleX(1);
}

.footer_contect_ul li a.line_btn:before {
    background-color: #09c232;
}




.footer_contect_ul li a.line_btn p{
    color: #fff;
    font-weight: 700;
    padding: 6px 20px;
    font-size: 18px;
    width: auto;
}

.footer_contect_ul li a.line_btn div{
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #09c232;

}

.footer_contect_ul li a.line_btn div img{
    width:35px ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.icon_auto_01 img{ 
    -webkit-animation: icon_auto_01 1s linear infinite;
    animation: icon_auto_01 1s linear infinite;
}

@keyframes icon_auto_01 {
    50%{transform: translate(-50%,-50%)scale(1.15);opacity:.8;} 

}


.dealer_box{
    width: 100%;
    border-top: 1px #ddd solid;
    padding-top: 30px;
    margin-top: 20px;
}

.dealer_box h2{
    color: #e65513;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.dealer_ul {
    display: flex;
    gap: 20px 30px;
    justify-content: space-between;
}

.dealer_ul li {
    width: calc(33.3% - 20px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #777;
}


.dealer_ul li h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dealer_ul li div{
    font-weight: 400;
    display: flex;
    font-size: 18px;
    line-height: 26px;
}

.dealer_ul li div p{
    width: calc(100% - 60px);
    
}

.dealer_ul li div span {
    font-weight: 700;
    width: 60px;
}








.footer_copyright{
    width: 100%;
    padding-top: 30px;
    border-top: 1px #ddd solid;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #777;
}




/*------------------*/

.footer_icon {
    display: flex;
/*    gap: 5px;*/
    position: fixed;
    right: 1.2rem;
    z-index: 5;
    bottom: 2rem;
    flex-direction: column;
}

.footer_icon a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.footer_icon a img{
    width: 100%;
}

.footer_icon a:hover{
    transform: scale(0.9);
}



/*===================================*/





.i_box1{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.i_box1 .bg_img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 60%;
}


.i_box1 {
    position: relative;
}




/*---*/

.i_box2{
    position: relative;
    overflow: hidden;
}

.i_b2 {
    display: flex;
    gap: 20px 50px;
    padding: 80px 0;
    align-items: center;
    min-height: 650px;
    z-index: 1;
    position: relative;
}

.i_b2 .left {
    width: 550px;
}


.i_b2 .right {
    width: calc(100% - 600px);
}



.i_b2 .info {
    border-top: 1px #ddd solid;
    margin: 30px 0 30px 0;
    padding-top: 30px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.i_b2 .info p{
    font-size: 16px;
}

.i_b2 .info img{
   -webkit-animation: img_auto_01 2s linear infinite;
    animation: img_auto_01 2s linear infinite;
}

@keyframes img_auto_01 {
    50%{transform: scale(1);}
    70%{transform: scale(1.05);}
    90%{transform: scale(1);}

}


.i_b2 .info h3 {
    font-size: 50px;
    color: #e65513;
    display: flex;
    font-weight: 700;
    align-items: flex-end;
    letter-spacing: 0.5px;
}

.i_b2 .info h3 span{
    font-size: 16px;
    padding-bottom: 10px;
    margin-left: 5px;
}

.color_title{
    padding: 15px 20px 15px 6rem;
    margin-left: -9rem;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
    transform: skewX(-15deg);
    letter-spacing: 5px;
    text-align: right;


}

.bg_color_01{
    background-image: linear-gradient(to right, #e85c18 0%, #ef9001 100%);
}



.good_ul{

}

.good_ul li {
    margin: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 5px 12px #a3a3a385;
    padding: 2rem 2rem;
    border-radius: 20px;
    text-align: center;
}

.good_ul li h2{
    color: #e65513;
    font-weight: 700;
    font-size: 15px;
}

.good_ul li img{
    width: 120px!important;
    max-width: 80%;
    margin: 25px auto;
}

.good_ul li h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.good_ul li p {
    color: #808080;
    font-size: 16px;
    line-height: 25px;
    min-height: 75px;
}





.owl_btn{
    display: flex;
    gap: 0 20px;
    padding-left: 30px;
}

.owl_btn div {
    display: flex;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px #e65513 solid;
    color: #e65513;
    transition: .3s;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl_btn div:hover{
    background-color: #e65513;
    color: #fff;
}



.all_tab {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px 0;
    z-index: 10;
    flex-direction: column;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
}

.all_tab.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*.all_tab li a {
    width: 25px;
    height: 25px;
    color: #dfdfdf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}


.all_tab li a.active{
    background-color: #474747;
}

.all_tab li a:hover{
    color: #474747;
}

.all_tab li a.active:hover{
    color: #dfdfdf;
}
*/


.all_tab a {
    width: 25px;
    height: 25px;
    color: #dfdfdf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}


.all_tab a.active{
    background-color: #474747;
}

.all_tab a:hover{
    color: #474747;
}

.all_tab a.active:hover{
    color: #dfdfdf;
}


.tab_box{
    position: absolute;
    top: 100px;
}

/*---*/

.i_box3{
    position: relative;
    overflow: hidden;
    background-color: #f5f6f8;
    padding: 100px 0;
}

.i_b3 {
    display: flex;
    gap: 20px 50px;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
}



.i_b3 .top {
    display: flex;
    width: 100%;
}

.i_b3 .all_title_box {
    width: 50%;
}

.i_b3 .top .img{
    background-image: url(../img/i_b3_img01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    overflow: hidden;
    border-radius: 100px;
}


.i_b3 .bottom {
    display: flex;
    gap: 0 30px;
    width: 100%;
    align-items: center;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}

.i_b3 .bottom:after{
    border-top: 1px #ddd solid;
    content: "";
    top: 0;
    width: calc(100% - 12rem);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.i_pro_box {
    width: calc(50% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
    position: relative;
    justify-content: space-between;
    min-height: 240px;
}

.i_pro_box>img{
/*    width: calc(100% - 385px);*/
width: calc(45% - 5px);
}


.i_pro_box .info {
    display: flex;
    align-items: center;
    gap: 0 10px;
/*    min-width: 365px;*/
    width: calc(55% - 5px);
    justify-content: flex-end;
    padding-bottom: 20px;
}




.i_pro_box .info .text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.i_pro_box .info .text h2{
    font-size: 26px;
    font-weight: 700;
    color: #474747;
}


.i_pro_box .info .text p{
    font-size: 20px;
    color: #808080;

}





.i_b3 .bottom h5{
    color: #ee8a04;
    font-size: 100px;
    font-weight: 700;
}



.i_pro_box .color_title{
    position: absolute;
    bottom: 0;
    width: 120%;
    margin-left: 0rem;
    text-align: right;
    right: 0;
    z-index: -1;
    padding: 15px 20px 15px 10px;
}

.pro_02 .color_title{
    text-align: left;
    right: auto;
    left: 0;
    padding: 15px 10px 15px 20px;
}


/*---*/

.i_box4{
    position: relative;
    overflow: hidden;
    background-color: #f5f6f8;
}

.i_b4 {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    background-image: url(../img/i_b4_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    padding-top: 100px;
    padding-bottom: 100px;
}


.i_b4 .left{
    width: calc(50% - 15px);

}

.i_b4 .right{
    width: calc(50% - 15px);

}


.i_b4 .left .info {
    margin: 50px 0;
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.i_b4 .left .info .img{
    width: 50%;
}

.i_b4 .left .info .img img{
    width: 250px;
    max-width: 100%;
}

.i_b4 .left .info ul {
    width: 50%;
    display: flex;
    gap: 20px 0;
    flex-direction: column;
}

.i_b4 .left .info ul li {
    display: flex;
    gap: 0 20px;
    align-items: center;
}


.i_b4 .left .info ul li p{
    font-size: 16px;
}






.i_b4 .left .color_title{
    width: 70%;
    text-align: right;
}



.i_b4_list{
    display: flex;

}

.i_b4_list li {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 2rem 4rem;
    height: 250px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(100% / 3);
    position: relative;
}

.i_b4_list li:after{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #4a3f3663;
    left: 0;
    top: 0;
    content: "";
    transition: .3s;
    opacity: 0;
}

.i_b4_list li:hover:after{
    opacity: 1;
}

.i_b4_list li h2{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 0 5px #333;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

.i_b4_list li p{
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 5px #333;
    z-index: 1;
    position: relative;

}

/*------------------*/





.i_box5{
    position: relative;
    overflow: hidden;
    background-color: #f5f6f8;
    padding: 120px 0;

}

.i_b5_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}

.i_b5 {
    display: flex;
    gap: 20px 50px;
    align-items: center;
    z-index: 1;
    position: relative;
    justify-content: space-between;
}

.i_b5 .left {
    width: 500px;
    display: flex;
    gap: 100px;
    flex-direction: column;
}


.i_b5 .right {
    width: 1000px;
}



.step_ul {
    display: flex;
    gap: 80px 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.step_ul li {
    display: flex;
    gap: 20px;
    
}

.step_ul li:nth-child(odd){
    min-width: calc(33.3% - 80px);
}


.step_ul .img{
    width: 100px;
    height: 100px;
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 7px #656f7d33;
    align-items: center;
    justify-content: center;
}

.step_ul li .info{
    margin-top: 20px;
    padding-right: 10px;
}



.step_ul li .info h2{
    color: #e65513;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 700;
}

.step_ul li .info h3{
    color: #474747;
    font-size: 18px;
    font-weight: 700;
}



.step_ul li .img{
    animation-duration:5s;
}

.step_ul li:nth-child(1) .img,
.step_ul li:nth-child(5) .img,
.step_ul li:nth-child(9) .img{
    animation: img_auto_left 1s linear infinite;
    animation-duration:5s;
}

.step_ul li:nth-child(3) .img,
.step_ul li:nth-child(7) .img{
    animation: img_auto_right 1s linear infinite;
    animation-duration:5s;
}

.step_ul li:nth-child(1) .img{
    animation-delay: 1s;
}

.step_ul li:nth-child(3) .img{
    animation-delay: 2s;
}

.step_ul li:nth-child(5) .img{
    animation-delay: 3s;
}

.step_ul li:nth-child(7) .img{
    animation-delay: 4s;
}

.step_ul li:nth-child(9) .img{
    animation-delay: 5s;
}


@keyframes img_auto_left {
    0%{transform: rotate(0);} 
    5%{transform: rotate(-8deg);} 
    10%{transform: rotate(0);} 
    100%{transform: rotate(0);} 
}

@keyframes img_auto_right {
    0%{transform: rotate(0);} 
    5%{transform: rotate(8deg);} 
    10%{transform: rotate(0);} 
    100%{transform: rotate(0);} 
}



/*------------------*/


.i_box6{
    position: relative;
    overflow: hidden;
    padding: 100px 0;

}


.i_b6 {
    display: flex;
    align-items: flex-start;
    z-index: 1;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    gap: 0px;
}


.work_ul{
    margin-top: 50px;
}

.work_ul li{
    position: relative;
    margin: 10px;
}

.work_ul li h3{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    z-index: 2;
}

.work_ul li:after{
    content: "";
    width: 100%;
    height: 50px;
    bottom: 0;
    background-image: linear-gradient(to top, #0008 0%,#0008 40%, #0000 100%);
    z-index: 1;
    position: absolute;

}


/*------------------------*/








.wave_box {
    position: absolute;
    left: 0;
    top: 15%;
    transition: opacity 2s cubic-bezier(.25,.25,.75,.75) .5s;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}


.wave_box_img {
    position: relative;
    width: 100%;
    height: 200px;
}


[data-js-ticker].is-move .wave_box_img:before {
    animation-play-state: running;
}

.wave_box_img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    content: "";
    background-repeat: repeat-x;
    background-position: 0 50%;
    background-size: auto 100%;
    z-index: 1;
    animation-play-state: running;
}


.wave_box_img.right:before {
/*    transform: rotate(10deg);*/
    left: -50px;
}

.wave_box_img.center:before {
    transform: rotate(0deg);
}


.wave_box_img.left:before {
    background-image: url(../img/wave_01.svg);
    animation: wave-left-type01 100s cubic-bezier(.25,.25,.75,.75) infinite both paused;
}


@keyframes wave-left-type01 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -6261px;
    }
}



/*-------------------------------------------*/


.i_box7{
    position: relative;
    overflow: hidden;
    padding: 100px 0 0px 0;
    background-color: #f5f6f8;

}


.i_b7 {
    display: flex;
    align-items: flex-start;
    z-index: 1;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    gap: 0px;
}


.i_box7 h3.bg{
    font-size: 120px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    left: 10px;
    top: 100px;
}



.service_list_ul {
    display: flex;
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
}


.service_list_ul li{
    position: relative;
    width: 50%;
    height: 320px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service_list_ul li .num {
    position: absolute;
    top: 0;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 3px 0;
}

.service_list_ul li .num h5{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 8px 10px;
    background-color: #ee8a04;
}

.service_list_ul li .num span{
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    transform: scale(0.8);
    font-weight: 700;
}

.service_list_ul li:nth-child(1) .num,
.service_list_ul li:nth-child(3) .num{
    right: 40px;
}

.service_list_ul li:nth-child(2) .num,
.service_list_ul li:nth-child(4) .num{
    left: 40px;
}


.service_list_ul li .info {
    position: absolute;
    bottom: 0;
    display: flex;
    background-image: linear-gradient(to top, #171717d4 0%, #33333342 100%);
    padding: 1rem 2rem;
    width: 100%;
    flex-direction: column;
}


.service_list_ul li .info h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px #ddd solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
    transition: .3s;
}

.service_list_ul li .info h4{
    color: #ccc;
    font-size: 16px;
    
    font-weight: 700;
    transition: .3s;
    display: inline-flex;

}



.service_list_ul li:hover .info h3{
    color: #ffa323;
}

.service_list_ul li:hover .info h4{
    color: #ffa323;
}




.service_list_ul li:nth-child(1) .info,
.service_list_ul li:nth-child(3) .info{
    align-items: flex-end;
}

.service_list_ul li:nth-child(2) .info,
.service_list_ul li:nth-child(4) .info{
    align-items: flex-start;
}


.service_list_ul li:nth-child(3) .info,
.service_list_ul li:nth-child(4) .info{
    padding-bottom: 2rem;
}

