.patented-designs {
  border-top: 1px solid var(--border-color);
}
.patented-header {
  display: flex;
  align-items: center;

}
.patented-header .logo-img {
  border-right: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 64px 40px 0;
  --title3-font-size: 40px;
}

.patented-header .logo-img svg
{
  height: 70px;
  width: auto;
}

.patented-header .logo-title {
  flex: 1;
  padding: 22px 90px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  --body1-font-size: 20px;
  --body5-font-size: 14px;
  --body-line-height: 1.5;
}
.patented-header .logo-title .body1 {
  --body-font-weight: 500;
}
.swiper-container img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-container {
  background: #DEC0AB;
}

.patented-box {
  padding-top: 90px;
}
.patented-icon {
  font-size: 50px;
  margin-bottom: 10px;
}

.patented-slide {
  width: 100%;
}

.theme-box-theme {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.theme-box-theme svg {
  width: 100%;
  height: 100%;
}
.patented-box-item-text {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
.patented-box-item-text * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.patented-theme-slide .theme-box-item {
  opacity: 0.3;
}
.patented-theme-slide.is-active .theme-box-item {
  opacity: 1;
}

@media screen and (max-width: 950px){
  .patented-header {
    flex-direction: column;
    align-items: start;
  }
  .patented-header .logo-img {
    border-right: 0 none;
    padding: 30px 0 0;
    --title3-font-size: 34px;
  }
  .patented-header .logo-title {
    padding: 10px 0 30px;
  }
  .patented-box {
    padding-top: 42px;
  }
  .patented-icon {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .patented-box-item-text {
    font-size: 16px;
  }
}

