.fc-display-models-section {
  position: relative;
}

.fc-display-models-section .heading-content {
  position: absolute;
  top: 20%;
  left: 15%;
  text-align: center;
}

@media (min-width: 992px) {
  .fc-display-models-section .heading-content {
    top: 0;
    left: 40%;
  }
}

.fc-display-models-section .heading-content h2,
.fc-display-models-section .heading-content h4 {
  text-transform: uppercase;
  color: #000;
}
