.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.leave-content {
  width: 56%;
}
.leave-content h3{
  font-size: 42px;
  color: var(--textTitle);
  font-weight: 500;
}
.button-send-message{
  width: -webkit-fill-available;
  border: none;
  padding: 11px 0;
  font-size: 20px;
  background: var(--backgroundColor);
  color: white;
}
.first-section input,
.first-section textarea {
  height: 47.51px;
  padding-left: 7px;
  padding-right: 7px;
}
.first-section input {
  border: none;
  background: #f5f5f5;
  width: 100%;
}
.first-section textarea {
  height: 181px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  resize: none;
  border: none;
  background: #f5f5f5;
  width: 100%;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 13px;
  row-gap: 17px;
}
.grid-item-3 {
  grid-column-start: 1;
  grid-column-end: 4;
}
.send-comment {
  background-color: #169e50;
  border: none;
  padding: 10px;
  border-radius: 10px;
  color: white;
}
.third-section .container {
  padding-bottom: 66px;
}

.main-address {
  background: var(--backgroundColor);
  color: white;
  padding: 20px 28px;
  border-radius: 10px;
}

.main-address h5, .main-address p {
  margin-top: 0;
  color: white;
}
.main-address h5 {
  margin-bottom: 0;
}

@media (max-width: 1225px) and (max-width: 1265px) {
  .leave-content h3 {
    font-size: 32px;
  }
  .address .main-address h5 {
    font-size: 17px;
  }
  .address .main-address h3 {
    font-size: 20px;
  }
  .address .main-address p {
    font-size: 12px;
  }
}