.deliver-cycle-section{
  
}

.deliver-cycle-section .deliver-cycle{
 width:25%; 
  padding-right:80px
}

.deliver-cycle-section .deliver-cycle h3{
 margin-bottom:10px;
  font-family:"Futura HV BT;
}



.deliver-cycle-section .deliver-cycle ul li{
border-bottom: 2px solid rgba(35, 80, 102, .16);
  padding-top:20px;
padding-bottom: 20px;
  background:0;
  margin-top:0;
  padding-left: 15px;
}

.deliver-cycle-section .deliver-cycle ul li:first-child{
 padding-top:0;
}

.deliver-cycle-section .deliver-cycle ul li:last-child{
 border-bottom:0; 
 padding-bottom:0;
}

.deliver-cycle-section .card{
 width:75%; 
  display:flex;
}

.deliver-cycle-section .card ul{
 margin-top:0; 
  display:flex;
 justify-content:center;
  flex-direction:column;
}


@media (max-width:1366px){
  .deliver-cycle-section .deliver-cycle{
  padding-right:25px
}
  
}

@media (max-width: 1200px){
.deliver-cycle-section .deliver-cycle {
    width: 30%;
  }
  .deliver-cycle-section .card {
    width: 70%;
}
}

@media (max-width: 767px){
  .deliver-cycle-section .row-fluid{
    display: block; 
  }
  
      .deliver-cycle-section .deliver-cycle {
        width: 100%;
        padding-right:0;
        
  }
   .deliver-cycle-section .deliver-cycle ul{
    display:flex;  
     flex-wrap:wrap;
  }
  .deliver-cycle-section .deliver-cycle ul li{
   
            border-bottom: 0;
        border-right: 2px solid rgba(35, 80, 102, .16);
        padding-left: 0;
         width: 50%;
        text-align: center;
  }
  .deliver-cycle-section .deliver-cycle ul li:nth-child(2){
    padding-top:0;
  }
  .deliver-cycle-section .deliver-cycle ul li:nth-child(2n){
      border-right:0; 
  }
  
  .deliver-cycle-section .deliver-cycle ul li:nth-child(-n+2){
    border-bottom: 2px solid rgba(35, 80, 102, .16);
  }
  
      .deliver-cycle-section .card {
        width: 100%;
        margin-top: 30px;
    }
  

  
}

@media (max-width: 485px){
      .deliver-cycle-section .deliver-cycle ul li {
        padding: 20px;
    }
   .deliver-cycle-section .deliver-cycle ul li:nth-last-child(2) {
     padding-bottom:0;
  }
  
}