
.steps_container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
    padding: 30px 0px  0px;
    z-index: 8;
	position: relative;
}

.step_cont1, .step_cont2, .step_cont3 {
    display: flex;
    align-items: center;
    background: #6DF6FF;
    border: 1px solid #6DF6FF;
    border-radius: 20px;
    width: 300px;
    
    padding: 13px 20px;
    gap: 20px;
}

.step_title h1 {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.1;
     font-family: 'Averta', sans-serif;
     padding-bottom: 5px;
     
   
}

.step_title p {
    font-size: 13px;
    text-transform: uppercase;
     font-family: 'Averta', sans-serif;
    
}

.icon_cont {
    padding-top: 2%;
}



@media only screen   and (max-width : 768px) {



.steps_container{
  
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
    width: 100%;
   

   gap: 11px;
   padding-top: 100px;
   padding-bottom: 30px;
   margin-top: 0px;
}


.step_cont1, .step_cont2 , .step_cont3{
    display: flex;
    align-items: center;
    background: none;
    border: none;
    border-radius: 20px;
   min-height: 90px;/*edo allazo to ipsos ton steps sto kinito*/
    width: 300px;
     padding: 10px 10px ;
     gap: 20px;
     background: #6DF6FF;
     border: #6DF6FF solid 1px;
     

}

.step_title{
  
   font-family: 'Averta', sans-serif;
  
   
}

.step_title h1{
  height:auto;
  font-size: 18px;
  padding-bottom: 2%;
 
 
  
 
 }

 .step_title p{
    font-size: 15px;
   
 }

