.services_chapter {
    padding: 0 50px;
} .services_chapter_bac {
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #FFFFFF, #EEF5F9);
} .services_chapter_bac h2 {
    margin-bottom: 20px;
} .services_chapter_blocks {
    display: flex;
    flex-direction: column;
} .services_chapter_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
} .services_chapter_block p{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
} .price {
    display: flex;
    justify-content: flex-end;
    width: 20%;
} .price h4 {
    font-weight: 500;
    margin-top: 5px;
    margin-right: 30px;
}