&__bottom {
display: flex;
align-items: center;
justify-content: space-between;
@media (max-width: 940px) {
display: block;
}
@media (max-width: 767px) {
.new-button {
width: 100%;
display: flex;
justify-content: center;
}
}
}
&__bottom {
display: flex;
align-items: center;
justify-content: space-between;
.new-button {
@media (max-width: 767px) {
width: 100%;
display: flex;
justify-content: center;
}
}
@media (max-width: 940px) {
display: block;
}
}