.guide_vendre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    color:#fff;
    margin-top:200px;
}
.part-section-guide{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: 100%;
    margin-bottom: 100px;
}
.left_guide_vendre{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 40%;
}
.left_guide_vendre h2{
    font-size: 32px;
    line-height: 32px;
}
.tow-row-vendre{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.tow-row-vendre .image-tow-row-vendre{
    width: 150px;
}
.tow-row-vendre .image-tow-row-vendre img{
    width: 100%;
}
.text-tow-row-vendre{

}
.right_guide_vendre{
    display: flex;
    justify-content: end;
}
.right_guide_vendre .image-right-guide-vendre{
    width: 350px;
}
.right_guide_vendre .image-right-guide-vendre img{
    width: 100%;
}
.part2-section-guide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    text-align: center;
}
.part2-section-guide h2{
    font-size: 27px;
    width: 50%;
}
.list-features-guide{
    display: flex;
    align-items: start;
    gap: 50px;
}
.item-features-guide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: calc(100% / 3);
}
.item-features-guide p{
    font-size: 14px;
}
.item-features-guide .image-item-guide{
    width: 80px;
}
.item-features-guide .image-item-guide img{
    width: 100%;
}
.last-info{
    width: 50%;
}

@media (max-width:700px){
    .part-section-guide{
        flex-direction: column;
    }
    .left_guide_vendre{
        width: 100%;
        text-align: center;
        gap: 30px;
    }
    .right_guide_vendre{
        justify-content: center;
    }
    .right_guide_vendre .image-right-guide-vendre{
        width: 80%;
    }
    .part2-section-guide h2 , .last-info{
        width: 100%;
    }
    .list-features-guide{
        flex-direction: column;
    }
    .tow-row-vendre .image-tow-row-vendre{
        width: 50%;
    }
    .tow-row-vendre p{
        font-size: 14px;
        text-align: left;
    }
    .item-features-guide{
        width: 100%;
    }
    .part2-section-guide h2{
        font-size: 21px;
    }
}