.get-consultation-view {
  background-color: #f06e20;
  border-radius: 25px;
  padding: 18px;
  display: grid;
  gap: 41px;
}

.get-consultation-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.get-consultation-row {
  text-align: center;
  display: grid;
  gap: 31px;
}

.get-consultation-row .views-field-nothing .field-content {
  display: grid;
  gap: 15px;
}

.get-consultation-row .views-field-nothing h2 {
  font-weight: 700;
  line-height: 1.27538;
  color: #fff;
  font-size: 28px;
}

.get-consultation-row .views-field-nothing p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.27538;
}

.adv-contacts {
  text-align: left;
}

.adv-contacts ul {
  list-style: none;
}

.adv-contacts__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.27538;
  color: #fff;
  margin: 0 0 14px;
}

.adv-contacts__list,
.adv-contacts__list a {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.27538;
  color: #fff;
}

.adv-contacts__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 23px;
}

.adv-contacts__address,
.adv-contacts__email {
  display: grid;
  gap: 5px;
}

.socials-list {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.socials-list > li {
  width: 40px;
  height: 40px;
}

.socials-list > li > a:hover {
  filter: opacity(0.5);
}

.socials-list > li > a .icon {
  background-color: #fff;
}

@media (min-width: 768px) {
  .adv-contacts__list,
  .adv-contacts__list a {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .get-consultation-view {
    grid-template-columns: minmax(0, 1fr) 500px;
    padding: 18px 19px 19px 49px;
    align-items: center;
    border-radius: 50px;
  }

  .adv-contacts {
    text-align: left;
  }

  .get-consultation-row {
    text-align: left;
  }

  .get-consultation-row .views-field-nothing h2 {
    text-align: left;
  }

  .adv-contacts__list {
    justify-content: initial;
  }
}

@media (min-width: 1200px) {
  .get-consultation-view {
    grid-template-columns: minmax(0, 1fr) 620px;
  }

  .get-consultation-row {
    text-align: left;
  }

  .adv-contacts__list {
    justify-content: initial;
  }

  .get-consultation-row .views-field-nothing h2 {
    font-size: 36px;
  }

  .adv-contacts__address,
  .adv-contacts__email {
    width: 100%;
  }
}