#how-section {
  padding: 50px 0;
  background-image: url(https://fleetwraphq.com/dev/wp-content/uploads/2022/04/home_bg_new_2.jpeg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#how-section .modal-body {
  padding: 0;
}

#how-section .step-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

#how-section .modal-content {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
}

#how-section .step {
  margin-top: 80px;
}

#how-section .step:first-child {
  margin-top: 50px;
}

#how-section .image-side.order-lg-3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-align: right;
}

#how-section .image-side.order-lg-1 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  text-align: left;
}

#how-section .image-side .how-image {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  z-index: 1;
}

#how-section .image-side .step-img {
  opacity: 0.4;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

#how-section .image-side.order-lg-3 .how-image {
  left: 45px;
  right: unset;
}

#how-section .how-icon {
  position: relative;
  background: linear-gradient(to bottom, #36aff5, #054063);
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  margin-left: 30px;
}

#how-section .step-number {
  width: 70%;
  padding: 30px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 40%);
}

#how-section .how-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  background: white;
  z-index: 1;
  margin: 5px;
}

#how-section .how-icon .icon-img {
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 10px;
  object-fit: contain;
  bottom: -25px;
  z-index: 2;
  background: white;
  left: -35px;
}

#how-section .how-icon .icon-img[alt='Van Icon'] {
  height: unset;
  bottom: 0;
}

#how-section .how-text {
  color: #858383;
  margin-bottom: 30px;
}

#how-section .how-link {
  padding-top: 15px;
  display: block;
  text-decoration: none;
  color: #36aff5;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 20px;
  border-top: 1px solid #d4d4d4;
}

#how-section .step-title {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.8em;
  margin-top: 30px;
}

#how-section .video-img {
  width: 360px;
  height: 360px;
  object-fit: cover;
  box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 40%);
  cursor: pointer;
}

@media (max-width: 992px) {
  #how-section .image-side {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  #how-section .step-number {
    display: none;
  }
  #how-section .image-side.order-lg-3 .how-image,
  #how-section .image-side.order-lg-1 .how-image {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    right: unset;
  }

  #how-section .video-img {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
  }
}
