
.snfst-row{display:flex;flex-wrap:wrap;gap:15px;direction:rtl;}
.snfst-col{flex:1 1 22%;min-width:200px;}
.snfst-btn-col{flex:1 1 22%;min-width:200px;display:flex;align-items:flex-end;}
@media(max-width:1024px){
 .snfst-col{flex:1 1 45%;}
 .snfst-btn-col{flex:1 1 100%;align-items:center;}
 #snfst-apply{width:100%;}
}
@media(max-width:600px){
 .snfst-col,.snfst-btn-col{flex:1 1 100%;}
 #snfst-apply{width:100%;}
}
