
.pasii  {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding:5%;
}
.liniepas{
    
        width: 100%;
        height: 10px;
        border-top: 3px solid green;
        border-bottom: 3px solid green;
    
}

.decopas {
    width:2.5rem;
    height:2.5rem;
    padding:0.5rem;
   
}
.decopas svg {
    width:1.5rem;
    height:1.5reml
}

.pas {
    font-size:1.5rem;
    
}

.pasi-container {
    align-items: center;
}

.pasi-cont {
    margin-left:15%;
    margin-top:5%;
}

@media only screen and (max-width: 768px) {
.pasct {
    display:flex;
    gap:10px
}
.liniepas {
    width:10px;
    height:7rem;
    border-top:none;
    border-right:3px solid green;
    border-bottom:none;
    border-left:3px solid green;
}
.pas {
    margin:0;
}
.pasii h3 {
    margin: 0 auto 15%;
}
}