section.service-section {
    margin-top: 100px;
}
.service-elite-section h2 {
  font-family: futura heavy;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0px;
  text-align: left;
}
.assis-btn{
  padding:16px 45px;
}
.service-elite-section p {
  font-family: futura heavy;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.service-elite-banner {
  display: flex;
  padding: 60px 10px;
  align-items: center;
}
.service-elite-banner h2 {
  font-family: futura heavy;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}
.service-elite-banner p {
  font-family: futura book;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 10px;
}
.service-elite-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 70px;
}
.lined-ul {
  list-style: none;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
  padding-left: 0;
}
.lined-ul li {
  position: relative;
  font-family: futura medium;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0px;
  text-align: left;
}
.lined-ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -15px;
  border-radius: 50%;
  top: 10px;
  margin: auto;
  background-color: #2900B2;
}
.lined-ul li::after {
  content: "";
  position: absolute;
  left: -12px;
  width: 1px;
  background-color: #2900B2;
  height: calc(100% + 15px);
  top: 10px;
  bottom: 0;
}
.lined-ul li:last-child::after {
  display: none;
}
.service-elite-list {
  background-color: #EFF4FD;
  padding: 20px 20px 20px 60px;
  border-radius: 24px;
  width: 40%;
}
@media only screen and (max-width:1024px){
  section.service-section {
    margin-top: 200px;
}
}
@media only screen and (max-width: 980px) {
  .lined-ul li {
    font-size: 18px;
  }
  .service-elite-banner h2 {
    font-size: 45px;
    line-height: 55px;
  }
 .service-boxes{
   padding-bottom:60px;
}
  .assistant-large-heading{
    text-align:center;
  }
  .who-use-sec{
    padding:60px 10px;
}
@media only screen and (max-width: 768px) {
  .service-elite-content,
  .service-elite-list {
    width: 100%;
  }
  .assistant-large-heading{
   font-size:30px; 
  }
  .service-elite-content {
    justify-content: center;
  }
  .service-elite-content h2,
  .service-elite-content p {
    text-align: center;
  }
  .service-elite-content .blue-btn {
    margin: 0 auto;
  }
  .service-elite-banner h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .service-elite-content {
    padding-right: 0;
  }
  .service-elite-banner {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .lined-ul li {
    font-size: 16px;
    line-height: 24px;
  }
}