/* Add custom CSS styles below */ 

/*video-banner*/
.Moa_videobanner{
  height: 70vh;
}

@media(max-width: 425px){
.Moa_videobanner{
  height: 40vh;
}
}
/**/

/**/
#M_titles-1 .maintitle + p{
  font-size: 1.5rem;
}
.Moa__cat .gr{
  gap: 0.5rem;
}
.Moa__cat .gr > div{
  flex: 0 0 calc((100% - (var(--columns) - 1) * 4rem) / var(--columns));
}
/**/