
.syvg2-filter {
    text-align: center;
    margin-bottom: 20px;
}
.syvg2-filter a {
    margin: 5px;
    padding: 8px 15px;
    background: #eee;
    text-decoration: none;
    border-radius: 6px;
}
.syvg2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media(max-width: 768px){
    .syvg2-grid {
        grid-template-columns: 1fr;
    }
}
.syvg2-item iframe {
    width: 100%;
    height: 325px;
    border-radius: 8px;
}
.syvg2-item h4 {
    text-align: center;
}
.syvg2-pagination{
    text-align: center;
}
.syvg2-pagination a, .syvg2-pagination a:hover{
  color: #fff;
  margin: 0px 5px;
  padding:5px 10px;
  background-color: #494d52;
  justify-content: center;
  text-align: center;
  line-height: 60px;
}
.syvg2-pagination span.current{
  color: #fff;
  margin: 0px 5px;
  padding:5px 10px;
  background-color: #ff344f;
  justify-content: center;
  text-align: center;
  line-height: 60px;
}
