.banner-service{
    background: url('../img/banner-service.png') no-repeat;
    height: 417px;
    background-size: 100% 100%;
    /* font-size: 60px; */
    color: white;
    text-align: center;
}
.service-text:first-child{
    padding-top: 100px;
    font-size: 48px;
}
.service-text{
    width: 1024px;
    margin: auto;
    padding-top: 20px;
    font-size: 36px;
    /* color: white; */
}
.guarantee{
    width: 1024px;
    margin: auto;
    padding: 50px 0;
    font-size: 32px;
    color: #333;
    text-align: center;
    /* border: 1px solid red; */
}
.guarantee p{
    padding-bottom: 20px;
}
.guarantee-img{
    /* width: 1024px; */
    /* margin: auto; */
    display: flex;
    gap: 35px;
    font-size: 14px;
    color: #333;
}
.guarantee-img span{
    display: inline-block;
    background: white;
    flex: 1;
    padding-bottom: 20px;
    box-shadow: 2px 2px 5px #ccc;
}
.txtList p{
    padding: 0;
    /* margin: 0; */
}
.dot{
    background: #e9f6fc;
    padding: 50px 0;
    text-align: center;
}
.dot p{
    font-size: 32px;
    color: #333;
    /* padding-bottom: 20px; */
}
.dot img{
    /* border: 1px solid red; */
}