@media only screen and (max-width: 767px) {
  .coi-popup .real-btn {
    margin-right: 0;
    margin-left: 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .coi-popup div {
    text-align: center;
  }
}
