@charset "utf-8";

.l-content .m-container {
 max-width: 1200px;
}

.l-content .m-btn-list .Btn_edit {
 width: 28% !important;
 padding: 0.7rem 1.65rem;
 position: relative;
}

@media (max-width: 1200px) {
 .l-content .m-btn-list .Btn_edit {
  width: 40% !important;
 }
}

@media (max-width: 767px) {
 .l-content .m-btn-list .Btn_edit {
  width: 100% !important;
 }
}