.serts a .img-block{height:220px;}
.serts a .img-block .f-14,
.serts a .img-block .f-22,
.serts a .img-block svg{position:absolute;}
.serts a .img-block .f-14{left:20px;bottom:20px;}
.serts a .img-block .f-22{top:20px;left:20px;}
.serts a .img-block svg{right:20px;bottom:20px;}
.serts a:hover .img-block{border-color:var(--main)}
.serts a:hover .svg svg path:nth-child(1) {fill:var(--main)}
.serts a:hover .svg svg path:nth-child(2){stroke:var(--white)}
@media(max-width:1200px){
.serts .fw-25{margin-bottom:20px;flex:0 0 50%;max-width:50%;}
}
@media(max-width:579px){
.serts .fw-25{flex:0 0 100%;max-width:100%;}
}