
/* Steps start */

#steps {
  padding-bottom: 96px;
}

#steps h2 {
  color: var(--Blue, #1e3c72);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 65px */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 64px !important;
}

#steps img {
  height: 736px;

}

#steps .cd-timeline-contents::before {
  content: "";
  position: absolute;
  width: 270px !important; 
  height: 2px;
  background-color: #333c42; /* Line color */
  margin-top: 4px;
}

#steps .cd-timeline-contents .dot::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #1e3c72;
  border-radius: 50%;
}

#steps .cd-timeline-blocks {
  margin-top: 130px;
}

#steps .cd-timeline-contents .content {
  padding: 24px 0px 0px 19px;
  height: 208px;
  width: 100%;
}

#steps .cd-timeline-contents .content h4 {
  color: var(--Blue, #1e3c72);

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}

#steps .cd-timeline-contents .content p {
  margin-top: 6px;
  color: var(--Blue, #1e3c72);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #steps h2 {
    margin-left: auto;
    width: 100%;
  }

  #steps .cd-timeline-contents .content {
    width: 100%;
  }

  #steps .cd-timeline-contents .content p {
   
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #steps {
    padding-bottom: 80px;
  }

  #steps h2 {
  
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 111.111% */
    text-transform: uppercase;
    margin-bottom: 32px !important;
  }

  #steps img {
    height: 100%;
    object-fit: cover;
  }

  #steps .cd-timeline-contents::before {
    content: "";
    position: absolute;
    width: 138px !important;
    height: 2px;
    background-color: #333c42; /* Line color */
    margin-top: 4px;
  }

  #steps .cd-timeline-contents .dot::after {
    width: 8px;
    height: 8px;
  }

  #steps .cd-timeline-contents .content {
    padding: 24px 0px 0px 24px;
    height: 100%;
  }

  #steps .cd-timeline-contents .content h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
  }

  #steps .cd-timeline-contents .content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    width: 100%;
  }

  #steps .cd-timeline-blocks {
    margin-top: 38px;
  }
}

/* Steps end */