.contact-methods-list {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
}
.contact-methods-list .contact-method {
  height: 310px;
  width: 380px;
  border-radius: 10px;
  background: #f7f7f7;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.contact-methods-list .contact-method .el-button {
  width: 60%;
  margin-bottom: 30px;
}
