/** @format */
html, body {
  overflow-x: hidden;
}

section:nth-of-type(odd) {
  background-color: #f7f7f7;
}

section#home {
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

section#home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(27, 57, 66, 0.7),
      rgba(27, 57, 66, 0.7)
    ),
    url("../images/enduroshield/enduroshield-bg.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

section#home .container {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 120px;
}

#home .middle-content {
  max-width: 700px;
  flex-grow: 1;
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#home .middle-content h1.title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 40px;
}

#home .middle-content p {
  color: var(--white-color);
  font-size: 1.25rem;
}

section#section4 .main-content-two {
  gap: 80px;
  align-items: flex-start;
}

section#section4 .innovative-container {
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

section#section4 h5.p-header {
  margin: 16px 0;
}

p {
  line-height: 1.6;
}

section#section4 .content-img {
  margin-top: 60px;
}

section#section4 .content-img img {
  margin: auto;
}

section#section5 .main-content-two {
  align-items: stretch;
  position: relative;
}

section#section5 h2.title {
  position: sticky;
  top: 80px;
}

section#section6 {
  display: flex;
}

section#section6 .content-img {
  margin: auto;
  object-fit: fill;
  width: 350px;
}

section#section7 h5.p-header {
  margin-top: 0;
}

section#section7 .main-content-two {
  align-items: flex-start;
  margin-top: 48px;
}

section#section7 .main-content-two ul {
  padding-left: 16px;
}

section#section7 .content-img {
  width: 90%;
  margin: auto;
  margin-top: 8px;
}

.content-img {
  border-radius: 4px;
  overflow: hidden;
}

.info-icon {
  background-color: var(--white-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 8px;
}

@media (min-width: 61rem) {
  section#home {
    margin-top: 120px;
    height: calc(100vh - 120px);
  }

  #home .middle-content {
    margin-left: 140px;
    justify-content: center;
  }

  section#section4 .left-content {
    max-width: 30%;
  }
}
