.themeListing {
  overflow: hidden;
  font-family: "CircularStd-Book", sans-serif;
}

.themeListing__row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .themeListing__row {
    padding-bottom: 40px;
  }
}

.themeListing__item {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding: 0 24px;
}

.themeListing__imageBox {
  width: 100%;
  margin-bottom: 24px;
}

.themeListing__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.themeListing__title {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 4px;
  color: #252c43;
  font-size: 20px;
  font-family: "CircularStd-Medium", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.29px;
}

.themeListing__label {
  display: inline-block;
  margin-left: 16px;
  padding: 4px 16px;
  border-radius: 20px;
  background-color: #e7f4fe;
  color: #2680eb;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.themeListing__link {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #2680eb;
  font-weight: normal;
  font-family: "CircularStd-Medium", sans-serif;
}

.themeListing__link:hover {
  text-decoration: underline;
  color: #2680eb;
}

.themeListing__linkDecorator {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .themeListing__title {
    font-size: 16px;
  }

  .themeListing__label {
    font-size: 12px;
  }
}

.themeListing__pagination.swiper-pagination {
  position: static;
}

.themeListing__pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 8px;
  margin: 0 4px !important;
  background-color: #b7bdce;
  border-radius: 4px;
  opacity: 1;
  outline: 0 none;
}

.themeListing__pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}

.themeListing__pagination .swiper-pagination-bullet-active {
  background-color: #1a268e;
  width: 48px;
}
