.ccm{
    max-width: 1300px;
    margin: 50px auto;
    padding: 20px;
}
.ccm h1{
    text-align: center;
    width: 100%;
}
.ccm p{
    line-height: normal;
}



.ccm button{
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    outline: none;
    margin: 0 10px;
    font-size: 1.2em;
    margin-bottom: 10px;
    background-color: #65acff;
    color: white;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}

.ccm .paragr{
    margin-top: 20px;
    text-align: center;
}

.part_list{
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.part_list .circle{
    width: 20px;
    height: 20px;
    background-color: #65acff;
    border-radius: 50px
}

.part_list_title{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.part_list_title .circle{
    width: 20px;
    height: 20px;
    border: 2px solid #65acff;
    display: flex;
    font-weight: bold;
    color: #65acff;
    justify-content: center;
    align-items: center;
    border-radius: 50px
}