.btn, .btn-footer  {
  display: inline-block;
  background: url("../img/button.png") center center / cover no-repeat;
  border: none;
  color: #fff;
  padding: 15px 24px;
  border-radius: 8px;
  font-family: 'Onest Bold', sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  width: 320px;
  height: 63px;
  cursor: pointer;
  transition: transform 0.4s ease, opacity 0.2s ease;
  margin-top: 110px;
  overflow: hidden;
}

.btn-footer  {
  font-size: 16px;
  margin-top: 0px;
  padding: 10px 24px;
  height: 40px;
  width: 234px;
}

.btn-footer:hover {
  color: #e6e6e6 !important;
}

.btn:hover, .btn-footer:hover{
  transform: scale(1.08);
}


@media (max-width: 560px){
  .btn-footer{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    max-width: 170px;
    min-width: 170px;
    height: 36px;
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 400px){
  .btn-footer{
    width: 155px;
    max-width: 155px;
    min-width: 155px;
    height: 34px;
    min-height: 34px;
    font-size: 12px;
    padding: 0 12px;
    background-size: 100% 100%;
  }
}

@media (max-width: 340px){
  .btn-footer{
    width: 140px;
    max-width: 140px;
    min-width: 140px;
    height: 34px;
    min-height: 34px;
    font-size: 12px;
    padding: 0 12px;
    background-size: 100% 100%;
  }
}

