.drive-section {
  position: relative;
  width: 100%;
  margin: 80px 0 30px;
}
.drive-row {
  display: flex;
}
.drive-col-title {
  width: 16%;
  display: flex;
  align-items: flex-end;
}
.drive-col-steps {
  width: 84%;
  display: flex;
  align-items: flex-end;
}
.drive-heading {
  font-size: 26px;
  font-weight: bold;
  color: #963922;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
.drive-step-col {
  position: relative;
}
.drive-step-col-1 {
  width: 24%;
}
.drive-step-col-2 {
  width: 24%;
}
.drive-step-col-3 {
  width: 23%;
}
.drive-step-col-4 {
  width: 29%;
}
.drive-line {
  position: absolute;
  z-index: 1;
}
.drive-line img {
  width: 100%;
}
.drive-line-1 {
  width: 93%;
  bottom: 88px;
  left: 115px;
}
.drive-line-2 {
  width: 90%;
  bottom: 70px;
  left: 140px;
  transform: rotate(5deg);
}
.drive-line-3 {
  width: 85%;
  bottom: 60px;
  left: 145px;
  transform: rotate(7deg);
}
.drive-step {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.drive-step-img {
  width: 90px;
  flex-shrink: 0;
  margin: 0;
}
.drive-step-title {
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  background: #132248;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding-right: 2px;
  line-height: normal;
  margin-bottom: 10px !important;
}
.drive-step-desc {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2em;
  color: #4f2915;
  margin: 0 !important;
}
@media (max-width: 1210px) {
  .drive-row {
    gap: 10px;
  }
.drive-section {
  margin: 50px 0 30px;
}

  .drive-col-title {
    width: 13%;
  }
  .drive-step-desc {
    font-size: 14px;
  }
  .drive-heading {
    font-size: 20px;
  }
  .drive-step-title {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .drive-step-img {
    width: 70px;
  }
  .drive-line-1 {
    width: 93%;
    bottom: 70px;
    left: 90px;
  }
  .drive-line-2 {
    bottom: 60px;
    left: 120px;
  }
  .drive-line-3 {
    bottom: 50px;
    left: 125px;
  }
}
@media (max-width: 992px) {
  .hide-tablet {
    display: none !important;
  }

  .drive-section {
    margin: 0;
  }

  .drive-row {
    flex-direction: column;
  }

  .drive-col-title,
  .drive-col-steps {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
  .drive-heading {
    width: 100%;
    text-align: center;
    font-size: 30px;
  }
  .drive-heading br,
  .drive-step-desc br {
    display: none;
  }
  .drive-step {
    margin-left: 0;
  }
  .drive-step-col {
    width: calc((100% - 20px) / 2);
  }
  .drive-step-img {
    width: 90px;
  }
  .drive-step-desc {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .drive-col-title,
  .drive-col-steps {
    gap: 10px;
  }
  .drive-heading {
    width: 100%;
    text-align: center;
    font-size: 30px;
  }
  .drive-step-desc {
    font-size: 14px;
  }
  .drive-step-title {
    font-size: 12px;
    width: 25px;
    height: 25px;
  }
  .drive-step-col {
    width: calc((100% - 10px) / 2);
  }
}

@media (max-width: 500px) {
  .drive-step-col-1,
  .drive-step-col-2,
  .drive-step-col-3,
  .drive-step-col-4 {
    width: 100%;
  }
}
