.assistant-large-heading{
  font-family: futura heavy;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  color:#313131;
}
.who-use-sec {
  padding-bottom: 50px;
  overflow:hidden;
  padding-top:50px;
}
.who-use-sec.right .who-use-wrapper{
  flex-direction:row-reverse;
}

.who-use-sec.right .who-use-wrapper .who-use-image-wrapper > img{
  left:0;
}
.who-use-wrapper {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
  row-gap: 15px;
  align-items:center;
  justify-content:space-between;
}
.who-use-image-wrapper {
  width: 45%;
  position: relative;
  height:550px;
}
.who-use-image-wrapper > img {
  position: absolute;
  right: 0;
  width: 775px;
  height: 550px;
}
.who-use-content {
  width: 49%;
}
.who-use-content > h3 {
  font-family: futura heavy;
  font-size: 50px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0px;
  text-align: left;
  color: #313131;
}
h5.who-use-content-title-small-heading {
  color: #313131;
  font-family: futura heavy;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 0px;
}
.who-use-content-title-content-heading {
  font-family: futura heavy;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  color: #313131;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 980px) {
.who-use-image-wrapper {
    width: 100%;
  }
  .who-use-image-wrapper > img {
    width: 100%;
    position: static;
    height: 100%;
    
  }
  .who-use-content {
    width: 100%;
    text-align:center;
  }
  .who-use-content > h3 {
    font-size: 40px;
    line-height: 42px;
  }
   .efficeiny-large-heading{
    text-align:center;
}
  .content p{
    text-align:center;
}
  section.who-use-sec.how-it-works.right{
    padding-top:0;
}
  .how-it-works-section{
    padding:70px 10px;
}
  .who-use-image-wrapper img{
    width:100%;
    height:auto;
  }
  .who-use-image-wrapper{
   height:auto; 
  }
  }
@media screen and (max-width: 767px) {
.who-use-content > h3 {
    font-size: 30px;
  }
  h5.who-use-content-title-small-heading {
    font-size: 18px;
  }
  .who-use-sec{
    padding-bottom:50px;
}