.services{
  background: linear-gradient(180deg, #113D71 0%, #FFFFFF 100%)
}
.services-1{background: url("../../img/services/services-bg-1.webp");background-size: cover}
.services-2{background: url("../../img/services/services-bg-2.webp");background-size: cover}
.circle{
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: var(--bluecolor);
  color: #fff;
  max-height: 50px;
  z-index: 2;
  line-height: 20px;
}
.how-it-works p{
    margin: 0;
}
.how-it-works.row{display: flex;}
.how-it-works.row .col-2{
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  position: relative;
}
.how-it-works.row .col-2::after{
  content: "";
  position: absolute;
  border-left: 3px solid var(--bluecolor);
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after{
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.bottom-right::after{
  height: 50%;
  left: calc(50% - 3px);
  top: 50%;
}
.how-it-works.row .col-2.top-left::after{
  height: 50%;
  left: calc(50% - 3px);
  top: 0;
}
.how-it-works.row .col-2.full::after{
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.full-left::after{
  height: 100%;
  left: 50%;
}
.how-it-works.row .col-2.top::after{
  height: 50%;
  left: 50%;
  top: 0;
}
.timeline div{
  padding: 0;
  height: 40px;
}
.timeline hr{
  border-top: 3px solid var(--bluecolor);
  margin: 0;
  top: 17px;
  position: relative;
  opacity: 1;
  width: 100%;
}
.timeline .col-2{
  display: flex;
  overflow: hidden;
}
.timeline .corner{
  border: 3px solid var(--bluecolor);
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .corner-header{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: var(--bluecolor);
  color: #fff;
}
.timeline .corner-header h3{
  margin-bottom: 0;
}
.timeline .corner-footer{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
}
.timeline .top-right{
  left: 50%;
  top: -50%;
}
.timeline .left-bottom{
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left{
  left: -50%;
  top: -50%;
}
.timeline .right-bottom{
  left: 50%;
  top: calc(50% - 3px);
}
@media (max-width: 991px) {
  .services-1{display: none}
  .services-2{display: none}
}