body,
html {
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 3600px;
}
* {
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
}

body {
  overflow-x: hidden;
}
header {
  width: 100%;
  margin: 0 auto;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
nav a {
  color: #f6c445;
  background-color: white;
  padding: 0.8rem 2.8rem;
  border-radius: 20px;
  border: 2px solid #f6c445;
  transition: all 0.5s;
  color: #000 !important;
  text-decoration: none;
}
nav a:hover {
  background-color: #f6c445;
  color: white;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10rem;
  margin-top: 7rem;
}
.hero img {
  width: 30rem;
  height: 25rem;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.hero .hero-text {
  width: 48%;
}
.hero .hero-text h1 {
  font-size: 2.5rem;
  text-transform: capitalize;
  width: 100%;
  font-weight: 700;
}
.hero .hero-text a {
  color: #f6c445;
  font-size: 2.8rem;
}
.hero .hero-text p {
  font-size: 1.1rem;
  color: #7d7987;
  width: 80%;
  line-height: 1.8rem;
}
.hero .hero-text button {
  background-color: #f6c445;
  color: white;
  padding: 0.8rem 5rem;
  border-radius: 10px;
  border: none;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
  margin-top: 2rem;
}
.hero .hero-text button:hover {
  transform: translateY(-0.25em);
}

.section-1 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.section-1 img {
  width: 35rem;
  border-radius: 15px;
  margin-left: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.section-1 .main-text {
  width: 40%;
  margin: 0 auto;
}
.section-1 .main-text h1 {
  font-size: 2.3rem;
  text-transform: capitalize;
}
.section-1 .main-text p {
  font-size: 1.1rem;
  color: #7d7987;
}
.section-1 .main-text button {
  color: #f6c445;
  background-color: white;
  padding: 0.8rem 2.8rem;
  border-radius: 20px;
  border: 2px solid #f6c445;
  transition: all 0.5s;
}
.section-1 .main-text button:hover {
  background-color: #f6c445;
  color: white;
}

.section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
.section-2 h1 {
  text-align: center;
  font-size: 2rem;
  text-transform: capitalize;
}
.section-2 p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  color: #7d7987;
  margin-bottom: 3rem;
}
.section-2.main {
  display: flex;
  flex-direction: column;
  align-items: center;

  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.section-2 .main .top-half,
.bottom-half {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-2 .main .top-half .content-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  width: 24%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  height: 15rem;
  margin-right: 2rem;
}
.section-2 .main .top-half .content-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  width: 24%;
  padding-top: 3rem;
  margin-bottom: 2rem;
  height: 15rem;
  margin-right: 2rem;
  padding-bottom: 1rem;
}
.section-2 .main .top-half .content-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  width: 24%;
  padding-top: 3rem;
  margin-bottom: 2rem;
  height: 15rem;

  padding-bottom: 1rem;
}

.section-2 .main .bottom-half .content-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  width: 24%;
  padding-top: 2rem;
  height: 15rem;
  margin-right: 2rem;
  padding-bottom: 1rem;
}
.section-2 .main .bottom-half .content-4 img {
  width: 5rem;
}

.section-2 .main .bottom-half .content-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  width: 24%;
  padding-top: 2rem;
  height: 15rem;
  margin-right: 2rem;
  padding-bottom: 1rem;
}
.section-2 .main .bottom-half .content-5 img {
  width: 5rem;
}

.section-2 .main .bottom-half .content-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;

  width: 24%;
  padding-top: 2rem;
  height: 15rem;

  padding-bottom: 1re;
}
.section-2 .main .bottom-half .content-6 img {
  width: 6rem;
}

.section-2 .main p {
  font-size: 0.8rem;
}
.section-2 .main img {
  width: 3rem;
}
.section-2 h3 {
  text-transform: capitalize;
}

footer {
  background-color: #f6c445;
  margin-top: 10rem;
}
.footer {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.footer .logo {
  width: 25%;
}
.footer .logo {
  font-size: 0.8rem;
  color: white;
}
.footer .footer-div {
  display: flex;
  text-transform: capitalize;
  color: white;
}
.footer .footer-div .part-1 {
  margin-left: 2rem;
}
footer button {
  color: #f6c445;
  background-color: white;
  padding: 0.8rem 4rem;
  border-radius: 10px;
  border: 2px solid #f6c445;
  transition: all 0.5s;
}

footer button a {
  text-decoration: none;
  color: #f6c445 !important;
}

@media (max-width: 1200px) {
  .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .hero img {
    width: 20rem;
    height: 25rem;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
      rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin: 0 auto;
  }
  .hero .hero-text {
    width: 48%;
  }
  .hero .hero-text h1 {
    font-size: 2.5rem;
    text-transform: capitalize;
    width: 100%;
    font-weight: 700;
  }
  .hero .hero-text a {
    color: #f6c445;
    font-size: 2.8rem;
  }
  .hero .hero-text p {
    font-size: 1.2rem;
    color: #7d7987;
  }
  .hero .hero-text button {
    background-color: #f6c445;
    color: white;
    padding: 0.8rem 5rem;
    border-radius: 10px;
    border: none;
    transition: all 0.5s;
    font-size: 1.05rem;
    font-weight: 800;
  }
  .hero .hero-text button:hover {
    transform: translateY(-0.25em);
    box-shadow: rgba(246, 196, 69, 0.4) 0px 2px 1px,
      rgba(246, 196, 69, 0.4) 0px 4px 2px, rgba(246, 196, 69, 0.4) 0px 8px 4px,
      rgba(246, 196, 69, 0.4) 0px 16px 8px,
      rgba(246, 196, 69, 0.4) 0px 32px 16px;
  }

  .section-1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
  .section-1 img {
    width: 20rem;
    height: 20rem;
    border-radius: 15px;
    margin-left: 0rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  .section-1 .main-text {
    width: 48%;
    margin: 0 auto;
  }
  .section-1 .main-text h1 {
    font-size: 2.3rem;
    text-transform: capitalize;
  }
  .section-1 .main-text p {
    font-size: 1.1rem;
    color: #7d7987;
  }
  .section-1 .main-text button {
    color: #f6c445;
    background-color: white;
    padding: 0.8rem 2.8rem;
    border-radius: 20px;
    border: 2px solid #f6c445;
    transition: all 0.5s;
  }
  .section-1 .main-text button:hover {
    background-color: #f6c445;
    color: white;
  }

  .section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin: 0 auto;
  }
  .section-2 h1 {
    text-align: center;
    font-size: 2rem;
  }
  .section-2 p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    color: #7d7987;
    margin-bottom: 3rem;
  }
  .section-2.main {
    display: flex;
    flex-direction: column;
    align-items: center;

    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
  }
  .section-2 .main .top-half,
  .bottom-half {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-2 .main .top-half .content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    height: 15rem;
    margin-right: 2rem;
  }
  .section-2 .main .top-half .content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 3rem;
    margin-bottom: 2rem;
    height: 15rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }
  .section-2 .main .top-half .content-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 3rem;
    margin-bottom: 2rem;
    height: 15rem;

    padding-bottom: 1rem;
  }

  .section-2 .main .bottom-half .content-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 2rem;
    height: 15rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }
  .section-2 .main .bottom-half .content-4 img {
    width: 5rem;
  }

  .section-2 .main .bottom-half .content-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 2rem;
    height: 15rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }
  .section-2 .main .bottom-half .content-5 img {
    width: 5rem;
  }

  .section-2 .main .bottom-half .content-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;

    width: 33%;
    padding-top: 2rem;
    height: 15rem;

    padding-bottom: 1re;
  }
  .section-2 .main .bottom-half .content-6 img {
    width: 6rem;
  }

  .section-2 .main p {
    font-size: 0.8rem;
    line-height: 14px;
  }
  .section-2 .main img {
    width: 2.5rem;
  }
  .section-2 h3 {
    text-align: center;
  }

  footer {
    background-color: #f6c445;
    margin-top: 10rem;
  }
  .footer {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .footer .logo {
    width: 40%;
  }
  .footer .logo {
    font-size: 0.8rem;
    color: white;
  }
  .footer .footer-div {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: white;
  }
  .footer .footer-div .part-1 {
    margin-left: 2rem;
  }
  footer button {
    color: #f6c445;
    background-color: white;
    padding: 0.5rem 4rem;
    border-radius: 10px;
    border: 2px solid #f6c445;
    transition: all 0.5s;
    margin-left: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10rem;
  }
  .hero img {
    width: 100%;
    height: 25rem;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
      rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin: 0 auto;
  }
  .hero .hero-text {
    width: 50%;
  }
  .hero .hero-text h1 {
    font-size: 2.5rem;
    text-transform: capitalize;
    width: 100%;
    font-weight: 700;
  }
  .hero .hero-text a {
    color: #f6c445;
    font-size: 2.8rem;
  }
  .hero .hero-text p {
    font-size: 1.2rem;
    color: #7d7987;
  }
  .hero .hero-text button {
    background-color: #f6c445;
    color: white;
    padding: 0.8rem 5rem;
    border-radius: 10px;
    border: none;
    transition: all 0.5s;
    font-size: 1.05rem;
    font-weight: 800;
  }
  .hero .hero-text button:hover {
    transform: translateY(-0.25em);
    box-shadow: rgba(246, 196, 69, 0.4) 0px 2px 1px,
      rgba(246, 196, 69, 0.4) 0px 4px 2px, rgba(246, 196, 69, 0.4) 0px 8px 4px,
      rgba(246, 196, 69, 0.4) 0px 16px 8px,
      rgba(246, 196, 69, 0.4) 0px 32px 16px;
  }

  .section-1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .section-1 img {
    width: 20rem;
    height: 15rem;
    border-radius: 15px;
    margin-left: 0rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  .section-1 .main-text {
    width: 48%;
    margin: 0 auto;
  }
  .section-1 .main-text h1 {
    font-size: 2.3rem;
    text-transform: capitalize;
  }
  .section-1 .main-text p {
    font-size: 1.1rem;
    color: #7d7987;
  }
  .section-1 .main-text button {
    color: #f6c445;
    background-color: white;
    padding: 0.8rem 2.8rem;
    border-radius: 20px;
    border: 2px solid #f6c445;
    transition: all 0.5s;
  }
  .section-1 .main-text button:hover {
    background-color: #f6c445;
    color: white;
  }

  .section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin: 0 auto;
  }
  .section-2 h1 {
    text-align: center;
    font-size: 2rem;
  }
  .section-2 p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    color: #7d7987;
    margin-bottom: 3rem;
  }
  .section-2.main {
    display: flex;
    flex-direction: column;
    align-items: center;

    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
  }
  .section-2 .main .top-half,
  .bottom-half {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-2 .main .top-half .content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    height: 15rem;
    margin-right: 2rem;
  }
  .section-2 .main .top-half .content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 3rem;
    margin-bottom: 2rem;
    height: 15rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }
  .section-2 .main .top-half .content-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 3rem;
    margin-bottom: 2rem;
    height: 15rem;

    padding-bottom: 1rem;
  }

  .section-2 .main .bottom-half .content-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 2rem;
    height: 15rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }
  .section-2 .main .bottom-half .content-4 img {
    width: 5rem;
  }

  .section-2 .main .bottom-half .content-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 33%;
    padding-top: 2rem;
    height: 15rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }
  .section-2 .main .bottom-half .content-5 img {
    width: 5rem;
  }

  .section-2 .main .bottom-half .content-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;

    width: 33%;
    padding-top: 2rem;
    height: 15rem;

    padding-bottom: 1re;
  }
  .section-2 .main .bottom-half .content-6 img {
    width: 6rem;
  }

  .section-2 .main p {
    font-size: 0.8rem;
    line-height: 14px;
  }
  .section-2 .main img {
    width: 2.5rem;
  }
  .section-2 h3 {
    text-align: center;
  }

  footer {
    background-color: #f6c445;
    margin-top: 10rem;
  }
  .footer {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .footer .logo {
    width: 40%;
  }
  .footer .logo {
    font-size: 0.8rem;
    color: white;
  }
  .footer .footer-div {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: white;
  }
  .footer .footer-div .part-1 {
    margin-left: 2rem;
  }
  footer button {
    color: #f6c445;
    background-color: white;
    padding: 0.5rem 4rem;
    border-radius: 10px;
    border: 2px solid #f6c445;
    transition: all 0.5s;
    margin-left: 2rem;
  }
}

@media (max-width: 500px) {
  nav {
    width: 90%;
  }
  nav .nav-logo img {
    width: 6rem;
  }
  nav a {
    padding: 0.5rem 2.1rem;
    font-size: 0.9rem;
  }
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4rem;
    margin-top: 8rem;
  }
  .hero img {
    width: 100%;
    height: 22rem;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
      rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin-top: 2rem;
  }
  .hero .hero-text {
    width: 100%;
  }
  .hero .hero-text h1 {
    font-size: 1.8rem;
    text-transform: capitalize;
    width: 100%;
    font-weight: 700;
    line-height: 2.5rem;
  }
  .hero .hero-text a {
    color: #f6c445;
    font-size: 2rem;
  }
  .hero .hero-text p {
    font-size: 1rem;
    color: #7d7987;
    width: 90%;
  }
  .hero .hero-text button {
    background-color: #f6c445;
    color: white;
    padding: 0.8rem 5rem;
    border-radius: 10px;
    border: none;
    transition: all 0.5s;
    font-size: 1.05rem;
    font-weight: 800;
  }
  .hero .hero-text button:hover {
    transform: translateY(-0.25em);
    box-shadow: rgba(246, 196, 69, 0.4) 0px 2px 1px,
      rgba(246, 196, 69, 0.4) 0px 4px 2px, rgba(246, 196, 69, 0.4) 0px 8px 4px,
      rgba(246, 196, 69, 0.4) 0px 16px 8px,
      rgba(246, 196, 69, 0.4) 0px 32px 16px;
  }

  .section-1 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .section-1 img {
    width: 20rem;
    height: 15rem;
    border-radius: 15px;
    margin-left: 0rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  .section-1 .main-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .section-1 .main-text h1 {
    font-size: 2rem;
    text-transform: capitalize;
  }
  .section-1 .main-text p {
    font-size: 1rem;
    color: #7d7987;
  }
  .section-1 .main-text button {
    color: #f6c445;
    background-color: white;
    padding: 0.8rem 2.8rem;
    border-radius: 20px;
    border: 2px solid #f6c445;
    transition: all 0.5s;
  }
  .section-1 .main-text button:hover {
    background-color: #f6c445;
    color: white;
  }

  .section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .section-2 h1 {
    text-align: center;
    font-size: 2rem;
  }
  .section-2 p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    color: #7d7987;
    margin-bottom: 3rem;
  }
  .section-2 .main {
    display: flex;
    flex-direction: column;
    align-items: center;

    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
  }
  .section-2 .main .top-half,
  .bottom-half {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .section-2 .main .top-half .content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 100%;
    height: unset;
    margin: 0;
    margin-bottom: 2rem;
  }
  .section-2 .main .top-half .content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 100%;
    height: unset;
    margin: 0;
    margin-bottom: 2rem;
  }
  .section-2 .main .top-half .content-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
    height: unset;
  }

  .section-2 .main .bottom-half .content-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 100%;
    height: unset;
    margin: 0;
    margin-bottom: 2rem;
  }
  .section-2 .main .bottom-half .content-4 img {
    width: 4rem;
  }

  .section-2 .main .bottom-half .content-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 100%;
    height: unset;
    margin: 0;
    margin-bottom: 2rem;
  }
  .section-2 .main .bottom-half .content-5 img {
    width: 4rem;
  }

  .section-2 .main .bottom-half .content-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
      rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    width: 100%;
    height: unset;
    margin: 0;
    margin-bottom: 2rem;
  }
  .section-2 .main .bottom-half .content-6 img {
    width: 4rem;
  }

  .section-2 .main p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .section-2 .main img {
    width: 3rem;
  }
  .section-2 h3 {
    font-size: 1rem;
    text-align: center;
  }

  footer {
    background-color: #f6c445;
    margin-top: 10rem;
  }
  .footer {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .footer .logo {
    font-size: 0.8rem;
    color: white;
    width: 100%;
  }
  .footer .footer-div {
    display: flex;
    align-items: flex-start;
    text-transform: capitalize;
    flex-direction: column;
    color: white;
  }
  .footer .footer-div .part-1 {
    margin-left: 0;
  }
  footer button {
    color: #f6c445;
    background-color: white;
    padding: 0.5rem 4rem;
    border-radius: 10px;
    border: 2px solid #f6c445;
    transition: all 0.5s;
    margin-left: 0rem;
  }
}
