	html,body  {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.header {
  position: absolute;
  left: 0;
  right: 0;
}
.catalogue-banner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.catalogue-first {
  background-image: url("/files_upload/sh-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 150px;
}
.images-section {
  position: relative;
}
.catalogue-image-1 {
  overflow: hidden;
  border-radius: 2px;
}

.catalogue-image-2 {
  overflow: hidden;
  border-radius: 2px;
  text-align: right;
}
.catalogue-image-3 {
  overflow: hidden;
  border-radius: 2px;
}
.catalogue-image-4 {
  overflow: hidden;
  border-radius: 2px;
}
.right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  padding-left: 60px;
}
.catalogue-title h1 {
  color: #000000;
  font-family: "Kanit", Sans-serif;
  font-size: 130px;
  font-weight: 500;
  line-height: 1em;
}
.catalogue-title h1:first-child {
  margin-left: 30px;
}
.catalogue-title h1:last-child {
  text-align: right;
}
.catalogue-description p {
  text-align: right;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  max-width: 330px;
  line-height: 1.42em;
}
.shape-1 {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #ff9980;
  right: 80px;
  bottom: 200px;
}
.shape-2 {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #000;
  right: 20px;
  bottom: 140px;
}
.catalogue-description {
  display: flex;
  padding-top: 20px;
}
.catalogue-right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-cata img {
  background-attachment: fixed;
}
.bp-hero-header {
  text-align: center;
  margin-bottom: 80px;
}
.connect {
  padding-top: 100px;
}
.bp-slogan-headline {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  max-width: 800px;
  margin: 0 auto;
}

.bp-about-section {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
}

.bp-company-intro-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bp-office-meeting-image {
  margin-bottom: 30px;
  border-radius: 4px;
}

.bp-mission-paragraph {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42em;
  margin-bottom: 20px;
}

.bp-ceo-signature {
  width: 120px;
  margin: 30px 0;
}

.bp-portfolio-showcase {
  display: flex;
  align-self: flex-end;
}
.bp-designer-portrait {
  text-align: right;
}
.bp-page-header {
  text-align: center;
  margin-bottom: 60px;
}
.bp-page-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.bp-page-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.bp-services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.bp-service-item {
  background-color: #fff;
  padding: 35px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 0;
}
.bp-services-wrapper .bp-service-item:nth-child(1),
.bp-services-wrapper .bp-service-item:nth-child(3) {
  border-width: 0 0 1px 0;
}

.bp-services-wrapper .bp-service-item:nth-child(2) {
  border-width: 0 1px 1px 1px;
}
.bp-services-wrapper .bp-service-item:nth-child(5) {
  border-width: 0 1px 0 1px;
}
.bp-service-item:hover .bp-service-category {
  padding-left: 0;
}
.bp-service-item:hover .bp-service-category:before {
  width: 0;
}
.bp-service-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.bp-service-category {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #444;
  position: relative;
  padding-left: 40px;
  transition: all 0.5s;
}
.bp-service-category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #121212;
  transition: all 0.5s;
}
.bp-service-desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #666;
  flex-grow: 1;
}
.bp-feature-list {
  list-style: none;
  padding-left: 5px;
}
.bp-feature-item {
  margin-bottom: 14px;
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #555;
}
.bp-feature-item:before {
  content: "✓";
  font-size: 14px;
  margin-right: 10px;
  color: #121212;
  font-weight: 700;
}
.bp-page-footer {
  text-align: center;
  margin-top: 70px;
}
.bp-footer-text {
  font-size: 16px;
  color: #777;
}
.why-choose-catalogue  .cta-section {
  text-align: center;
  margin-top: 50px;
}
.why-choose-catalogue  .wc-btn-group {
  margin: auto;
  margin-top: 20px;
}
.bp-footer-text {
  font-size: 16px;
  color: #777;
}


.pricing-section {
  margin-bottom: 80px;
}

.pricing-header {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.pricing-table thead {
  background: #f8f8f8;
}

.pricing-table th {
  padding: 16px 12px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  color: #000;
  border-bottom: 2px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  white-space: nowrap;
}

.pricing-table th:last-child {
  border-right: none;
}

.pricing-table td {
  padding: 14px 12px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  font-size: 0.9rem;
  color: #333;
}

.pricing-table td:last-child {
  border-right: none;
}

.pricing-table td:first-child {
  font-weight: 500;
  background: #fafafa;
  color: #000;
}

.pricing-table tbody tr:hover {
  background: #f8f8f8;
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}
.table-responsive {
  overflow-x: auto;
  position: relative;
}



/* Notes Section */
.note-box {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 25px;
  border-radius: 0;
}

.note-box h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.note-box p {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #444;
}

.note-box p:last-child {
  margin-bottom: 0;
}

.note-box strong {
  color: #000;
  font-weight: 500;
}
/* Features Section */
.features-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.feature-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-color: #000;
  transform: translateY(-2px);
}

.feature-icon {
  margin-bottom: 20px;
}

.feature-icon .fas {
  font-size: 2rem;
  color: #000;
}

.feature-title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
}

.feature-list {
  list-style: none;
  text-align: left;
}

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #555;
  position: relative;
  padding-left: 20px;
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.price-catalogue h1 {
  text-align: center;
}

.yin-yang-container {
  text-align: center;
  margin: 30px 0;
}
.yin-yang {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #121212 50%, #ffffff 50%);
  position: relative;
  display: inline-block;
}
.yin-yang:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 10px solid #121212;
}
.yin-yang:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #121212;
  border: 10px solid #ffffff;
}
.blog-list .cls_img_hot_news img {
  height: 514px;
  object-fit: cover;
}
.blog-list .cls_content_hot_news {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 30px;
}
.blog-list .bp_news_sub {
  display: none;
}
.blog-list .bp_block_item {
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.blog-list .bp_content_news_main,
.blog-list .bp_img_news {
  padding: 0;
}
.blog-list .cls_img_hot_news {
  padding: 0;
}
.blog-list .bp_img_news {
  margin-bottom: 30px;
}
.blog-list .order-sm-1 {
  padding: 0;
}
.blog-list .news_title {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25em;
}
.blog-top {
  width: 800px;
  margin: auto;
  text-align: center;
  color: #121212;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.08em;
  margin-bottom: 30px;
}
.blog-list .news_title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #121212;
}
.blog-list .bp_news_more {
  min-width: 12px;
  display: inline-block;
  transition: all 0.3s;
  transform: translate(-20px, 20px);
  opacity: 0;
  color: #121212;
  font-size: 20px;
}
.blog-list .bp_block_item:hover .bp_news_more {
  opacity: 1;
  transform: translate(0, 0);
}
.brochure-list-img-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.brochure-list-img-row img {
  padding: 10px;
  border-radius: 15px;
}
.banner {
  background: #ffffff;
  color: #1a1a1a;
  padding: 120px 0 100px;
  border-bottom: 1px solid #e8e8e8;
}

.banner-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
}

.banner-text h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
  color: #000;
}

.banner-text .accent {
  font-weight: 700;
  color: #1a1a1a;
}

.banner-info {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 48px;
  line-height: 1.7;
  font-weight: 300;
  max-width: 580px;
}

.banner-info strong {
  font-weight: 500;
  color: #1a1a1a;
}

.banner-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #e8e8e8;
  padding-top: 32px;
}

.metric-block {
  text-align: left;
  padding-right: 32px;
  border-right: 1px solid #e8e8e8;
}

.metric-block:last-child {
  border-right: none;
}

.metric-value {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  display: block;
  line-height: 1;
}

.metric-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 8px;
  font-weight: 300;
}

.banner-image {
  padding-top: 40px;
}

.tech-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
}

.tech-item {
  background: #ffffff;
  padding: 32px 24px;
  text-align: left;
  display: flex;
  align-items: flex-start;
}

.tech-symbol {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}

.tech-heading {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
  color: #000;
}

.tech-detail {
  font-size: 0.9rem;
  color: #666;
  font-weight: 300;
}

/* Main Services Section */
.services {
  padding: 100px 0;
  background: #ffffff;
}

.services-title {
  text-align: center;
  margin-bottom: 80px;
}

.services-title h2 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.services-title .subheading {
  color: #666;
  font-size: 1.1rem;
  font-weight: 300;
}

/* Dual Service Layout */
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  margin-bottom: 80px;
}

.service-block {
  background: #ffffff;
  transition: all 0.2s ease;
  position: relative;
}

.service-block:hover {
  background: #fafafa;
}

.service-head {
  padding: 48px 40px 32px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
}

.service-symbol {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  flex-shrink: 0;
}

.service-label {
  display: inline-block;
  padding: 6px 0;
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.service-subheading {
  color: #666;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.service-content {
  padding: 40px;
}

.info-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.info-block h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.info-items {
  list-style: none;
}

.info-items li {
  padding: 8px 0;
  color: #666;
  font-size: 0.95rem;
  font-weight: 300;
  position: relative;
  padding-left: 16px;
  line-height: 1.6;
}

.info-items li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 300;
}

.info-items li strong {
  font-weight: 500;
  color: #1a1a1a;
}

.uses {
  border-top: 1px solid #f0f0f0;
  padding-top: 32px;
}

.uses h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.use-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.use-tag {
  background: #f8f8f8;
  color: #666;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 300;
  border: 1px solid #e8e8e8;
  transition: all 0.2s ease;
}

.use-tag:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* Comparison Section */
.compare {
  background: #fafafa;
  padding-top: 100px;
  border-top: 1px solid #e8e8e8;
}

.compare-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: start;
}

.compare-table {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 24px;
}

.compare-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.compare-table th {
  background: #ffffff;
  color: #000;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: left;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e8e8e8;
}

.compare-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.9rem;
  font-weight: 300;
  vertical-align: top;
}

.compare-table td:first-child {
  color: #666;
  font-weight: 300;
}

.compare-table td:last-child {
  font-weight: 500;
  color: #000;
}

.compare-table strong {
  font-weight: 600;
  color: #000;
}

.compare-heading {
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 40px;
  color: #000;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.image-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
}

.image-block {
  background: #ffffff;
}

.image-block img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.image-block:hover img {
  filter: grayscale(0%);
}

.image-block .caption {
  padding: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

/* Why Choose Section */
.benefits {
  background: #ffffff;
  padding: 100px 0;
  border-top: 1px solid #e8e8e8;
}

.benefits-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.benefits-text h2 {
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 24px;
  color: #000;
  letter-spacing: -0.01em;
}

.benefits-text p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 300;
  max-width: 600px;
  margin-bottom: 32px;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.feature-item {
  background: #ffffff;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  border: 1px solid #e8e8e8;
  transition: all 0.2s ease;
}

.feature-item:hover {
  border-color: #000;
}

.feature-symbol {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}

.feature-heading {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #000;
}

.feature-detail {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 1366px) {
  .catalogue-title h1 {
    font-size: 110px;
  }
}
@media (max-width: 1200px) {
  .blog-list .cls_img_hot_news img {
    height: 300px;
  }
  .catalogue-title h1 {
    font-size: 100px;
  }
}

@media (max-width: 1024px) {
  .banner-layout,
  .services-grid,
  .compare-layout,
  .benefits-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .banner-text h1 {
    font-size: 2.8rem;
  }

  .banner-metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding-top: 0;
  }

  .metric-block {
    background: #ffffff;
    padding: 24px;
    border-right: none;
  }

  .info-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .compare-layout {
    gap: 40px;
  }
  .bp-slogan-headline {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .blog-list .cls_img_hot_news img {
    height: 250px;
  }
  .blog-list .news_title {
    font-size: 18px;
  }
}
@media (max-width: 880px) {
  .catalogue-title h1 {
    font-size: 80px;
  }
  .bp-slogan-headline {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bp-portfolio-showcase {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bp-page-title {
    font-size: 32px;
  }
  .bp-services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .bp-services-wrapper > .bp-service-item:not(:last-child) {
    border-width: 0 0 1px 0 !important;
  }
  .bp-mission-statement > .bp-mission-paragraph:nth-child(2) {
    margin-bottom: 90px;
  }
  .bp-slogan-headline {
    font-size: 32px;
  }
  .bp-about-section {
    flex-direction: column;
    gap: 20px;
  }
  .bp-office-meeting-image {
    margin: 0;
  }
  .catalogue-banner {
    width: 320px;
    flex-direction: column-reverse;
    margin: auto;
  }
  .catalogue-title h1:first-child {
    margin: 0;
  }
  .catalogue-title h1:last-child {
    text-align: left;
  }
  .catalogue-images-section {
    display: flex;
  }
  .catalogue-title {
    text-align: center;
  }
  .catalogue-description {
    flex-direction: column-reverse;
    align-items: center;
  }
  .catalogue-title h1 {
    font-size: 50px;
  }
  .shape-1 {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -50px;
  }
  .shape-2 {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 0;
  }
  .note-box {
    padding: 15px 20px;
  }
  .contact-section {
    padding: 30px 20px;
  }
  .contact-info {
    flex-direction: column;
    gap: 15px;
  }
  .wrapper {
    padding: 0 20px;
  }
  .blog-list .blog-top {
    width: 100%;
  }
  .blog-list .cls_img_hot_news img {
    height: 400px;
  }
  .blog-list .bp_block_item {
    margin-bottom: 30px;
  }
  .blog-list .cls_content_hot_news {
    padding-top: 10px;
  }
  .blog-top {
    font-size: 30px;
  }
  .banner {
    padding: 80px 0 60px;
  }
  .banner-text h1 {
    font-size: 2.2rem;
  }
  .tech-list {
    grid-template-columns: 1fr;
  }
  .service-head {
    padding: 32px 24px 24px;
  }
  .service-content {
    padding: 24px;
  }
  .use-tags {
    justify-content: flex-start;
  }
  .services {
    padding: 60px 0;
  }
  .compare {
    padding: 60px 0;
  }
  .benefits {
    padding: 60px 0;
  }
  .services-title {
    margin-bottom: 60px;
  }
  .services-title h2 {
    font-size: 2.2rem;
  }
  .compare-heading {
    font-size: 2rem;
  }
  .catalogue-right-section {
    position: relative;
  }
  .price-catalogue {
    padding: 20px 15px;
  }
    .pricing-table {
    font-size: 0.8rem;
  }
  
  .pricing-table th,
  .pricing-table td {
    padding: 10px 8px;
  }
  
  .features-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature-card {
    padding: 25px 20px;
  }
  
  .note-box {
    padding: 20px;
  }
  .compare-table {
      padding: 0;
  }
}
@media (max-width: 576px) {
  .note-box {
    padding: 15px 20px;
  }
  .contact-section {
    padding: 30px 20px;
  }
  .contact-info {
    flex-direction: column;
    gap: 15px;
  }
  .wrapper {
    padding: 0 20px;
  }
  .pricing-table th,
  .pricing-table td {
    padding: 8px 6px;
    font-size: 0.75rem;
  }
  .bp-catalogue-design-example img {
      max-width: 180px;
  }
}

@media (min-width: 768px) {
  .bp-team-photo-column {
    width: 40%;
  }
  .bp-company-intro-column {
    width: 41.242%;
  }
  .image-4 {
    width: 33%;
    padding-top: 50px;
  }
  .catalogue-description p {
    width: 67%;
  }
  .catalogue-title {
    width: 80%;
  }
  .catalogue-right-section {
    width: 73.4%;
    padding-left: 15px;
  }
  .catalogue-images-section {
    width: 26.6%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

