.listdoot{
    background-color: #f4f0ec;
    padding: 36px 24px 0;
}

.listdoot .listdoot_intro{
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.listdoot .listdoot_intro > *{
    flex: 1;
    flex-shrink: 0;
}

.listdoot .listdoot_intro .listdoot_intro_item{
    padding: 72px 78px 62px;
    text-align: center;
    height: 100%;
}


.listdoot .listdoot_intro .listdoot_intro_item img{
    width: 100%;
    display: block;
    -webkit-mask-image: url(/static/images/doot_mask.png);
    mask-image: url(/static/images/doot_mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin: 0 auto 30px;
}

.listdoot .listdoot_intro .listdoot_intro_item h2{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 11px;
}

.listdoot .listdoot_intro .listdoot_intro_item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.listdoot .listdoot_intro .listdoot_intro_item button{
    font-weight: 400;
    font-size: 16px;
    padding: 6px 24px;
    border: none;
    border-radius: 18px;
    color: #fff;
}

.listdoot .listdoot_intro a:nth-of-type(1) .listdoot_intro_item{
    background-color: #C0653B;
    color: #fff;
}

.listdoot .listdoot_intro a:nth-of-type(1) .listdoot_intro_item button{
    background-color: #482B20;
}

.listdoot .listdoot_intro a:nth-of-type(2) .listdoot_intro_item{
    background-color: #EBE5E0;
}

.listdoot .listdoot_intro a:nth-of-type(2) .listdoot_intro_item button{
    background-color: #CF5D2C;
}

.listdoot .listdoot_intro .listdoot_intro_pic img{
    width: 100%;
    height: 100%;
}



.listdoot .listdoot_contact{
    display: flex;
    align-items: center;
    gap: 51px;
    padding-top: 156px;
    padding-bottom: 105px;
}

.listdoot .listdoot_contact .listdoot_contact_info{
    color: #482B20;
    width: 45%;
}

.listdoot .listdoot_contact .listdoot_contact_info span{
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;

}

.listdoot .listdoot_contact .listdoot_contact_info h3{
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 58px;
}

.listdoot .listdoot_contact .listdoot_contact_info .listdoot_contact_list{
    margin-bottom: 75px;
}

.listdoot .listdoot_contact .listdoot_contact_info .listdoot_contact_list p{
    font-weight: 700;
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 29px;
    border-bottom: 1px solid #D9D9D9;
}

.listdoot .listdoot_contact .listdoot_contact_info .service_btn{
    font-weight: 400;
    font-size: 16px;
    padding: 11px 37px;
    background-color: #CF5D2C;
    color: #fff;
    border-radius: 30px;
}

.listdoot .listdoot_contact .listdoot_contact_pic{
    width: 55%;
}

.listdoot .listdoot_contact .listdoot_contact_pic img{
    width: 100%;
    height: auto;
}
