@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&family=Winky+Sans:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,body{
  overflow-x: hidden;
}
/* Common Class */
body {
  font-family: Space Grotesk, sans-serif;
  scroll-behavior: smooth;
}
:root {
  --primary-color: #000000;
  --secondary-color: #b9ff66;
  --last-color: #ffffff;
}
.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
a {
  text-decoration: none;
  text-wrap: nowrap;
  display: inline-block;
}
ul > li {
  list-style-type: none;
}
.btn {
  padding: 20px 35px;
  border-radius: 14px;
  border: 2px solid var(--primary-color);
  max-width: 231px;
  min-height: 68px;
}

/* Header Section */
header {
  min-height: 68px;
  padding: 50px 0;
}
header > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav > ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
nav > ul > li a {
  font-size: 20px;
  color: var(--primary-color);
}
.logo > a > img {
  max-width: 219px;
  min-height: 56px;
  object-fit: contain;
}
.icon {
  display: none;
}

/* Banner Section */
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.banner-content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.text > h1 {
  max-width: 531px;
  font-size: 60px;
  color: var(--primary-color);
  margin-bottom: 35px;
}
.text > p {
  max-width: 498px;
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 35px;
}
.text > .banner-click > a {
  max-width: 264px;
  text-align: center;
  font-size: 20px;
  background-color: var(--primary-color);
  color: var(--last-color);
  padding: 20px 35px;
  border-radius: 14px;
  border: 2px solid var(--primary-color);
  min-height: 68px;
}

.banner-img {
  max-width: 600px;
  min-height: fit-content;
}
.banner-img > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Banner-logo Section */
.banner-logo-section {
  margin-bottom: 100px;
}
.banner-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.banner-logo > a {
  max-width: 125px;
}
.banner-logo > a > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Services Section */
.services-section {
  margin-bottom: 80px;
}
.banner-content1 {
  display: flex;
  gap: 40px;
  align-items: center;
}
.banner-content1 > a {
  font-size: 40px;
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 7px;
}
.banner-content1 > p {
  max-width: 580px;
  font-size: 18px;
  text-align: center;
}

/* Card Section */
.cards-section {
  margin-bottom: 100px;
}
.cards-section > div > div {
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.card {
  width: 600px;
  min-height: 310px;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border: 1px solid var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
  border-radius: 45px;
  padding: 50px;
}
.card > .card-img {
  max-width: 210px;
}
.card > .card-img > img {
  width: 100%;
  height: 90%;
  object-fit: contain;
}
.card > .content {
  max-width: 200px;
}
.card > .content > p > span {
  border-radius: 7px;
  font-size: 25px;
}
.card > .content > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-top: 80px;
  gap: 15px;
  color: var(--primary-color);
  font-size: 18px;
}
.card > .content > a > img {
  max-height: 41px;
  max-width: 41px;
  object-fit: contain;
  padding: 5px;
  border-radius: 50%;
  background-color: var(--primary-bg-color);
}
.card1,
.card4 {
  background-color: var(--last-color);
}
.card1 > .content > p > span,
.card4 > .content > p > span {
  background: var(--secondary-color);
}
.card2,
.card5 {
  background-color: var(--secondary-color);
}
.card2 > .content > p > span,
.card5 > .content > p > span {
  background: var(--last-color);
}
.card3,
.card6 {
  background-color: #191a23;
}
.card3 > .content > p > span {
  background: var(--last-color);
}
.card6 > .content > p > span {
  background: var(--secondary-color);
}

/* Emoji Section */
.text-part {
  display: flex;
  border: 2px solid #f3f3f3;
  padding: 40px;
  background: #f3f3f3;
  border-radius: 50px;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}
.text-part1 > h2 {
  max-width: 500px;
  font-size: 30px;
  color: var(--primary-color);
  margin-bottom: 26px;
}
.text-part1 > p {
  max-width: 500px;
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 26px;
}
.text-btn {
  max-width: 288px;
  background-color: var(--primary-color);
  text-align: center;
}
.text-btn > a {
  color: var(--last-color) !important;
}
.img-part {
  max-width: 359px;
  min-height: fit-content;
}
.img-part > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Case Studies */
.case-studies {
  margin: 90px 0;
}

/*Small Screen Case Section  */
.small-case-section {
  display: none;
}

/* Case Section */
.case-section {
  margin-bottom: 100px;
}
.case-part {
  display: flex;
  border: 2px solid #191a23;
  padding: 60px;
  background: #191a23;
  color: var(--last-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  font-size: 20px;
}
.case-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.case-text {
  display: flex;
  align-items: center;
  gap: 15px;
}
.case-text > span {
  color: var(--secondary-color);
}
.divider {
  height: 186px;
  width: 4px;
  display: inline-block;
  background: var(--last-color);
}
.case-text > a > img {
  max-width: 25px;
  min-height: 25px;
  object-fit: contain;
}

/* Team Section*/
.team-section {
  margin-bottom: 80px;
}

/* Team Card Section */
.team-card-section {
  margin-bottom: 100px;
}
.team {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.team-card {
  display: flex;
  gap: 40px;
}
.team-sub {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.team-card1 {
  max-width: 387px;
  border: 2px solid var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
  padding: 40px 35px;
  border-radius: 45px;
}
.team-icon > a > img {
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}
.team-img {
  max-width: 102px;
  min-height: fit-content;
}
.team-img > a > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.team-name {
  align-self: center;
}
.team-name > span {
  font-size: 20px;
  font-weight: bold;
}
hr {
  margin: 28px 0;
}
.team-btn {
  align-self: flex-end;
  max-width: 269px;
  background: var(--primary-color);
  text-align: center;
  font-size: 20px;
}
.team-btn > a {
  color: var(--last-color);
}

/* Contact Us */
.contact-us-section {
  margin-bottom: 100px;
}

/* Contact Us Form Section */
.form-section {
  margin-bottom: 140px;
}
.form-box {
  position: relative;
  background: #f3f3f3;
  border: 2px solid #f3f3f3;
  padding: 40px;
  border-radius: 25px;
  min-height: 750px;
  display: flex;
  align-items: center;
  font-size: 30px;
}
.form {
  width: 250px;
  padding: 10px;
  border-radius: 15px;
}
.form-btn {
  align-self: flex-end;
  max-width: fit-content;
  background: var(--primary-color);
  text-align: center;
  font-size: 20px;
  padding: 20px 80px;
}
.form-img {
  max-width: 650px;
  min-height: 400px;
  position: absolute;
  left: 900px;
  top: 50px;
}
.form-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-img1 {
  position: absolute;
  max-width: 178px;
  left: 930px;
  top: 275px;
}
.form-img1 > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-img2 {
  position: absolute;
  max-width: 100px;
  left: 880px;
  top: 450px;
}
.form-img2 > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.small-btn {
  align-self: flex-end;
  max-width: fit-content;
  background: var(--primary-color);
  text-align: center;
  font-size: 20px;
  padding: 20px 80px;
  display: none;
}
.form-btn > a,
.small-btn > a {
  color: var(--last-color);
}

/* Footer-Section */
.footer-heading-section > div > div {
  justify-content: space-between;
  background-color: #191a23;
  border-radius: 50px 50px 0 0;
  padding: 60px;
}
.footer-logo {
  max-width: 180px;
  min-height: 30px;
  object-fit: contain;
}
.footer-logo > a > img {
  width: 100%;
  height: 100%;
}
.footer-social-logo {
  display: flex;
  gap: 20px;
}
.footer-logo-img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
}
.footer-logo-img > img {
  width: 100%;
  height: 100%;
}
.footer-nav > ul {
  gap: 40px;
  display: flex;
}
.footer-nav > ul > li > a {
  color: var(--last-color);
  font-size: 18px;
}

/* Footer Middle Section*/
.footer-middle-section > div > div {
  background-color: #191a23;
  padding: 30px 60px;
  justify-content: space-between;
  gap: 154px;
}
.subscribe-section {
  display: flex;
  gap: 20px;
  background-color: #292a32;
  max-width: 634px;
  min-height: 184px;
  padding: 55px 40px;
  border-radius: 14px;
}
.contact-section > .clr {
  background-color: var(--secondary-color);
  font-size: 16px;
  color: var(--primary-color);
  border-radius: 4px;
  margin-bottom: 25px;
  max-width: fit-content;
}
.contact-section > p {
  margin-bottom: 20px;
  color: var(--last-color);
  font-size: 16px;
}
.subscribe-section {
  display: flex;
  justify-content: space-between;
}
.footer-btn1 > input {
  background-color: #292a32;
  outline: none;
  border: none;
}
.footer-btn1,
.footer-btn2 {
  padding: 22px 35px;
  border: 2px solid white;
  width: 285px;
  border-radius: 14px;
}
.footer-btn2 {
  background-color: var(--secondary-color);
  text-align: center;
}
.footer-btn2 > a {
  color: var(--primary-color);
}
.footer-btn1 > a {
  color: var(--last-color);
}
.clr > a {
  color: var(--primary-color);
}

/* Footer HR Section */
.footer-hr-section > div > div {
  background-color: #191a23;
  padding: 30px 60px;
}
.footer-hr-section > div > div > hr {
  width: 1120px;
  background-color: var(--last-color);
}

/* Footer Last Section  */
.footer-last-section > div > div {
  background-color: #191a23;
  padding: 0 60px 30px 60px;
}
.footer-last-section > div > div {
  gap: 40px;
}
.footer-last-section > div > div > p {
  color: var(--last-color);
  font-size: 16px;
}

/* Footer Social Small Section */
.small-social-section {
  display: none;
}

@media screen and (max-width: 1150px) {
  /* Header Section */
  .logo > a > img {
    max-width: 150px;
    min-height: 56px;
    object-fit: contain;
  }
  nav {
    display: none;
    flex-basis: 100%;
  }
  nav > ul {
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 180px;
    left: 0;
    width: 100vw;
    z-index: 99;
    padding: 20px;
    background: rgba(176, 223, 176, 0.5);
    backdrop-filter: blur(10px);
    animation: dropdown 1 500ms linear forwards;
  }
  @keyframes dropdown {
    from {
      transform: translateY(-30px);
    }
    to {
      transform: translateY(0);
    }
  }
  .icon {
    display: block;
    font-size: 2rem;
    position: relative;
  }
  input[type="checkbox"]:checked ~ nav {
    display: block;
  }

  /* Banner Section */
  .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .banner-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .text {
    text-align: center;
  }
  .text > h1 {
    font-size: 40px;
  }
  .text > p {
    font-size: 15px;
  }
  .banner-btn {
    flex-basis: 100%;
    margin: auto;
  }

  /* Banner-logo Section */
  .banner-logo-section {
    margin-bottom: 60px;
  }
  .banner-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
  }
  .banner-logo > a {
    max-width: 100px;
  }
  .banner-logo > a > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  /* Services Section */
  .services-section {
    margin-bottom: 50px;
  }
  .banner-content1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .banner-content1 > a {
    font-size: 30px;
  }
  .banner-content1 > p {
    font-size: 18px;
  }

  /* Card Section */
  .case-studies {
    margin: 60px 0;
  }

  /* Emoji Section */
  .text-part {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    padding: 40px;
  }
  .text-part1 {
    text-align: center;
  }
  .text-btn {
    margin: auto;
    flex-basis: 100%;
  }
  .img-part {
    display: none;
  }

  /* Case Studies */
  .case-studies {
    margin-top: 40px;
  }

  /* Case Section */
  .case-section {
    display: none;
  }

  /*Small Screen Case Section  */
  .small-case-section {
    display: block;
    margin-bottom: 50px;
  }
  .small-case-part {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 18px;
  }
  .case-flex {
    max-width: 387px;
    border: 2px solid #191a23;
    background-color: #191a23;
    color: var(--last-color);
    padding: 20px;
    border-radius: 16px;
  }
  .case-text > a > img {
    max-width: 18px;
    min-height: 18px;
    object-fit: contain;
  }

  /* Team Section*/
  .team-section {
    margin-bottom: 40px;
  }

  /* Team Card Section */
  .team-card-section {
    margin-bottom: 60px;
  }
  .team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .team-btn {
    flex-basis: 100%;
    margin: auto;
    padding: 20px 76px;
  }

  /* Contact Us */
  .contact-us-section {
    margin-bottom: 60px;
  }

  /* Contact Us Form Section */
  .form-img1,
  .form-img2 {
    display: none;
  }
  .form-img {
    display: none;
  }
  .form-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    min-height: fit-content;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
  }
  .form-btn {
    display: none;
  }

  /* Small Screen Form Btn Section */
  .small-btn {
    display: block;
    flex-basis: 100%;
    margin: auto;
  }
  .small-btn > a {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  /* Footer Middle Section*/
  .footer-social-logo {
    display: none;
  }
  .footer-middle-section > div > div {
    padding: 20px 40px;
    gap: 15px;
  }
  .subscribe-section {
    max-width: 500px;
    min-height: 150px;
  }
  .footer-btn1,
  .footer-btn2 {
    padding: 20px 25px;
    width: 250px;
  }
  .footer-btn1 > a,
  .footer-btn2 > a {
    text-align: center;
  }
}
@media screen and (max-width: 875px) {
  /* Footer Section */
  .footer-heading-section > div > div {
    background-color: #191a23;
    border-radius: 0 0 0 0;
  }
  .footer-heading-section > div {
    padding: 0 0;
  }
  .footer-heading-section > div > div {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
  }
  .footer-nav > ul {
    flex-direction: column;
  }
  .footer-btn1,
  .footer-btn2 {
    padding: 20px 25px;
    width: 200px;
  }
  .footer-btn1 > input {
    width: 100px;
  }

  /* Footer Middle Section  */
  .footer-middle-section > div {
    padding: 0 0;
  }

  /* Footer HR Section  */
  .footer-hr-section > div {
    padding: 0 0;
  }

  /* Footer Last Section */
  .footer-last-section > div {
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  /* Footer Section */
  .footer-heading-section > div > div {
    padding: 20px 0;
  }
  /* Footer Middle Section  */
  .subscribe-section {
    padding: 35px 30px;
    max-width: 400px;
    min-height: 150px;
  }
  .footer-middle-section > div > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .clr {
    margin: 0 auto;
  }
  .footer-btn1,
  .footer-btn2 {
    padding: 20px 25px;
    width: 180px;
  }
  .footer-btn1 > input {
    width: 100px;
  }
}
@media screen and (max-width: 425px) {
  /* Common Section */
  .btn {
    padding: 10px 15px;
    max-width: fit-content;
    min-height: fit-content;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 15px;
  }
  p {
    font-size: 10px;
  }
  /* Header Section */
  header {
    min-height: 68px;
    padding: 15px 0;
  }
  .logo > a > img {
    max-width: 140px;
    min-height: 66px;
    object-fit: contain;
  }
  nav {
    display: none;
    flex-basis: 100%;
  }
  nav > ul {
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100vw;
    padding: 20px;
    gap: 10px;
  }
  nav > ul > li > a {
    font-size: 12px;
  }
  nav > ul > li > .btn > a {
    font-size: 12px;
  }
  .icon {
    display: block;
    font-size: 1.8rem;
    position: relative;
  }
  input[type="checkbox"]:checked ~ nav {
    display: block;
  }

  /* Banner Section */
  .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .banner-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .text > h1 {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .text > p {
    margin-bottom: 15px;
  }
  .text > .banner-click > a {
  max-width: fit-content;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--last-color);
  padding: 10px 15px;
  border-radius: 14px;
  border: 2px solid var(--primary-color);
  min-height: fit-content;
  font-size: 16px;
}


  /* Banner-logo Section */
  .banner-logo-section {
    margin-bottom: 30px;
  }
  .banner-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  .banner-logo > a {
    max-width: 80px;
  }
  .banner-logo > a > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  /* Services Section */
  .services-section {
    margin-bottom: 30px;
  }
  .banner-content1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .banner-content1 > a {
    font-size: 20px;
  }
  .banner-content1 > p {
    font-size: 12px;
  }

  /* Card Section */
  .cards-section {
    margin-bottom: 30px;
  }
  .card {
    width: 350px;
    min-height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
    border-radius: 45px;
    padding: 20px;
  }
  .card > .content > p > span {
    border-radius: 7px;
    font-size: 20px;
  }
  .card > .content > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-top: 80px;
    gap: 15px;
    color: var(--primary-color);
    font-size: 15px;
  }
  .cards-section > div > div {
    gap: 20px;
  }
  .card > .content > a > span {
    display: none;
  }

  /* Emoji Section */
  .emoji-section {
    margin-bottom: 20px;
  }
  .text-part1 > h2 {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .text-part1 > p {
    margin-bottom: 16px;
    font-size: 10px;
  }
  .text-part {
    padding: 20px;
  }

  /* Case Studies */
  .case-studies {
    margin: 20px 0;
  }

  /* Small Screen Case Section */
  .small-case-section {
    margin-bottom: 30px;
  }
  .small-case-part {
    font-size: 12px;
  }
  .case-text > a > img {
    max-width: 12px;
    min-height: 12px;
    object-fit: contain;
  }

  /* Team Section*/
  .team-section {
    margin-bottom: 20px;
  }

  /* Team Card Section */
  .team-card-section {
    margin-bottom: 30px;
  }
  .team-card1 {
    max-width: 387px;
    border: 2px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
    padding: 20px 15px;
    border-radius: 45px;
  }
  hr {
    margin: 18px 0;
  }
  .team-icon > a > img {
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
  }
  .team-img {
    max-width: 90px;
    min-height: fit-content;
  }
  .team-name > span {
    font-size: 15px;
    font-weight: bold;
  }
  .team-content {
    font-size: 10px;
  }
  .team-sub {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .team-card {
    gap: 20px;
  }
  .team {
    gap: 20px;
  }
  .team-btn {
    font-size: 12px;
  }

  /* Contact Us */
  .contact-us-section {
    margin-bottom: 30px;
  }

  /* Contact Us Form Section  */
  .form-section {
    margin-bottom: 40px;
  }
  .form-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 20px;
    font-size: 15px;
  }

  /* Small Screen Form Btn Section */
  .small-btn {
    display: block;
    flex-basis: 100%;
    margin: auto;
    padding: 20px 25px;
    font-size: 12px;
  }
  .small-btn > a {
    text-align: center;
  }

  /* Footer Section */
  .footer-heading-section > div > div {
    gap: 20px;
  }
  .footer-nav > ul {
    gap: 20px;
    justify-content: center;
  }
  .footer-nav > ul > li > a {
    font-size: 15px;
  }
  .footer-logo {
    max-width: 120px;
    min-height: 30px;
    object-fit: contain;
  }

  /* Footer Middle Section */
  .footer-middle-section > div > div {
    padding: 15px 20px;
  }
  .subscribe-section {
    padding: 35px 16px;
    flex-direction: column;
  }
  .footer-btn1,
  .footer-btn2 {
    padding: 20px 25px;
    width: 250px;
  }

  /* Footer Social Small Section  */
  .small-social-section {
    background-color: #191a23;
    display: block;
  }
  .small-social-section > div > div {
    justify-content: center;
  }
  .footer-small-social-logo {
    display: flex;
    gap: 10px;
  }

  /* Footer HR Section  */
  .footer-hr-section > div > div {
    padding: 15px;
  }
  /* Footer Last Section */
  .footer-last-section > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .footer-last-section > div > div > p {
    font-size: 14px;
    width: 200px;
  }
}
