*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body,
html {
  counter-reset: nbtitles;
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
}
.contact-section {
  background-image: linear-gradient(
      0deg,
      rgba(23, 31, 59, 0.51) 0%,
      rgba(23, 31, 59, 0.51) 100%
    ),
    url("../img/services.jpg");
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 30vh;
}

.contact-ctn {
  display: flex;
  height: 30vh;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 90%;
  flex-direction: column;
}

.ctn-title {
  font-size: 35px;
  text-align: center;
  color: white;
  width: 100%;
  margin-bottom: 0;
  margin: 10 20px;
}