/* Universal breakpoints */
.info-carousel-section {
  display: flex;
  justify-content: center; }
  @media (max-width: 1079px) {
    .info-carousel-section.info-flex {
      display: none; } }
  @media (min-width: 1080px) {
    .info-carousel-section.info-carousel {
      display: none; } }
  .info-carousel-section.info-carousel .swiper {
    width: 500px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .info-carousel-section.info-carousel .swiper {
        width: 100%; } }
  .info-carousel-section.info-carousel h2 {
    margin: 12px 0; }
  .info-carousel-section.info-carousel .text-18 {
    margin-bottom: 50px; }
  .info-carousel-section.info-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 250ms ease-in-out; }
    .info-carousel-section.info-carousel .swiper-pagination-bullet-active {
      width: 36px;
      border-radius: 20px;
      background-color: white; }
  .info-carousel-section .col-1,
  .info-carousel-section .col-2,
  .info-carousel-section .col-3 {
    flex: 1;
    max-width: 320px; }
  .info-carousel-section img {
    width: 60px;
    height: auto; }
  .info-carousel-section .divider {
    background-color: white;
    width: 1px;
    margin: 0 60px 60px 60px; }
