.footer3-buttons > div {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.footer3-btn {
  display: inline-block;
}

.footer3-buttons .btn-green.footer3-btn {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .footer3-buttons {
    margin-bottom: 0;
  }

  .footer3-buttons > div {
    flex-direction: column;
    gap: 15px;
  }


  .footer3-btn {
    display: block;
  } 

  .footer3-buttons > div:first-of-type .footer3-btn:not(:last-child) {
   // margin-bottom: 15px;
  }
}