@media only screen and (max-width: 768px) {
  .flagImg {
    display: flex;
    align-items: center; } }
@media only screen and (max-width: 768px) {
  .flagImg picture {
    font-size: 0; } }
@media only screen and (max-width: 768px) {
  .flagImg img {
    width: 77px;
    margin-right: 20px; } }

/*# sourceMappingURL=style.css.map */
.tabel-scroll{
  max-width: 598px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}