.client-work-Wrapper{
  background: #1E1E1E;
  padding-bottom: 130px;

}
.client-work-Wrapper .content-wrapper {
  max-width: 1190px;
}

.client-work-Wrapper .heading {
  padding-top: 113px;
}

.client-work-Wrapper .top-heading p{
  color: #FFF;
  font-family: Noka;
  font-size: 78px;
  font-style: normal;
  font-weight: 600;
  line-height: 113%; /* 88.14px */
  max-width: 487px;
}

.client-work-Wrapper .title h2 {
  color: #FFF;
  font-family: Noka Trial;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 109.5%; 
  margin-top:29px;
  margin-bottom:12px;/* 38.325px */
}

.client-work-Wrapper .bottom-content .description p{
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 109.5%; /* 17.52px */
  max-width: 539px;
  width: 100%;
  margin: 0;
}


.client-work-Wrapper .bottom-content  .expertise-content {
  display: flex;
  gap: 25px;
  margin-top:25px;
}

.client-work-Wrapper .bottom-content  .expertise-inner {
  color: #D7D7F7;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 109.5%; /* 15.33px */
  letter-spacing: 0.63px;
}
.client-work-Wrapper .bottom-content {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}

.client-work-Wrapper .bottom-inner-wrapper {
  width: 50%;
}

/*.bottom-inner-wrapper:nth-child(1)>.description {
margin-bottom:208px;

}
/.bottom-inner-wrapper:nth-child(4)>.bottom-image ,
.bottom-inner-wrapper:nth-child(5)>.bottom-image ,
.bottom-inner-wrapper:nth-child(8)>.bottom-image ,
.bottom-inner-wrapper:nth-child(9)>.bottom-image {
margin-top:183px;
} 
.bottom-inner-wrapper:nth-child(2)>.bottom-image ,
.bottom-inner-wrapper:nth-child(3)>.bottom-image ,
.bottom-inner-wrapper:nth-child(6)>.bottom-image ,
.bottom-inner-wrapper:nth-child(7)>.bottom-image ,
.bottom-inner-wrapper:nth-child(10)>.bottom-image {

margin-top:208px;
}

/*.bottom-inner-wrapper:nth-child(3)>.description ,
.bottom-inner-wrapper:nth-child(6)>.description ,
.bottom-inner-wrapper:nth-child(7)>.description ,
.bottom-inner-wrapper:nth-child(10)>.description {

margin-bottom:208px;
}
*/

.client-work-Wrapper .heading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  /* padding-top: 15rem; */
  margin: 0px auto 6rem;
  max-width: 80%;
}

.client-work-Wrapper .top-image {
  width: 41%;
  margin-bottom: 2.5rem;
}

.client-work-Wrapper .top-heading {
  width: 45%;
  margin-bottom: -20%;
}
.client-work-Wrapper .bottom-content {
  gap: 52px;
  justify-content: space-between;
  align-items: center;
  grid-row-gap: 70px;
}

.client-work-Wrapper .bottom-inner-wrapper {
  width: 100%;
  margin-bottom: 0;
  max-width: 548px;
}

.client-work-btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-work-btn a {
  display: block;
  border-radius: 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130.5%;
  font-family: Manrope,sans-serif;
  padding: 25.5px 36px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  min-width: 270px;
  text-align: center;
  text-decoration: none;
}
.client-work-Wrapper .title a {
    text-decoration: none;
}
.bottom-image {background-color: #413277;border-top-right-radius: 70px;border-bottom-left-radius: 70px;}
.bottom-image img:hover {
    opacity: 0.5 !important;
/*     transition: 0.6s; */
  transition: opacity 0.25s ease-in-out 0s;
    border-top-right-radius: 41px;
}

@media(max-width: 1024px) {
  .client-work-Wrapper .top-heading p {
    font-size: 60px;
  }

  .client-work-Wrapper .heading {
    align-items: flex-end;
  }

  .client-work-Wrapper .top-heading {
    margin-bottom: 0;
  }
}

@media (max-width:767px){
  .client-work-Wrapper .bottom-inner-wrapper {
    width: 100%;
  }
  .client-work-Wrapper .top-image {
    width: 100%;
  }



  .client-work-Wrapper .top-heading {
    width: 100%;
    margin-bottom: 0;
  }
  .client-work-Wrapper .heading {
    padding-top: 60px;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
  }

  .client-work-Wrapper .bottom-content {
    text-align: center;
    justify-content: center;
  }

  .client-work-Wrapper .bottom-inner-wrapper {
    margin-bottom: 0;
  }

  .client-work-Wrapper .bottom-content .expertise-content {
    text-align: center;
    justify-content: center;
  }
  .client-work-Wrapper .top-heading p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .client-work-Wrapper .bottom-content .description p {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
  }
  .client-work-Wrapper .top-image {
    width: 80%;
  }

  .client-work-Wrapper .heading {
    display: block;
    text-align: center;
  }

  .client-work-Wrapper .top-image {
    width: 100%;
  }

  .client-work-Wrapper .heading {
    margin: 0 0 60px;
    max-width: 100%;
  }

  .client-work-Wrapper  {
    padding-bottom: 60px;
  }

  .top-image img {
    max-width: 250px !important;
  }

  .client-work-Wrapper .top-heading p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 40px;
  }
}

@media(max-width: 575px) {
  .client-work-Wrapper .bottom-content {
    grid-template-columns: 1fr;
  }

  .client-work-Wrapper .bottom-content {
    gap: 52px;
    justify-content: space-between;
    align-items: center;
  }

  .client-work-Wrapper .bottom-inner-wrapper {
    width: 100%;
    margin-bottom: 0;
    max-width: 100%;
  }
}

@media (max-width:550px){
  .client-work-Wrapper .top-heading p {
    font-size: 30px;
    max-width: 100%;
  }

  .client-work-Wrapper .top-image {
    width: 100%;
  }
  .client-work-Wrapper .bottom-content .expertise-content {
    flex-wrap: wrap;
  }
}