.section-gallery .sw-between .swiper-nav-next{left:auto;right:calc(100% + 3.1rem)}.section-gallery .sw-between .swiper-nav-prev{right:auto;left:calc(100% + 3.1rem)}.gallery-item{display:flex;flex-direction:column;align-items:center;gap:24px;transition:0.4s}.gallery-item .gallery-image{background:#F7F7F8;border-radius:0 0 0 32px;padding-inline:32px;display:flex;justify-content:center;align-items:center;min-height:250px;transition:0.4s;position:relative}.gallery-item .gallery-image:before{content:"";height:44px;width:105px;position:absolute;left:50%;transform:translateX(-50%);bottom:-6px;background-color:transparent;transition:0.4s;z-index:-1;border-radius:0 0 0 11px}.gallery-item:hover .gallery-image:before{background-color:var(--color2)}.gallery-item .caption{font-size:1rem;color:var(--black)}.gallery-item:hover .caption{color:var(--color2)}@media only screen and (max-width:768px){.section-gallery .sw-between .swiper-nav-next,.section-gallery .sw-between .swiper-nav-prev{right:auto;left:auto}.section-gallery .sw-navigation{flex-direction:row-reverse}}