.custom-container {
  background: url('../../img/bg.jpg') no-repeat center center; /* Center the background */
  background-size: cover;       /* Make sure the image covers the entire div */
  border-radius: 22px;
}
@media (min-width: 1500px) {
    .contact-icon {
      margin-right: 80%;
    }
  }
