.request-section {
  background: linear-gradient(to right, #fffce4, #ffffff);
  border: 5px solid #fffce4;
  padding: 20px;
  margin: 30px 0;
}

.request-inr {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.request-txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
  font-size: 30px;
  padding: 20px;
}

@media (max-width: 896px) {
  .request-txt {
    font-size: 16px;
  }
}

.request-button-wrapper {
  display: flex;
  text-align: center;
  justify-items: center;
  justify-content: flex-end;
}
@media (max-width: 896px) {
  .request-button-wrapper {
    display: flex;
    justify-content: center;
  }
}
.request-button-wrapper a:hover {
  background-color: #7b7b7b;
  color: #ffffff;
}

.request-button {
  background: transparent;
  color: #000000;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  justify-items: center;
  border: 2px solid #000000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
