.back-customtext-4 {
  background: url('../img/default.jpg');
  background-size: cover; 
  background-position: center; 
  width: 100%;
  max-width: 1400px;
  height: 22em;
  margin: auto;
  padding: 2em 0;
  color: white; 
}

.back-customtext-4 .pad-text {
  padding: 2em 6em;
}

.back-customtext-4 h1 {
  font-size: 36px; 
  font-weight: 800;
}

.back-customtext-4 h2 {
  font-size: 36px; 
  font-weight: 800;
}

.back-customtext-4 p {
  font-size: 1.1rem; 
  line-height: 1.4rem; 
  opacity: 0.9; 
  margin: 0;
  color: white;
  margin-top: 1em;
}

@media (max-width: 1080px) {
  .back-customtext-4 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .back-customtext-4 .pad-text {
    padding: 1em 2em;
  }
  .back-customtext-4 h1 {
    font-size: 26px;
    text-align: center;
  }
  .back-customtext-4 p {
    font-size: 14px;
    text-align: center;
  }
}