.get-consultation {
  margin-top: 150px;
  margin-bottom: 40px;
}

.get-consultation__content {
  display: grid;
  gap: 20px;
  padding-bottom: 50px;
  text-align: left;
  line-height: 150%;
}

.get-consultation__content span b {
  font-weight: 700;
}

.get-consultation__content span {
  font-weight: 500;
}

.get-consultation button.app-button {
  margin-top: 20px;
  justify-self: flex-start;
  background-color: var(--accent-color);
}

.get-consultation__wrapper.cta__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 50px;
  padding-bottom: 0;
  position: relative;
}

.get-consultation__wrapper img {
  position: absolute;
  bottom: 0;
  height: 430px;
  right: 10%;
}

@media (max-width: 1280px) {
  .get-consultation__wrapper img {
    right: 0;
  }
}

@media (max-width: 768px) {
  .get-consultation__wrapper.cta__wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 50px 10px;
    padding-bottom: 0;
  }

  .get-consultation__content {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    align-content: center;
    text-align: center;
  }

  .get-consultation__wrapper img {
    position: static;
    width: 100%;
    height: auto;
  }

  .get-consultation__content button {
    padding: 20px;
  }
}
