/*** lg ***/
@media (max-width: 1400px) {

}

/*** md ***/
@media (min-width: 992px) and (max-width: 1200px) {

/*** payments ***/
.payments__cards--item h4,
.payments__cards--item p {
    width: 70%;
}

}

/*** up-to-sm **/
@media (max-width: 991px) {

.payments {
    margin-top: 0;
    clip-path: none;
}
.payments h2 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.payments__cards--item {
    margin-bottom: 30px;
}
.payments__cards--item:after {
    content: '';
    display: block;
    top: 0;
    right: 10%;
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: var(--color-grey-light);
}
.payments__cards--item p {
    width: 80%;
}

/*** square ***/
.square {
    padding: 50px 0;
}
.square-content {
    padding: 40px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
}
.square-content__description {
    margin-bottom: 40px;
}
.square-content__button,
.square-content__button:first-child {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 15px;
}
.square__bg-flair {
    background-size: 100px;
}

}

/*** sm >  **/
@media (min-width: 992px) and (max-width: 1199px) {

}
