.lastCall {
  background: transparent linear-gradient(to left, #0049ff 0%, #ff00ff 100%) 100% 100% no-repeat padding-box;

  height: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lastCallTextAndButtonContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 0px 10px;
}

.lastCallText {
  margin: auto 20px;
}

.lastCallText h4 {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  padding: 0px 28px;
}

.lastCallText h2 {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  text-align: justify center;
  padding: 0px 28px;
}

.lastCallText h2 span {
  color: #ffed38;
}

.lastCallButton button {
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.6px;

  padding: 18px 30px;
  margin: auto auto 20px;

  background: transparent 0% 0% no-repeat padding-box;
  border-radius: 38px;
  border: 1px solid #ffffff;
  cursor: pointer;
}


@media screen and (min-width: 200px) and (max-width:300px) {
  .lastCall h2 {
    padding: 0px;
  }
}

@media screen and (min-width: 540px) {
  .lastCall h2 {
    padding: 0px;
  }
}

@media screen and (min-width: 760px) {
  .lastCallTextAndButtonContainer {
    max-width: 80%;
  }

  .lastCallText h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .lastCallButton button {
    font-size: 20px;

  }

}

@media screen and (min-width: 1000px) {
  .lastCallTextAndButtonContainer {
    flex-direction: row;
    max-width: 100%;
  }

  .lastCallText {
    max-width: 600px;
  }

  .lastCallButton button {
    font-size: 12px;
  }

}

@media screen and (min-width: 1300px) {
  .lastCallTextAndButtonContainer {
    width: 1550px;
    flex-direction: row;
    justify-content: space-around;
    max-width: 100%;
    padding: 0px;
  }

  .lastCallText {
    width: 50%;
    max-width: 751px;
  }

  .lastCallText h2 {
    font-size: 35px;
    line-height: 48px;
  }

  .lastCallButton button {
    font-size: 20px;
    line-height: 25px;
  }

}