.swiper-slide {
  display: flex;
  justify-content: center; }

.swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: 100%;
  background: url("/images/back-button-gray.svg") no-repeat;
  transform: rotate(180deg); }
  .swiper-button-next:after {
    content: ''; }

.swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 100%;
  background: url("/images/back-button-gray.svg") no-repeat; }
  .swiper-button-prev:after {
    content: ''; }

#lics .swiper-pagination {
  bottom: -2px; }

.swiper-slide img {
  height: 300px; }

.swiper-pagination-bullet-active {
  background: #C31C1E; }

.img {
  margin-right: 1.5rem;
  height: auto;
  width: 200px; }

@media only screen and (min-width: 770px) {
  .swiper-button-next, .swiper-button-prev, .swiper-pagination {
    display: none; }
  .img {
    margin-right: 1.5rem;
    height: 300px;
    width: auto; } }

@media only screen and (min-width: 1214px) {
  .swiper-slide img {
    height: 420px; }
  .img {
    margin-right: 1.5rem;
    height: 320px;
    width: auto; } }

/*# sourceMappingURL=../../../../pages/about-institute.css.map */