.home-introduce {
    text-align: center;
    padding: 73px 0 50px;
    background-color: rgb(51, 51, 51);
    color: #fff;
}
.home-introduce .intro {
    max-width: 726px;
    margin: 0 auto;
}
.home-introduce h2{
    margin-top: 0;
}
.home-introduce .intro p {
    margin-bottom: 0;
    margin-top: 0;
}
.home-introduce>*{
    position: relative;
    z-index: 2;
}
.home-introduce .text-with-icon-animation .title{
    font-size: 20px;
    line-height: 600;
    margin-top: 15px;
    line-height: normal;
    text-shadow: none;
}
.home-introduce .text-with-icon-animation .items{
    gap: 20px;
    max-width: 1093px;
    flex-wrap: nowrap;
}
.home-introduce .text-with-icon-animation .item {
    justify-content: flex-start;
    max-width: 100%;
    width: 33.333%;
}
.home-introduce .wp-block-button{
    margin-top: 50px;
    position: relative;
    z-index: 2;
}
.home-introduce .text-with-icon-animation{
    padding-top: 33px;
}
.home-introduce  .text-with-icon-animation .item .image{
    width: 85px;
    height: 85px;
}
.home .text-with-icon-animation .item:first-child .image {
    align-items: flex-end;
}
.home .text-with-icon-animation .item:first-child .image img {
    object-position: center bottom;
    max-width: 58px;
    margin-bottom: -4px;
}
@media (min-width: 1441px){
    .home-introduce .text-with-icon-animation .items{
        max-width: 80%;
        justify-content: space-around;
    }
    .home-introduce .text-with-icon-animation .item{
        max-width: 335px;
    }
}
@media (max-width: 1199.98px){
    .home-introduce .wp-block-button{
        margin-top: 0;
    }
}
@media (max-width: 991.98px){
    .home-introduce{
        padding-top: 113px;
        padding-bottom: 200px;
    }
    .home-introduce .introduce {
        max-width: 468px;
        margin: 0 auto 20px;
    }
    .home-introduce .text-with-icon-animation .items{
        max-width: 508px;
        flex-wrap: wrap;
        gap: 70px;
    }
    .home-introduce .text-with-icon-animation .item{
        width: 100%;
    }
    .home-introduce h2{
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) and (max-height: 800px){
    .home-introduce{
        padding-top: 40px;
    }
    .home-introduce .text-with-icon-animation{
        padding-bottom: 30px;
    }
    .home .homeswiper .swiper-button-next{
        bottom: -10px;
    }
}
@media (max-width: 767.98px){
    .home-introduce .text-with-icon-animation .item{
        padding: 0 5px;
    }
    
}