.carousel-text-section {
  padding: 80px 20px;
  background: #fff;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}
.carousel-text-section .container {
  display: flex;
  gap: 10px;
}

.carousel-block {
  margin-bottom: 60px;
  text-align: center;
  width: calc(50% - 5px);
  position: relative;
}

.carousel-wrapper:after {
  content:"";
  position: absolute;
  pointer-events: none;
  width: 76px;
  height: 76px;
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='76' viewBox='0 0 76 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.8333 73.6667C57.6235 73.6667 73.6667 57.6235 73.6667 37.8333C73.6667 18.0431 57.6235 2 37.8333 2C18.0431 2 2 18.0431 2 37.8333C2 57.6235 18.0431 73.6667 37.8333 73.6667Z' stroke='%2359CAD9' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.5 37.8333H52.1667' stroke='%2359CAD9' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.8335 23.5V52.1667' stroke='%2359CAD9' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
  right: 30px;
  bottom: 15px;

}

.carousel-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto 30px;
}

.flickity-carousel {
  width: 100%;
}

.carousel-cell {
  width: 100%;
}

.carousel-cell a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  object-fit: cover;
  border-radius: 0 !important;
}
.carousel-cell a{
  display: block;
  width: 100%;
  aspect-ratio: 700/520;
  position: relative;
}
.carousel-header {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #4B4D53;
  margin-bottom: 20px;
}

.carousel-description {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color: #4B4D53;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.flickity-page-dots {
	bottom: 15px !important;
	text-align: center !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.flickity-page-dots .dot{
  width: 7px !important;
  height: 7px !important;
  background-color: #fff !important;
  transition: all 0.5s ease;
}
.flickity-page-dots .dot.is-selected{
  width: 12px !important;
  height: 12px !important;
  transform: none !important;
  background-color: #fff !important;
}
.flickity-page-dots .dot{
  opacity: 1 !important;
}
.gallery-carousel{
  aspect-ratio: 704/521;
}
.gallery-carousel  .flickity-viewport .carousel-cell,
.gallery-carousel  .flickity-viewport .flickity-slider,
.gallery-carousel  .flickity-viewport{
  height: 100% !important;
}

@media (max-width: 768px) {
  .carousel-header {
    font-size: 28px;
  }

  .carousel-description {
    font-size: 20px;
  }
}