body {
  background-color: #f4fafb;
  background-image: url("/images/webp/video-converter/bg-top.webp");
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body main {
  overflow: hidden;
}

.allInOne-banner {
  margin-bottom: 203px;
}

.allInOne-banner .allInOne-banner-content {
  max-width: 590px;
  min-height: auto;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module {
  position: static;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .page-title {
  font-size: 48px;
  line-height: 62px;
  margin-top: 88px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .page-title span {
  background: linear-gradient(88deg, #294dfa, #294dfa 47%, #d675ff 78%, #d675ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .banner-text {
  margin-top: 23px;
  margin-bottom: 38px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .banner-min-title {
  margin-top: 8px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .images-wrap {
  margin-top: 88px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .version-switch {
  margin-top: 27px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .btns {
  display: flex;
  column-gap: 26px;
}

.step-switch-card .step-switch-header {
  max-width: 1036px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15) inset;
  border-radius: 28px;
  margin-bottom: 33px;
}

.step-switch-card .step-switch-header li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 59px;
  cursor: pointer;
}

.step-switch-card .step-switch-header li p {
  font-size: 20px;
  line-height: 33.83px;
}

.step-switch-card .step-switch-header li.active {
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(360deg, #252528 0%, #4e5059 100%);
  backdrop-filter: blur(44px);
  -webkit-backdrop-filter: blur(44px);
  box-shadow: -8px 8px 56px 0px rgba(11, 62, 79, 0.16);
}

.step-switch-card .step-switch-body {
  width: 1716px;
  margin: 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(13deg, #eeebdf, #a2d7fc 40%, #8cb7f9 76%, #ddc2f8);
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.09);
  padding: 66px;
  padding-bottom: 83px;
  margin-bottom: 144px;
  display: none;
}

.step-switch-card .step-switch-body.active {
  display: block;
}

.step-switch-card .step-switch-body .title {
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 22px;
}

.step-switch-card .step-switch-body .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 47px;
}

.step-switch-card .step-switch-body .step-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step-switch-card .step-switch-body .step-box .step-num {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
}

.step-switch-card .step-switch-body .step-box .step-num li {
  position: relative;
  padding-left: 44px;
  padding-bottom: 31px;
}

.step-switch-card .step-switch-body .step-box .step-num li .step-title {
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}

.step-switch-card .step-switch-body .step-box .step-num li .step-desc {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.step-switch-card .step-switch-body .step-box .step-num li::before {
  content: var(--num);
  cursor: pointer;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 3px;
  width: 28px;
  height: 28px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 28px;
}

.step-switch-card .step-switch-body .step-box .step-num li.active .step-desc {
  display: block;
}

.step-switch-card .step-switch-body .step-box .step-num li.active::before {
  color: #fff;
  background-color: #d3a6ff;
}

.step-switch-card .step-switch-body .step-box .step-num li.active::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 13px;
  top: 3px;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #000;
}

.step-switch-card .step-switch-body .step-box .step-num li:last-child.active.active::after {
  display: none;
}

.step-switch-card .step-switch-body .step-box .step-num .step-num-desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px;
  color: #222222;
}

.step-switch-card .step-switch-body .step-box .step-num .download-btn {
  width: max-content;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.step-switch-card .step-switch-body .step-box .step-image img {
  width: 100%;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}

@media (max-width: 1716px) {
  .step-switch-card .step-switch-body {
    width: calc(100% - 48px);
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wrapper {
  display: flex;
  margin-bottom: 142px;
  column-gap: 56px;
  flex-wrap: wrap;
}

.wrapper.bg1 .img-box {
  position: relative;
}

.wrapper.bg1 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -50%;
  top: -70%;
  width: 1030px;
  height: 984px;
  background: url("/images/webp/video-converter/bg2.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg2 .img-box {
  position: relative;
}

.wrapper.bg2 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 230px;
  top: -100px;
  width: 841px;
  height: 874px;
  background: url("/images/webp/video-converter/bg3.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg3 .img-box {
  position: relative;
}

.wrapper.bg3 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -168px;
  top: 177px;
  width: 780px;
  height: 398px;
  background: url("/images/webp/video-converter/bg4.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg4 .img-box {
  position: relative;
}

.wrapper.bg4 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -300px;
  top: -200px;
  width: 909px;
  height: 847px;
  background: url("/images/webp/video-converter/bg5.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg5 .img-box {
  position: relative;
}

.wrapper.bg5 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -260px;
  top: -150px;
  width: 909px;
  height: 847px;
  background: url("/images/webp/video-converter/bg6.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper .wrapper-content {
  flex: 1;
}

.wrapper .wrapper-content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 39px;
  color: #000000;
}

.wrapper .wrapper-content p {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.wrapper .wrapper-content .buy-btn {
  background: #fff;
  color: #294dfa;
  border: 2px solid #294dfa;
  font-size: 20px;
  line-height: 30px;
  padding: 9px 13px;
  border-radius: 11px;
}

.wrapper .wrapper-content .buy-btn:hover {
  background: #294dfa;
  color: #fff;
}

.switch-card {
  margin-bottom: 140px;
}

.switch-card h2 {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  color: #000;
  margin-bottom: 39px;
}

.switch-card p.min-title {
  padding: 0 31px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 40px;
}

.switch-card .switch-header {
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15) inset;
  border-radius: 28px;
  margin-bottom: 35px;
}

.switch-card .switch-header li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 81px;
  cursor: pointer;
}

.switch-card .switch-header li p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  padding: 0 45px;
}

.switch-card .switch-header li.active {
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(360deg, #252528 0%, #4e5059 100%);
  backdrop-filter: blur(44px);
  -webkit-backdrop-filter: blur(44px);
}

.switch-card .switch-body {
  display: none;
}

.switch-card .switch-body.active {
  display: block;
  background: url("/images/webp/blu-ray-player/bg4.webp");
}

.switch-card .switch-body .switch-content {
  max-width: 1115px;
  text-align: center;
}

.switch-card .switch-body .switch-content p {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 31px;
}

.switch-card .switch-body .switch-content img {
  border-radius: 16px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
}

.feature-card {
  margin-bottom: 152px;
}

.feature-card h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 45px;
  color: #000000;
  text-align: center;
}

.feature-card > .min-title {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 0 31px;
  margin-bottom: 50px;
}

.feature-card .cards-box {
  display: flex;
  column-gap: 31px;
}

.feature-card .cards-box > div {
  flex: 1;
}

.feature-card .cards-box .card-item {
  border-radius: 15px;
  padding: 43px 30px 50px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 29px;
  background-color: #fafdfd;
}

.feature-card .cards-box .card-item .card-top {
  display: flex;
  column-gap: 18px;
  margin-bottom: 28px;
}

.feature-card .cards-box .card-item .card-top .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}

.feature-card .cards-box .card-item .desc {
  color: #222222;
  font-size: 14px;
  line-height: 24px;
}

.feature-card .cards-box .cards-center .card-item {
  height: calc(100% - 29px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  padding: 0;
}

.feature-card .cards-box .cards-center .card-item > div:first-child {
  padding: 43px 30px 50px;
}

.feature-card .cards-box .cards-center .card-item .bg-img {
  height: 241px;
  background: url("/images/webp/blu-ray-player/auto-settings.webp") no-repeat;
  background-position: 35.5px 0;
}

.feature-card .cards-box .card-right .card-item {
  padding-bottom: 26px;
}

.compare-table {
  margin-bottom: 168px;
}

.compare-table h2 {
  text-align: center;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 50px;
  color: #000000;
}

.compare-table table {
  width: 100%;
  border: 2px solid #d9e3e5;
  border-collapse: collapse;
}

.compare-table table .download-btn {
  font-size: 20px;
  line-height: 25.39px;
  padding: 12.31px 28.5px;
  border-radius: 11px;
}

.compare-table table .buy-btn {
  background: #da6fc9;
  font-size: 20px;
  line-height: 25.39px;
  padding: 12.31px 59px;
  border-radius: 11px;
}

.compare-table table td,
.compare-table table th {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  border: 2px solid #d9e3e5;
  padding: 13.5px 31px;
}

.compare-table table th {
  background: #cff8f8;
}

.compare-table table tr td:first-child {
  width: 27.69%;
  font-weight: 600;
}

.compare-table table tr td:nth-child(2),
.compare-table table tr td:nth-child(3) {
  width: 35.84%;
}

.compare-table table tr:nth-child(2n+2) {
  background: #ffffff;
}

.compare-table table tr td:nth-child(n+2) {
  text-align: center;
}

.guide {
  margin-bottom: 147px;
}

.guide h2 {
  font-size: 48px;
  margin-bottom: 63px;
  line-height: 56px;
  text-align: center;
}

.guide .guide-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
}

.guide .guide-box .guide-left {
  max-width: 797px;
  padding: 40px;
  background-color: #f9fcfd;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  height: max-content;
}

.guide .guide-box .guide-right {
  flex: 1;
}

.guide .guide-box .guide-right ul li {
  position: relative;
  margin-bottom: 44px;
}

.guide .guide-box .guide-right ul li:first-child {
  padding-top: 0;
}

.guide .guide-box .guide-right ul li::before {
  content: "";
  z-index: 10;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #d3d6e5;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.guide .guide-box .guide-right ul li::after {
  content: "";
  z-index: 20;
  display: block;
  width: 0%;
  height: 3px;
  background-color: #294dfa;
  position: absolute;
  bottom: -18px;
  left: 0;
  transition: all 3s;
}

.guide .guide-box .guide-right ul li.active::after {
  animation: len 3s linear forwards;
  width: 100%;
}

@keyframes len {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.guide .guide-box .guide-right ul li.active p {
  color: #000000;
}

.guide .guide-box .guide-right ul li p {
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  color: #828282;
}

.guide .guide-box .guide-right .guide-btn {
  background: #fff;
  color: #294dfa;
  border: 2px solid #294dfa;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 38px;
  border-radius: 11px;
  font-weight: 600;
  border-radius: 11px;
}

.guide .guide-box .guide-right .guide-btn:hover {
  background: #294dfa;
  color: #fff;
}

.faqs-container {
  text-align: center;
  margin-bottom: 115px;
}

.faqs-container h2 {
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.faqs-container ul > li {
  padding: 25px 30px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 9px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all .2s;
  transition-timing-function: linear;
}

.faqs-container ul > li.active p.title::after {
  width: 18px;
  height: 11px;
  background-image: url("/images/webp/common/icons/down-arrow.webp");
}

.faqs-container ul > li.active div.desc {
  max-height: 500px;
  opacity: 1;
  margin-top: 19px;
}

.faqs-container ul > li:last-child {
  margin-bottom: 0;
}

.faqs-container ul > li p.title {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  position: relative;
}

.faqs-container ul > li p.title::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  width: 14px;
  height: 9px;
  background-image: url("/images/webp/common/icons/up-arrow.webp");
}

.faqs-container ul > li div.desc {
  padding-right: 18px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 30px;
  color: #434343;
  transition: all 1s;
}

.faqs-container ul > li div.desc ol {
  list-style: disc;
  margin-left: 20px;
}

.faqs-container ul > li div.desc ol.order {
  list-style: decimal;
}

.faqs-container ul > li div.desc ol li span:not(.desc) {
  font-weight: 600;
}

.faqs-container .faq-btn {
  background: #fff;
  color: #294dfa;
  border: 2px solid #294dfa;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 144px;
  font-weight: 600;
  border-radius: 12px;
}

.faqs-container .faq-btn:hover {
  background: #294dfa;
  color: #fff;
}

@media (min-width: 767px) and (max-width: 1299px) {
  .step-switch-card .step-switch-header li p {
    font-size: 16px;
    line-height: normal;
    padding: 0 15px;
    text-align: center;
  }
  .step-switch-content.container {
    padding: 0;
  }
  .step-switch-card .step-switch-body {
    padding: 30px;
  }
  .step-switch-card .step-switch-body .title {
    font-size: 34px;
  }
  .step-switch-card .step-switch-body .desc {
    margin-bottom: 28px;
  }
  .step-switch-card .step-switch-body .step-box .step-num .download-btn {
    font-size: 18px;
    padding: 12px 28px;
  }
  .step-switch-card .step-switch-body .step-box .step-num {
    margin-bottom: 15px;
  }
  .step-switch-card .step-switch-body .step-box .step-num .step-num-desc {
    margin-bottom: 18px;
  }
  .wrapper {
    margin-bottom: 93px;
  }
  .wrapper .wrapper-content h2 {
    margin-bottom: 22px;
  }
  .wrapper .img-box {
    width: 100%;
  }
  .wrapper .img-box img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .step-switch-card .step-switch-body {
    margin-bottom: 93px;
  }
  .wrapper .wrapper-content.wrapper-content-left p,
  .wrapper .img-left {
    margin-bottom: 43px;
  }
  .switch-card .switch-header li p {
    font-size: 16px;
    padding: 0px 22px;
  }
  .switch-card .switch-body .switch-content img {
    width: 100%;
  }
  .switch-card {
    margin-bottom: 89px;
  }
  .feature-card .cards-box .cards-center .card-item .bg-img {
    background-position: center 0;
  }
  .feature-card {
    margin-bottom: 64px;
  }
  .feature-card .cards-box {
    flex-wrap: wrap;
  }
  .feature-card .cards-box > div {
    width: 100%;
    flex: auto;
    display: flex;
    column-gap: 24px;
  }
  .wrapper .wrapper-content .buy-btn {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
  .compare-table {
    margin-bottom: 93px;
  }
  .compare-table table .download-btn,
  .compare-table table .buy-btn {
    padding: 7.31px 16.5px;
    font-size: 16px;
  }
  .compare-table table td,
  .compare-table table th {
    font-size: 14px;
    line-height: normal;
    padding: 7.5px 12px;
  }
  .compare-table table th:first-child {
    width: 40%;
  }
  .compare-table table tr td:nth-child(2) {
    width: 30%;
  }
  .guide h2 {
    margin-bottom: 50px;
  }
  .guide .guide-box .guide-right ul li:first-child {
    padding-top: 50px;
  }
  .guide .guide-box .guide-left {
    max-width: none;
    width: 100%;
  }
  .guide .guide-box .guide-left img {
    width: 100%;
  }
  .guide .guide-box .guide-right ul li p {
    margin-bottom: 27px;
  }
  .guide .guide-box .guide-right ul li::before {
    bottom: -27px;
  }
  .guide .guide-box .guide-right ul li::after {
    bottom: -27px;
  }
  .guide .guide-box .guide-right .guide-btn {
    margin-top: 33px !important;
  }
  .guide {
    margin-bottom: 93px;
  }
  .faqs-container ul > li p.title {
    padding-right: 48px;
  }
  .custom-scrollbar li,
  .blog-scrollbar li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .step-switch-card .step-switch-header,
  .switch-card .switch-header {
    flex-direction: column;
  }
  .step-switch-card .step-switch-header li,
  .switch-card .switch-header li {
    padding: 10px 0;
  }
  .step-switch-card .step-switch-header li p {
    font-size: 14px;
    line-height: normal;
    padding: 0 2px;
    text-align: center;
  }
  .step-switch-content.container {
    padding: 0;
  }
  .step-switch-card .step-switch-body {
    padding: 12px;
  }
  .step-switch-card .step-switch-body .title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 12px;
  }
  .step-switch-card .step-switch-body .step-box .step-num li .step-title {
    font-size: 18px;
  }
  .step-switch-card .step-switch-body .step-box .step-num li {
    padding-bottom: 15px;
  }
  .step-switch-card .step-switch-body .desc {
    margin-bottom: 28px;
  }
  .step-switch-card .step-switch-body .step-box .step-num .download-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
  .step-switch-card .step-switch-body .step-box .step-num {
    margin-bottom: 15px;
  }
  .step-switch-card .step-switch-body .step-box .step-num .step-num-desc {
    margin-bottom: 18px;
  }
  .wrapper {
    margin-bottom: 64px;
  }
  .wrapper .wrapper-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .wrapper .img-box {
    width: 100%;
  }
  .wrapper .img-box img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .switch-card h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .step-switch-card .step-switch-body {
    margin-bottom: 93px;
  }
  .wrapper .wrapper-content.wrapper-content-left p,
  .wrapper .img-left {
    margin-bottom: 23px;
  }
  .switch-card .switch-header li p {
    font-size: 16px;
    padding: 0px 22px;
  }
  .switch-card .switch-body .switch-content img {
    width: 100%;
  }
  .switch-card {
    margin-bottom: 89px;
  }
  .feature-card .cards-box .cards-center .card-item .bg-img {
    background-position: center 0;
  }
  .feature-card {
    margin-bottom: 45px;
  }
  .feature-card h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .feature-card .cards-box .card-item .desc {
    line-height: normal;
  }
  .feature-card .cards-box .card-item {
    padding: 12px !important;
    margin-bottom: 19px;
  }
  .feature-card .cards-box .card-item .card-top {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .feature-card .cards-box .card-item .card-top:first-child img {
    width: 32px;
  }
  .feature-card .cards-box .card-item .card-top .title {
    font-size: 14px;
    line-height: normal;
  }
  .feature-card .cards-box .cards-center .card-item {
    height: calc(100% - 19px);
    padding-bottom: 0 !important;
  }
  .feature-card .cards-box .cards-center .card-item > div:first-child {
    padding: 0;
  }
  .feature-card .cards-box .cards-center .card-item .desc {
    margin-bottom: 12px;
  }
  .feature-card .cards-box {
    flex-wrap: wrap;
  }
  .feature-card .cards-box > div {
    width: 100%;
    flex: auto;
    display: flex;
    column-gap: 10px;
  }
  .wrapper .wrapper-content .buy-btn {
    margin-top: 0 !important;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: normal;
    padding: 4px 8px;
  }
  .compare-table h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .compare-table {
    margin-bottom: 63px;
  }
  .compare-table table .download-btn,
  .compare-table table .buy-btn {
    padding: 4px 5px;
    font-size: 14px;
    line-height: normal;
  }
  .compare-table table td,
  .compare-table table th {
    font-size: 14px;
    line-height: normal;
    padding: 5px;
  }
  .compare-table table td img,
  .compare-table table th img {
    width: 18px;
  }
  .compare-table table tr td:first-child {
    width: 50%;
  }
  .compare-table table tr td:nth-child(2) {
    width: 25%;
  }
  .guide h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .guide .guide-box .guide-left {
    max-width: none;
    width: 100%;
    padding: 12px;
  }
  .guide .guide-box .guide-left img {
    width: 100%;
    border-radius: 6px;
  }
  .guide .guide-box .guide-right {
    padding-top: 33px;
  }
  .guide .guide-box .guide-right ul li p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 27px;
  }
  .guide .guide-box .guide-right ul li::before {
    bottom: -27px;
  }
  .guide .guide-box .guide-right ul li::after {
    bottom: -27px;
  }
  .guide .guide-box .guide-right .guide-btn {
    font-size: 16px;
    margin-top: 33px !important;
    padding: 3px 22px;
  }
  .guide {
    margin-bottom: 60px;
  }
  .faqs-container {
    margin-bottom: 60px;
  }
  .faqs-container ul > li p.title {
    padding-right: 48px;
  }
  .custom-scrollbar li,
  .blog-scrollbar li {
    width: 50%;
  }
  .faqs-container h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .faqs-container ul > li {
    padding: 13px 18px;
  }
  .faqs-container ul > li p.title {
    padding-right: 22px;
    font-size: 16px;
    line-height: normal;
  }
  .faqs-container ul > li div.desc {
    line-height: normal;
  }
  .faqs-container .faq-btn {
    padding: 5px 33px;
  }
}
