iframe {
  width: 100%;
  border: none;
  height: 570px;
}

div.frame {
  margin: 30px 50px;
  padding: 20px 30px;
  background-color: white;
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1);
}

div.frame table {
  margin: auto;
}

div.frame p.frame-title {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.table-frame td img {
  width: 100px;
  height: auto;
}

@media only screen and (min-width: 780px) {
  iframe {
    height: 380px;
  }
}

@media only screen and (max-width: 768px) {
  .display-mobile {
    display: block;
  }

  div.frame {
    margin: 20px 20px;
    padding: 10px 15px;
    box-shadow: none;
  }

  .table-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table-frame td {
    text-align: center;
    margin-bottom: 30px;
  }
  .table-frame td img {
    width: 40%;
  }
}
