@media (min-width: 992px) {
  .section--gallery {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .section--gallery .show-on-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .show-on-desktop {
    display: none;
  }
}
.section--gallery .section--outer {
  background-color: #0A152E;
}
@media (max-width: 991.98px) {
  .section--gallery .section--outer {
    padding-block: 48px;
  }
}
@media (min-width: 992px) {
  .section--gallery .section--outer {
    margin-bottom: 16px;
    padding-top: 80px;
    padding-bottom: 90px;
    padding-inline: 56px;
    text-align: center;
  }
}
.section--gallery .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -2px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .section--gallery .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .section--gallery .title {
    margin-bottom: 56px;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .title {
    margin-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .slider {
    width: calc(100% + 48px);
    margin-bottom: 46px;
    margin-left: -24px;
  }
}
@media (min-width: 992px) {
  .section--gallery .slider {
    width: 83%;
    margin-bottom: 40px;
    margin-inline: auto;
  }
}
.section--gallery .item-group .owl-stage-outer img {
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .section--gallery .owl-carousel .owl-stage {
    margin-left: -11.2vw;
  }
}
.section--gallery .owl-dots {
  display: flex;
  gap: 14px;
}
.section--gallery .owl-dots .owl-dot {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 6px;
  height: 6px;
  cursor: pointer;
}
.section--gallery .owl-dots .owl-dot.active {
  background-color: #E6F1FE;
}
.section--gallery .owl-nav-dots-container {
  padding-inline: 24px;
  margin-top: 48px;
  margin-bottom: 46px;
}
@media (min-width: 992px) {
  .section--gallery .owl-nav-dots-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 68px;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .owl-nav-dots-container {
    display: grid;
    grid-template-columns: 36px auto 36px;
    align-items: center;
    justify-items: center;
    gap: 0;
  }
}
.section--gallery .owl-carousel--custom-next,
.section--gallery .owl-carousel--custom-prev {
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 34px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  font-size: 24px;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .section--gallery .btn {
    width: 100%;
  }
}
