nav {
  padding: 20px 0;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  font-size: 25px;
  list-style: none;
  line-height: 45px;
}

nav a {
  text-decoration: none;
  color: #212529;
  transition: all 150ms ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #885df1;
}

footer .email-link {
  text-decoration: none;
  color: black;
  font-size: 24px;
}

footer .email-link:hover {
  color: #885df1;
}
footer .social-links a {
  margin: 0 20px;
  color: #885df1;
  background-color: #f5f1fe;
  border-radius: 50px;
  padding: 10px 14px;
  transition: all 100ms ease-in-out;
}

footer .social-links a:hover {
  color: white;
  background-color: #885df1;
}
img {
  border-radius: 20px;
}

.fa-brands {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.about-header {
  font-size: 64px;
}

.about-job-title {
  font-size: 25px;
}

.container-1 {
  background-color: #f5f1fe;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about-page .navbar {
  margin-bottom: 100px;
}
.about-section img {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
}
.custom-back-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  background-color: #885df1;
  color: white;
  transition: box-shadow 0.2s ease;
  display: inline-block;
  text-decoration: none;
}
.back-to-homepage {
  text-decoration: none;

  color: #212529;
}
.back-to-homepage:hover {
  color: #885df1;
}
.custom-back-btn:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.col-lg-6 .custom-back-btn {
  margin-top: 32px;
}

footer .container-1 {
  background-color: #f5f1fe;
  padding: 32px 48px;
  border-radius: 116px;
  max-width: 750px;
  margin: 16px auto;
}

.work-inquiry-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.inquiry-text {
  text-align: left;
}

.contact-btn-container {
  text-align: right;
}

@media (max-width: 760px) {
  .work-inquiry-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .inquiry-text,
  .contact-btn-container {
    width: 100%;
    margin-bottom: 16px;
  }

  .contact-btn-container {
    text-align: center;
  }
  .about-section .col-lg-6 {
    text-align: center;
  }
  .about-header,
  .about-job-title,
  .about-section p {
    text-align: center;
  }
  .custom-back-btn {
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  h3 {
    text-align: center;
  }
  p {
    text-align: center;
  }
}
@media (min-width: 990px) {
  nav li {
    display: inline;
    margin-left: 15px;
  }
}
@media (max-width: 990px) {
  nav li {
    display: block;
    margin: 10px 0;
  }
}
