.entry-button {
  width: 196px;
  height: 56px;
  border-radius: 40px;
  padding: 16px 32px;
  gap: 20px;
  background-color: white;
  border: 1px solid #1E9ED8;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #1E9EDB;
  text-align: center;
  text-decoration: none;
}

.entry-button:hover {
  background: linear-gradient(#1EDBA2, #1E9EDB);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.entry-button-img1 {
  width: 18px;
  height: 14px;
  left: 3px;
  padding-right: 25px;
}

.entry-button-img2 {
  width: 10.67px;
  height: 10.67px;
  top: 2.67px;
  padding-left: 10px;
}

.entry-button-img1:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.Entry-btn-img2:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}