.single .singleContent .gallery {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .single .singleContent .gallery__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 46px;
  }
  
  .single .singleContent .gallery__title h2 {
    margin: 0;
  }
  
  .single .singleContent .gallery__title .arrow-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  
  .single .singleContent .gallery__slider img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 240px;
    margin: auto;
  }