/*Home Page Call To Action*/
.call-block {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}


.call-block .phone-icon {
  font-size: 50px;
  color: orange;
  margin-right: 15px;
  transform: scaleX(-1);
  position: relative;
  top: 2px;
}

.call-block .call-text {
  line-height: 1;
}

.call-block .call-text h3.call-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
}

.call-block .call-text p.call-number {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
