    .swiper {
      width: 85%;
      height: 100%;
      margin-top: 15px;
        }

        .swiper p {
      font-size: 15px;
      color: #00526f;
font-family: "azo-sans-web", sans-serif;
font-weight: 600;
        }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

 @media (max-width: 768px) {
      .swiper p {
      font-size: 7px;
font-family: "azo-sans-web", sans-serif;
font-weight: 300;
        }
            .swiper {
      width: 90%;
        }

    }
:root{ --swiper-theme-color: #ffbd2f;}