.bottombanner-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
.bottombanner-wrapper .bottombanner-item {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  border-radius: 12px;
  border: 0.5px solid var(--stroke-white);
  background: var(--bg-white);
  padding: 12px;
  box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
}
.bottombanner-wrapper .bottombanner-title {
  color: var(--text-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.bottombanner-wrapper .bottombanner-img-area {
  flex-shrink: 0;
}
.bottombanner-wrapper .bottombanner-img-area picture {
  display: flex;
}
.bottombanner-wrapper .bottombanner-img-area img {
  padding: 13px 14px 15px 14px;
  border-radius: 8.533px;
  background: var(--secondary, #f6f4f0);
}
.bottombanner-wrapper .bottombanner-right-area {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  gap: 2px;
}
.bottombanner-wrapper .bottombanner-description {
  color: var(--text-sub);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
  max-width: 235px;
}
.bottombanner-wrapper .bottombanner-list:not(.swiper) {
  display: flex;
}
.bottombanner-wrapper .bottombanner-list:not(.swiper) .swiper-slide {
  flex: 1 !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .bottombanner-wrapper .bottombanner-list .swiper-slide {
    height: auto !important;
  }
  .bottombanner-wrapper .bottombanner-list:not(.swiper) {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .bottombanner-wrapper .bottombanner-img-area img {
    padding: 10px;
    border-radius: 6px;
    background: var(--secondary, #f6f4f0);
  }
  .bottombanner-wrapper .bottombanner-item {
    padding: 8px;
  }
  .bottombanner-wrapper .bottombanner-right-area {
    margin-left: 16px;
  }
  .bottombanner-wrapper .bottombanner-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.14px;
  }
  .bottombanner-wrapper .bottombanner-description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.12px;
    max-width: 205px;
  }
  .bottombanner-wrapper .bottombanner-list {
    flex-direction: column;
    gap: 16px;
  }
  .bottombanner-wrapper .bottombanner-list:not(.swiper-initialized) .swiper-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
