/*Only by global style about page*/
.container-1160 {
  max-width: 1160px !important;
}

.flickity--custom-dots .flickity-page-dots {
  display: block !important;
}
.flickity--custom-dots .flickity-page-dots li {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 10px;
  background: rgba(13, 78, 145, 0.50);
  margin: 0 4px;
  transition: .3s all;
}
.flickity--custom-dots .flickity-page-dots .dot.is-selected {
  background: #0D4E91;
  width: 32px;
  height: 8px;
}
.button--previous[disabled], .button--previous[disabled]:hover {
  opacity: 0;
  cursor: not-allowed;
}

.button--next[disabled], .button--next[disabled]:hover {
  opacity: 0;
  cursor: not-allowed;
}
@media only screen and (max-width: 768px) {

  .fs-35 {
    font-size: 24px !important;
  }

  .fs-60 {
    font-size: 30px !important;
  }

  .title.fs-32 {
    font-size: 28px !important;
  }
}

/*Only by global style about page*/
