@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* sm	640px	@media (min-width: 640px) { ... }
md	768px	@media (min-width: 768px) { ... }
lg	1024px	@media (min-width: 1024px) { ... }
xl	1280px	@media (min-width: 1280px) { ... }
2xl	1536px	@media (min-width: 1536px) { ... } */

.default-padding-per {
  padding: 50px 0 !important;
}

.results {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h2.headings {
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0 auto 50px !important;
  padding-bottom: 20px;
}

h2.headings::after {
  background: #f58026 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 20px;
  z-index: 1;
}

h2.headings::before {
  background: #f58026 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
  text-align: center;
}

article {
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
}

article img {
  width: 95% !important;
  margin: 0 auto;
}

@media (min-width: 800px) {
  h2.headings {
    font-size: 3rem;
  }
}

@media (min-width: 1000px) {
  .inner-container {
    padding: 0 120px !important;
  }

  .results {
    padding: 50px 120px;
  }
}

@media (min-width: 1200px) {
}
