#Third_section{
    height: fit-content;
}

.mobile{
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: auto;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
    align-self: center;
  }
  .swiper-slide p{
    font-size: var(--header-font-size);
    font-weight: 700;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }