@media (max-width: 979px){
.bloc3{
height:400px;
}
.payment{
    height: 120px;
}
.top-section--point .p-point .c-column__title {

    font-size: 1.8rem;
    margin-bottom: 10px;
}
}
@media (max-width: 767px){
.bloc3{
height:auto;
}
.payment{
    height: auto;
}
.top-section--point .p-point[data-row-pc="3"]>* {
    width: calc(100%);
    margin: 40px 0;
    padding: 10px;
}
.top-section--point .c-heading__shoulder {
    font-size: 3rem;
    letter-spacing: .1em;
    line-height: .73333;
    text-indent: 0.1em;
}
}