section.other{
    margin-top: 10vh;
    min-height: 80vh;
}
  
  section.other .content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2vh;
  }
  section.other .box{
    width: 50%;
  }
  main .other .top{ 
    display: flex;
    flex-direction: column;
    gap: 2vh;
    color: #fff;
  }
  
  section.other .swiper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
  }
  
  section.other .swiper-slide {
    width: 35vh;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    border-radius: 10px;
    border: 2px solid transparent;
  }
  section.other .swiper-slide:hover {
    border: 2px solid #c5ab63;
  }
  
  section.other .swiper-pagination-bullet,
  section.other .swiper-pagination-bullet-active {
    background: #fff;
  
  }
  
  section.other .swiper-slide span {
    text-transform: uppercase;
    color: #fff;
    padding: 7px 18px 7px 25px;
    display: inline-block;
    border-radius: 0 20px 20px 0px;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-family: "Open Sans", sans-serif;
  }
  
  
  section.other .swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 25px 45px 0 25px;
  }
  
  .swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px 35px 25px;
  }
  
  .swiper-slide svg {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 7px;
  }
  
  .swiper-slide--one {
    background:
      url(../assets/100.jpg)
        no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--two {
    background:
      url(../assets/101.jpeg)
        no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--three {
    background:
      url(../assets/103.jpeg)
        no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--four {
    background:
      url(../assets/104.jpeg)
        no-repeat 50% 50% / cover;
  }
  
  .swiper-slide--five {
    background:
      url(../assets/more.png)
        no-repeat 50% 50% / cover;
  }
  
  
  
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
  }
  
  
  section.other .cond{
    width: 50%;
    padding-top: 5vh;
    margin: auto;
  }
  section.other .accordion .accordion-text{
    width: 50%;
  }
  section.other .cond a{
    color: black;
    text-decoration: underline;
  }
  .accordion .accordion-text .title{
    font-size: 35px;
    font-weight: 600;
    color: black;
    font-family: 'Fira Sans', sans-serif;
  }
  .accordion .accordion-text .faq-text{
    margin-top: 25px;
    height: 263px;
    overflow-y: auto;
  }
  .faq-text::-webkit-scrollbar{
    display: none;
  }
  .accordion .accordion-text li{
    list-style: none;
    cursor: pointer;
  }
  .accordion-text li .question-arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .accordion-text li .question-arrow .question{
    font-size: 18px;
    font-weight: 500;
    color: black;
    transition: all 0.3s ease;
  }
  .accordion-text li .question-arrow .arrow{
    font-size: 20px;
    color:#c5ab63;
    transition: all 0.3s ease;
  }
  .accordion-text li .line{
    display: block;
    height: 2px;
    width: 100%;
    margin: 10px 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .accordion-text li p{
    color: #595959;

    margin-top: 2vh;
  }
  .accordion-text li.showAnswer p{
    display: block;
    color: #fff;
  }
  
  @media (max-width: 994px) {
    .accordion{
      max-width: 100%;
      padding: 45px 60px 45px 60px;
    }
    .accordion .image-box{
      height: 360px;
      width: 220px;
    }
    .accordion .accordion-text{
      width: 63%;
    }
  }
  @media (max-width: 820px) {
    .accordion{
      flex-direction: column;
    }
    .accordion .image-box{
      height: 360px;
      width: 300px;
      background: #7d2ae8;
      width: 100%;
      border-radius: 25px;
      padding: 30px;
    }
    .accordion .accordion-text{
      width: 100%;
      margin-top: 30px;
    }
  }
  @media (max-width: 538px) {
    .accordion{
      padding: 25px;
    }
    .accordion-text li p{
      width: 98%;
    }
  }
  @media screen and (max-width: 850px) {
    section.other .content{
      flex-direction: column-reverse;
    }
    section.other .box{
      width: 100%;
    }
    section.other .cond{
      width: 100%;
    }
  }