/*LAPTOP VERSION STARTS HERE*/
/*Main Content*/
#main {
  background-color: var(--white);
}
/*First*/
#main .subpage,
#main .subpage2 {
  text-align: center;
  font-size: 4rem;
  color: var(--brand-orange-color);
  font-size: 4rem;
  font-weight: 600;
}
#main .subpage::after,
#main .subpage2::after {
  display: block;
  content: "";
  width: 6rem;
  height: 0.35rem;
  background-color: var(--brand-orange-color);
  margin: 0.75em auto;
}
.fst-wrapper {
  display: flex;
  gap: 3em;
}
.txt-wrapper {
  width: 55%;
}
div.imgs {
  width: 45%;
}
.txt-wrapper,
div.imgs {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.txt-wrapper h1 {
  font-weight: 700;
}
#main .first,
#main .second,
#main .third {
  padding-bottom: 32px;
}
#main h1 {
  margin-bottom: 1.2em;
}
#main h1,
#main h4 {
  font-family: "Nunito";
  color: var(--black);
}
#main h4 {
  font-weight: 500;
}
#main .imgs img {
  width: 100%;
  height: 100%;
}

/*Second*/
#main .second {
  background-color: var(--f8f8f8-color);
  width: 100%;
  text-align: center;
}
#main .second img {
  width: 100%;
  max-width: 35em;
}
/*Third*/
#main .third {
  background-color: var(--black);
  text-align: center;
}
#main .third h4 {
  margin-bottom: 2em;
}
#main .third h4,
#main .third p {
  color: var(--white) !important;
}
#main .third p {
  margin-bottom: 3em;
}

#main .third .bottom-img {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: baseline;
}

.bottom-img img {
  max-width: 40%;
  height: 280px;
}

#main .third video {
  height: 290px;
  max-width: 40%;
}

/*TABLET VERSION STARTS HERE*/
@media (min-width: 665px) and (max-width: 1024px) {
  /*Page Title*/
  a {
    font-size: 1.2rem;
  }
  #main .second h1 {
    font-size: 32px;
  }
  #main .subpage,
  #main .subpage2 {
    font-size: 24px;
  }

  /*Main Content*/
  .txt-wrapper {
    width: 100%;
  }
  div.imgs {
    width: 100%;
  }
  #main .first,
  #main .second,
  #main .third {
    padding-top: 40px;
  }
  #main .imgs {
    flex: 48%;
    max-width: 48%;
    gap: 1.5em;
  }
  #main .third video {
    margin-top: 4rem;
  }
  #cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45rem;
    padding-bottom: 4rem;
  }
  #main h4,
  #main p {
    font-size: 24px;
  }
  .info h4 {
    font-size: 32px;
  }
  #cta,
  .info {
    text-align: center;
    line-height: 21px;
  }
}

/*MOBILE VERSION STARTS HERE*/
@media (max-width: 664px) {
  /*Page Title*/
  #page-title span,
  #page-title a,
  #page-title i {
    font-size: 1rem;
  }
  a {
    font-size: 1.2rem;
  }
  #main {
    width: 100%;
    padding: 16px 16px 16px 16px;
  }

  /*Main Content*/
  #main .imgs {
    flex-direction: column;
    gap: 2.75em;
  }
  #main .subpage,
  #main .subpage2 {
    padding-top: 16px;
    font-size: 21px;
  }
  .fst-wrapper {
    display: flex;
    flex-direction: column;
  }
  #main h1 {
    padding-top: 16px;
    margin-bottom: 1.2em;
  }
  #main h1,
  #main h4 {
    font-size: 15px;
  }

  #main .imgs {
    display: flex;
    flex-direction: row;
    gap: 1.2em;
    margin-bottom: 32px;
  }
  #main .imgs img {
    width: 45%;
  }
  #main .second {
    margin-bottom: 16px;
  }
  #main .subpage2 {
    padding-top: 32px;
  }

  #main .third .bottom-img video {
    margin-top: 5rem;
  }

  #cta,
  .info {
    padding-top: 10rem;
    text-align: center;
  }

  #cta,
  .btn {
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
  }
  .txt-wrapper {
    width: 100%;
  }
  div.imgs {
    width: 100%;
  }
}
