main img,
main video {
  height: auto;
}

main h2 + .desc {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 60px;
}

main h2 {
    font-size: 44px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
  main.ai-bikini h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.sexy-video .section-1 {
  background-image: url(https://images.imyfone.com/chatartweben/asset/overview/sexy-ai-video-generator/section-1-bg.png);
  background-size: cover;
  background-position: center top;
  min-height: 1065px;
}

.sexy-video .section-1 .main-container {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sexy-video .section-1 .main-container h1 {
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  color: #2a3048;
}

.sexy-video .section-1 .main-container h1:first-of-type {
  background: linear-gradient(90deg, #7165FF 0%, #B000E5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sexy-video .section-1 .main-container p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #2a3048;
  margin-top: 20px;
}

.sexy-video .section-1 .main-container .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.sexy-video .section-1 .main-container .button-group a {
  width: 240px;
  height: 64px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 64px;
}

.sexy-video .section-1 .main-container .button-group .img-to-video-btn {
  background: linear-gradient(90deg, #7165ff 0%, #b000e5 100%);
  color: #fff;
}

.sexy-video .section-1 .main-container .button-group .img-to-video-btn:hover{
  background: linear-gradient(90deg, #9288FF 0%, #D034FF 100%);
}

.sexy-video .section-1 .main-container .button-group .txt-to-video-btn {
  border: 1px solid #685bff;
  color: #685bff;
  background: #FFFFFFB2;
}

.sexy-video .section-1 .main-container .button-group .txt-to-video-btn:hover{
  backdrop-filter: blur(8px);
  background: #fff;
}


.sexy-video .section-1 .main-container .video {
  max-width: 680px;
  width: 50%;
  position: relative;
  margin-top: 36px;
}

.sexy-video .section-1 .main-container .video-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  position: relative;
}

.sexy-video .section-1 .main-container .video-content {
  position: relative;
}

.sexy-video .section-1 .main-container .video-content::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -7px;
  width: calc(100% + 14px);
  height: 100%;
  background: url(https://images.imyfone.com/chatartweben/assets/overview/ai-image-to-video-filter/banner-video-frame.svg)
    no-repeat center/100% 100%;
}

.sexy-video .section-1 .main-container .video-content video {
  width: 200px;
  border-radius: 30px;
  cursor: pointer;
}

.sexy-video .section-1 .main-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  cursor: pointer;
  background: url(https://images.imyfone.com/chatartweben/assets/overview/ai-image-to-video-filter/play-icon.svg)
    no-repeat center/100% 100%;
  transition: all 0.2s;
}

.sexy-video .section-1 .main-container .play-btn:hover {
  opacity: 0.8;
}

.sexy-video .section-1 .main-container .video-bottom {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sexy-video .section-1 .main-container .swiper-container {
  width: 100%;
  padding: 64px 20px;
}

.sexy-video .section-1 .main-container .swiper-wrapper {
  display: flex;
  align-items: center;
}

.sexy-video .section-1 .main-container .swiper-slide {
  transition: all 0.3s ease;
  opacity: 0.7;
  z-index: 1;
  position: relative;
}

.sexy-video .section-1 .main-container .swiper-slide-active {
  transform: scale(1.22);
  opacity: 1;
  z-index: 2;
}

.sexy-video
  .section-1
  .main-container
  .swiper-slide-active
  .video-content::before {
  background-image: url(https://images.imyfone.com/chatartweben/asset/overview/sexy-ai-video-generator/banner-video-frame-active.svg);
}

@media(max-width: 1024px){
   .sexy-video .section-1{
    padding-bottom: 0;
   }

   .sexy-video .section-1 .main-container .button-group{
      margin-top: 30px;
   }

   .sexy-video .section-1 .main-container .video{
    margin-top: 30px;
   }
}

.most-explore  {
    padding-bottom: 140px;
}

.most-explore .base-maxwidth {
    padding: 0;
}

.most-explore h2 {
    padding: 0 14px;
}

.most-explore .desc {
    margin: 16px auto 60px;
    padding: 0 14px;
}

.most-explore .scrollbar-content.to-left::before,
.most-explore .scrollbar-content.to-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 14%;
    max-width: 160px;
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.most-explore .scrollbar-content.to-right::after {
    left: unset;
    right: -1px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.most-explore .scrollbar-box {
    display: flex;
    position: relative;
    width: 100%;
    padding: 6px 14px;
}

.most-explore .explore-item {
    max-width: 320px;
    min-height: 422px;
    flex-shrink: 0;
    border-radius: 20px;
    margin-right: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: var(--explore-bg-color, linear-gradient(180deg, #EAF5FF 0%, #EAEFFF 100%));
}

.most-explore .explore-item h3 {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    padding: 24px 24px 6px;
}

.most-explore .explore-item p {
    flex: 1;
    color: rgba(42, 48, 72, .8);
    font-size: 16px;
    font-weight: 500;
    padding: 0 24px 12px;
    width: 100%;
}

.most-explore .explore-item picture {
    padding: 0 8px;
}

.most-explore .explore-item img {
    transition: transform .2s;
}

.most-explore .explore-item:hover img {
    transform: scale(1.09);
}

.most-explore .base-download-button {
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.most-explore .base-download-button .download {
    font-size: 18px;
}


@media (max-width: 900px) {
  .sexy-video .section-1 {
    min-height: unset;
  }

  .sexy-video .section-1 .main-container {
    padding: 64px 16px 0;
  }

  .sexy-video .section-1 .main-container h1 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
  }

  .sexy-video .section-1 .main-container .button-group {
    flex-direction: column;
    gap: 28px;
  }

  .sexy-video .section-1 .main-container .button-group a {
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .sexy-video .section-1 .main-container .video-content video {
    width: 180px;
    border-radius: 20px;
  }

  .most-use .content-item {
    padding: 120px 0;
  }

  .most-explore .tab-content {
    max-height: 400px;
  }
}
@media (max-width: 1100px) {
  main h2 {
    font-size: 36px;
  }

  .sexy-video .section-1 .main-container h1 {
    font-size: 36px;
  }

  .sexy-video .section-1 .main-container .video-content video {
    width: 140px;
    border-radius: 12px;
  }

  .sexy-video .section-1 .main-container .swiper-slide-active {
    transform: scale(1.32);
  }

  .sexy-video .section-1 .main-container .video-content::before {
    width: calc(100% + 12px);
  }

  .sexy-video .section-1 .main-container .play-btn {
    width: 40px;
    height: 40px;
  }

  .most-use {
    margin-top: -140px;
  }

  .most-use h2 {
    margin-bottom: 40px;
  }

  .most-use .base-maxwidth {
    padding: 40px;
  }

  .most-use .content-item,
  .most-use .content-item.img-and-video {
    padding: 100px 0;
    border-radius: 30px;
  }

  .most-use .content-item h3 {
    font-size: 28px;
  }

  .most-use .content-item .text {
    width: 50%;
  }

  .most-use .content-item .desc {
    font-size: 16px;
    margin: 14px 0 20px;
  }

  .most-effect .effect-count {
    font-size: 100px;
  }

  .most-effect .effect-item {
    width: calc(25% - 6px);
    margin: 0 0 12px;
    border-radius: 14px;
  }

  .most-effect .effect-item::before,
  .most-explore .explore-item::before {
    border-radius: 14px;
  }

  .most-effect .effect-item .effect-video,
  .most-explore .explore-item .explore-video {
    border-radius: 14px;
  }

  .most-effect .effect-item .effect-title {
    border-radius: 0 0 12px 12px;
  }

  .most-explore .explore-item {
    border-radius: 14px;
  }

  .most-explore .tab-content {
    max-height: 500px;
  }

  .most-explore .tab-pane {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .most-explore .explore-item .explore-video {
    border-radius: 14px;
  }

  .next-creation {
    padding-bottom: 180px;
  }

  .next-creation .desc {
    margin: 12px 0 24px;
  }

  .next-creation .img::before {
    transform: translate(0%, -10%);
    width: 335px;
    height: 335px;
    filter: blur(60px);
  }

  .next-creation .img::after {
    transform: translate(10%, 20%);
    width: 387px;
    height: 387px;
    filter: blur(70px);
  }

  .most-faqs h2 {
    font-size: 42px;
    margin-top: 40px;
  }

  .most-faqs .faq-item {
    padding: 24px 0;
  }

  .most-faqs .faq-item .faq-title {
    font-size: 20px;
  }

  .most-faqs .faq-item .faq-content {
    font-size: 14px;
  }

  .most-ideas {
    padding: 140px 0;
  }

  .most-ideas h2 {
    font-size: 42px;
    max-width: 480px;
  }
}

@media (max-width: 998px) {
  .sexy-video .section-1 .main-container .base-maxwidth {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sexy-video .section-1 .main-container .text {
    margin: 0 auto 30px;
  }

  .sexy-video .section-1 .main-container h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    max-width: 560px;
    margin: 0 auto;
  }

  .sexy-video .section-1 .main-container .desc {
    text-align: center;
    margin: 8px auto 24px;
    font-size: 13px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
  }

  .sexy-video .section-1 .main-container .qr-box {
    justify-content: center;
  }

  .sexy-video .section-1 .main-container .qr-item {
    width: 210px;
    height: 60px;
    padding: 12px 22px;
    border-radius: 16px;
  }

  .sexy-video .section-1 .main-container .qr-code {
    display: none;
  }

  .sexy-video .section-1 .main-container .qr-content {
    margin-top: 0;
    height: 100%;
  }

  .sexy-video .section-1 .main-container .qr-content > svg {
    width: 36px;
    height: 36px;
  }

  .sexy-video .section-1 .main-container .qr-tip {
    font-size: 14px;
    font-weight: 700;
  }

  .sexy-video .section-1 .main-container .qr-name {
    font-size: 18px;
    font-weight: 700;
  }

  .sexy-video .section-1 .main-container .base-switching-button > .base-flex,
  .sexy-video .section-1 .main-container .base-version-switching {
    justify-content: center;
  }

  .sexy-video .section-1 .main-container .video {
    margin-left: 0;
    width: 70%;
    max-width: 500px;
  }

  .sexy-video .section-1 .main-container .circle-box span {
    filter: blur(75px);
  }

  .sexy-video .section-1 .main-container .circle-box span:nth-child(1) {
    width: 356px;
    height: 356px;
  }

  .sexy-video .section-1 .main-container .circle-box span:nth-child(2) {
    width: 286px;
    height: 286px;
  }

  .sexy-video .section-1 .main-container .circle-box span:nth-child(3) {
    transform: translate(30%, 0%);
    width: 282px;
    height: 282px;
  }

  .most-use {
    padding-bottom: 60px;
    margin-top: 0;
  }

  .most-use .base-maxwidth {
    flex-wrap: wrap;
    padding: 0 14px;
  }

  .most-use .content-item .text {
    width: 100%;
    max-width: 700px;
    padding: 0 20px;
  }

  .most-use .content-item .img {
    margin: 0 auto 20px;
    order: -1;
    width: 100%;
  }

  .most-use .content-item,
  .most-use .content-item.img-and-video {
    padding: 60px 0;
    border-radius: 20px;
  }

  .most-use .content-item h3 {
    font-size: 20px;
  }

  .most-use .content-item .desc {
    font-size: 14px;
    margin: 12px 0 20px;
  }

  .most-use .content-item .img video {
    border-radius: 10px;
  }

  .most-use .base-version-switching {
    display: none;
  }

  .most-effect {
    padding-bottom: 60px;
  }

  .most-effect .effect-item {
    width: calc(100% / 3 - 6px);
  }

  .most-effect .effect-count {
    font-size: 80px;
  }

  .most-effect h2 {
    margin-top: 8px;
  }

  .most-effect .desc {
    margin: 8px auto 24px;
    font-size: 14px;
  }

  .most-effect .effect-item .effect-title {
    padding: 2px 8px;
    font-size: 13px;
    min-height: 44px;
    line-height: 1.2;
  }

  .most-effect .base-switching-button .button,
  .most-explore .base-switching-button .button {
    width: 212px;
  }

  .most-effect .base-version-switching,
  .most-explore .base-version-switching {
    display: none;
  }

  .most-explore h2 {
    margin-bottom: 24px;
  }

  .most-explore .tab-content {
    max-height: 700px;
  }

  .most-explore .tab-pane {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .next-creation {
    padding: 60px 0 120px;
  }

  .next-creation .base-maxwidth {
    flex-wrap: wrap;
  }

  .next-creation .img {
    order: 1;
    margin-top: 20px;
  }

  .next-creation h2 {
    text-align: center;
  }

  .next-creation .desc {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
  }

  .next-creation .button-box {
    justify-content: center;
  }

  .next-creation .img::before {
    width: 235px;
    height: 235px;
  }

  .next-creation .img::after {
    width: 287px;
    height: 287px;
  }

  .most-inspire .base-version-switching {
    display: none;
  }

  .most-inspire h2 {
    margin: 0 auto 24px;
  }

  .most-inspire .img-box {
    margin-top: 20px;
  }

  .most-faqs {
    padding: 40px 0;
  }

  .most-faqs .base-maxwidth {
    justify-content: center;
    flex-wrap: wrap;
  }

  .most-faqs h2 {
    font-size: 28px;
    margin-top: 0;
  }

  .most-faqs .right {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
  }

  .most-faqs .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .most-ideas h2 {
    font-size: 28px;
    max-width: 280px;
    margin-bottom: 24px;
  }

  .most-ideas .base-switching-button .button {
    width: 212px;
  }

  .most-ideas .base-version-switching {
    display: none;
  }
}

@media (max-width: 567px) {
  .sexy-video .section-1 .main-container .video {
    width: 100%;
    max-width: 340px;
  }

  .sexy-video .section-1 .main-container .video-content video {
    width: 100px;
  }

  .sexy-video .section-1 .main-container .video-content::before {
    width: calc(100% + 6px);
    left: -3px;
  }

  .sexy-video .section-1 .main-container .play-btn {
    width: 32px;
    height: 32px;
  }
}



/* .most-feature {
    padding: 140px 0;
} */

.most-feature .feature-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
}

.most-feature .feature-item:last-child {
    margin-bottom: 0;
}

.most-feature .feature-item .video-box {
    max-width: 666px;
    width: calc(50% - 30px);
}

.most-feature .feature-item video {
    width: 100%;
    border-radius: 24px;
}

.most-feature .feature-item .text {
    max-width: 610px;
    width: calc(50% - 30px);
}
.most-feature .feature-item h3 {
    font-size: 32px;
    font-weight: 700;
}

.most-feature .feature-item .feature-desc {
    color: rgba(42, 48, 72, 0.70);
    font-size: 16px;
    margin: 24px 0;
}

.most-feature .feature-item .base-download-button{
  justify-content: flex-start
}

.most-feature .base-download-button .download {
    height: 40px;
}


@media(max-width: 1100px) {
    main h2 {
        font-size: 36px;
    }

    main h2 + .desc {
        font-size: 20px;
        margin-bottom: 40px;
    }
    
    .top-banner h1 {
        font-size: 42px;
        max-width: 590px;
    }

    .top-banner .desc {
        font-size: 20px;
    }

    .top-banner .banner-video {
        border-radius: 32px;
    }

    .most-feature {
        padding: 100px 0;
    }

    .most-feature .feature-item {
        margin-bottom: 80px;
    }

    .most-effects,
    .most-model,
    .most-explore,
    .guide-container {
        padding-bottom: 100px;
    }

    .most-model .model-item {
        margin: 0 20px 40px;
    }

    .guide-container .guide-item  {
        margin: 0 2px;
    }

    .faq-container .base-maxwidth {
        padding: 60px 30px;
        border-radius: 0;
    }

    .faq-container {
        padding: 0 0 100px;
    }

    .faq-container .left {
        padding-left: 0;
    }

    .bottom-banner .desc {
        margin-bottom: 26px;
    }
}

@media(max-width: 992px) {
    main h2 {
        font-size: 28px;
    }

    main h2 + .desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    main .video-btn {
        min-width: 227px;
        height: 48px;
        font-size: 18px;
    }

    main .arrow-btn {
        width: 40px;
        height: 40px;
        padding-left: 0px;
    }

    main .arrow-btn svg {
        width: 11px;
        height: 18px;
    }

    .top-banner {
        padding: 0;
    }

    .top-banner .content {
        padding: 0 14px;
    }

    .top-banner h1 {
        font-size: 32px;
    }

    .top-banner .desc {
        font-size: 14px;
        max-width: 600px;
    }

    .top-banner .banner-video {
        border-radius: 0;
        height: 428px;
        object-fit: cover;
    }

    .most-feature {
        padding: 60px 0;
    }

    .most-feature .feature-item {
        margin-bottom: 60px;
    }

    .most-effects,
    .most-model,
    .most-explore,
    .guide-container {
        padding-bottom: 60px;
    }

    .most-feature .feature-item .text {
        order: 1;
    }

    .most-feature .desc {
        margin: 12px auto 24px;
    }

    .most-feature .feature-item {
        flex-wrap: wrap;
    }

    .most-feature .feature-item .text {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .most-feature .feature-item h3 {
        font-size: 20px;
    }

    .most-feature .feature-item .feature-desc {
        font-size: 14px;
        margin: 16px 0;
        color: rgba(42, 48, 72, 0.70);
    }

    .most-feature .feature-item {
        margin-bottom: 40px;
    }

    .most-feature .feature-item .video-box {
        max-width: 650px;
        width: 100%;
        margin: 20px auto 0;
        order: 2;
    }

    .most-feature .base-download-button {
        justify-content: center;
    }

    .most-effects .effects-box {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .most-effects .effects-box::before {
        height: 26%;
    }

    .most-effects .effects-box + div {
        margin-top: -120px;
        position: relative;
    }

    .most-effects .effects-item .video-btn {
        font-size: 14px;
        height: 40px;
    }

    .most-model .model-item {
        margin: 0 12px 24px;
    }

    .most-model .model-box {
        margin-bottom: 16px;
    }

    .most-model .model-item p {
        margin-top: 6px;
        font-size: 14px;
    }

    .most-explore .desc {
        margin: 12px auto 24px;
    }

    .most-explore .explore-item {
        max-width: 200px;
        min-height: 264px;
        border-radius: 20px;
        border-radius: 16px;
        margin-right: 12px;
    }

    .most-explore .explore-item h3 {
        font-size: 16px;
        padding: 16px 16px 4px;
    }

    .most-explore .explore-item p {
        font-size: 12px;
        padding: 0 16px 6px;
    }

    .most-explore .base-download-button {
        margin-top: 30px;
    }

    .guide-container .guide-item {
        margin: 0;
    }

    .guide-container .guide-item h3 {
        font-size: 16px;
        padding: 14px 12px;
        font-weight: 500;
    }

    .guide-container .guide-item picture {
        border-radius: 12px;
    }

    .faq-container .base-maxwidth {
        padding: 32px 24px;
    }

    .faq-container .left h2 {
        font-size: 36px;
    }

    .faq-container .left .desc {
        font-size: 14px;
        margin-top: 4px;
    }

    .faq-container .faq-item .faq-title {
        font-size: 16px;
        font-weight: 600;
    }

    .faq-container .faq-item .faq-title svg {
        margin-top: 0;
    }

    .faq-container .faq-item .faq-content p {
        font-size: 14px;
    }

    .faq-container .faq-item {
        padding: 12px 0;
    }
}

@media(max-width: 567px) {
    .top-banner .banner-video {
        height: 697px;
        min-height: auto;
    }

    .most-feature .feature-item .text {
        text-align: left;
    }

    .most-feature .base-download-button {
        justify-content: flex-start;
    }

    .most-effects .effects-box {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .most-effects .effects-box::before {
        height: 20%;
    }
    
    .most-effects .effects-box + div {
        margin-top: -80px;
    }

    .most-model .model-item {
        margin: 0 3px 20px;
    }

    .most-model .model-box {
        margin-bottom: 10px;
    }

    .guide-container .guide-item h3 {
        font-size: 14px;
    }

    .faq-container .base-maxwidth {
        flex-wrap: wrap;
        padding: 24px 14px;
    }

    .faq-container .left {
        padding: 0;
        width: 100%;
    }

    .faq-container .right {
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
    }
}

.guide-container {
    padding-bottom: 0;
}

.guide-container .base-maxwidth {
    padding: 0;
}

.guide-container h2 {
    padding: 0 14px;
}

.guide-container .content {
    position: relative;
}

.guide-container .guide-box {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.guide-container .guide-item {
    max-width: 438px;
    text-align: center;
    margin: 0 12px;
    background: #F0F7FF;
    border-radius: 20px;
    width: auto;
}

.guide-container .guide-item picture {
    overflow: hidden;
    border-radius: 20px;
}

.guide-container .guide-item img {
    width: 100%;
    border-radius: inherit;
    transition: all .2s;
    object-fit: cover;
}

.guide-container .guide-item img:hover {
    transform: scale(1.09);
}

.guide-container .guide-item h3 {
    font-size: 18px;
    padding: 20px 14px;
    line-height: 1.5;
    margin: 0;
}

.guide-container .guide-swiper {
    margin-top: 60px;
}

.guide-container .swiper-slide {
    transform: scale(0.9);
    display: flex;
}

.guide-container .swiper-slide-active,
.guide-container .swiper-slide-duplicate-active {
    transform: scale(1);
}

.guide-container .arrow-box .arrow-btn {
    display: flex !important;
}

.guide-container .arrow-box .arrow-btn {
    top: 40%;
}


@media(max-width: 1100px) {
    
    .guide-container {
        padding-bottom: 100px;
    }


    .guide-container .guide-item  {
        margin: 0 2px;
    }
}

@media(max-width: 992px) {
    
    .guide-container {
        padding-bottom: 60px;
    }


    .guide-container .guide-item {
        margin: 0;
    }

    .guide-container .guide-item h3 {
        font-size: 16px;
        padding: 14px 12px;
        font-weight: 500;
    }

    .guide-container .guide-item picture {
        border-radius: 12px;
    }

}

@media(max-width: 567px) {

    .guide-container .guide-item h3 {
        font-size: 14px;
    }

}