.leaderName {
  font-family: "Playfair Display", serif;
  font-style: italic;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1rem;
    font-size: 45px;
}

.leaderTitle {
    font-family: Roboto Mono;
    text-transform: uppercase;
}

.leadership-subheading img {
    display:inline-block;
    width: 5vw !important;
    margin-right: 1vw;
    position: relative;
    top: -1vw;
}

.leadership-subheading {
    font-size: 11vw;
    line-height: 10vw;
    font-weight: 500;
    font-family: Plus Jakarta Sans, sans-serif;
    color: #161819;
}

.leadership-h2 {
    color: #161819;
    font-family: Playfair Display,serif;
    font-style: italic;
    font-weight: 400;
    font-size: 6vw;
}

.leaderBio {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.work-with-us .firstLine {
  border-radius: 11.427px;
  border: 1px solid #161819;
  background: #F8F6EE;
  color: #000;
  font-family: Roboto Mono;
  font-size: 20px;
  font-style: normal;

  letter-spacing: .81px;
  line-height: 30px;
  position: relative;
  width: fit-content;
  padding-right: 10px;
  padding-left: 10px;
  height: 33px;
  position: relative;
  left: 2px;
}

.work-with-us .secondLine{
  background: #e5fa00;
  border-radius: 11.427px;
  border: 1px solid #161819;
  color: #090b0d;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.25px;
  line-height: 27px;
  text-align: center;
  width: 106px;
  height: 33px;
  position: relative;
  left: 1px;
}

.work-with-us .secondLine-wrapper {
  position: relative;
    left: -40px;
    width: calc(100% + 40px);
}

.work-with-us .arrowButton {
  background-color: #e5fa00;
  background-image: url(https://smakkstudios.com/wp-content/uploads/2025/09/arrow-1-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 11.427px;
  border: 1px solid #161819;
  content: "";
  display: block;
  height: 33px;
  right: 0px;
  top: 0;
  width: 33px;
}

.aboutLeader .arrowButton {
  background-image: url(https://smakkstudios.com/wp-content/uploads/2025/09/arrow-1-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 11.427px;
  content: "";
  display: block;
  height: 30px;
  right: 0px;
  top: 0;
  width: 30px;
}

.aboutLeader .arrowButton, .aboutLeader div, .aboutLeader div div {
  display: inline-block;
}

.leadership-title-popup {
  font-family: "Playfair Display", serif;
  font-style: italic;
    font-size: 3vw;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {

  .leadership-h2 {
      font-size: 3vw;
  }

  .leadership-subheading {
    width: 60vw;
    display: block;
    font-size: 5vw;
    line-height: normal;
  }

  .leader{
    padding-left: 2rem;
    padding-right: 2rem;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #161819;
  }

  .leader:nth-child(1) {
    border-left-style: solid;
    border-left-width: 1px;
  }  

  .leadership-h2 {
    font-size: 3vw;
  }
  .leadership-title-popup {
    font-size: 2vw;
    margin-bottom: 2rem;
  }

  .leadership-name-popup {
    font-size: 5vw;
  }
}

.start-a-project-button:hover .secondLine,.start-a-project-button:hover .arrowButton{
  background-color: #ffffff;
}