/* ============================================================
   About Page + Blog Page — Custom Styles
   growsalt.com / css/about-section.css
   Brand: #ecd182 (gold/primary)  |  #84b3c5 (steel blue/secondary)
   ============================================================ */

/* ---- Blog List Page (existing template) ---- */
.post .entry-title a {
  color: #1a1a1a !important;
  text-decoration: none;
  transition: color 0.2s;
}
.post .entry-title a:hover {
  color: #ecd182 !important;
  text-decoration: none;
}
.post .entry-title {
  color: #1a1a1a !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.blog-posts .post .post-thumb.thumb img,
.blog-posts .post .post-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.post .btn-read-more {
  color: #84b3c5;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.2s;
}
.post .btn-read-more:hover {
  color: #ecd182;
  text-decoration: none;
}

/* ============================================================
   BLOG PAGE STYLES
   ============================================================ */

/* ---- Blog Hero ---- */
.blog-hero {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
.blog-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 10, 10, 0.82) 0%,
    rgba(30, 30, 30, 0.7) 100%
  );
}
.blog-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}
.blog-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ecd182;
  background: rgba(191, 158, 88, 0.12);
  border: 1px solid rgba(191, 158, 88, 0.35);
  border-radius: 20px;
  padding: 5px 16px;
  margin-bottom: 18px;
}
.blog-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}
.blog-hero-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.6;
}

/* ---- Blog Sections ---- */
.blog-section {
  padding: 70px 0;
}
.blog-section-gray {
  background: #f7f6f4;
}
.bg-white {
  background: #fff;
}

/* ---- Featured Post ---- */
.blog-featured-wrap {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.blog-featured-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
}
.blog-featured-img-col {
  padding: 0;
}
.blog-featured-img-wrap {
  position: relative;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
}
.blog-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.blog-featured-img-wrap:hover .blog-featured-img {
  transform: scale(1.04);
}
.blog-featured-content {
  padding: 44px 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-featured-meta {
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
}
.blog-meta-date,
.blog-meta-read {
  font-size: 13px;
  color: #888;
}
.blog-meta-date i,
.blog-meta-read i {
  color: #ecd182;
  margin-right: 5px;
}
.blog-featured-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px;
  color: #1a1a1a;
}
.blog-featured-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-featured-title a:hover {
  color: #ecd182;
}
.blog-featured-excerpt {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 22px;
}
.blog-featured-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.blog-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ecd182;
}
.blog-author-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
}
.blog-author-role {
  font-size: 12px;
  color: #888;
  display: block;
  line-height: 1.2;
}
.blog-featured-author .blog-author-name,
.blog-featured-author .blog-author-role {
  display: block;
}

/* ---- Category Pills ---- */
.blog-cat-pill {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 4px 13px;
  z-index: 2;
}
.pill-gold {
  background: #ecd182;
  color: #fff;
}
.pill-blue {
  background: #84b3c5;
  color: #fff;
}

/* ---- Section Header ---- */
.blog-section-header {
  text-align: center;
  margin-bottom: 44px;
}
.blog-section-title {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}
.blog-title-rule {
  display: flex;
  justify-content: center;
}
.blog-title-rule span {
  display: block;
  width: 52px;
  height: 3px;
  background: #ecd182;
  border-radius: 2px;
}

/* ---- Blog Cards ---- */
.blog-grid {
  margin-bottom: 0;
}
.blog-grid .col-md-4 {
  padding-bottom: 30px;
}
.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.blog-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  transform: translateY(-4px);
}
.blog-card-img-link {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.blog-card-img-contain {
  object-fit: contain;
  background: #f0ede9;
  padding: 20px;
}
.blog-card-img-link:hover .blog-card-img {
  transform: scale(1.05);
}
.blog-card-body {
  padding: 24px 24px 20px;
}
.blog-card-meta {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
}
.blog-card-meta span {
  font-size: 12px;
  color: #999;
}
.blog-card-meta i {
  color: #ecd182;
  margin-right: 4px;
}
.blog-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #1a1a1a;
}
.blog-card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-card-title a:hover {
  color: #ecd182;
}
.blog-card-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 16px;
}
.blog-card-link {
  font-size: 13px;
  font-weight: 700;
  color: #84b3c5;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}
.blog-card-link i {
  margin-left: 5px;
  transition: transform 0.2s;
}
.blog-card-link:hover {
  color: #ecd182;
  text-decoration: none;
}
.blog-card-link:hover i {
  transform: translateX(4px);
}

/* ---- Buttons ---- */
.blog-btn-primary {
  display: inline-block;
  background: #ecd182;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 12px 26px;
  border-radius: 5px;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.blog-btn-primary:hover {
  background: #a8883e;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}
.blog-btn-primary i {
  margin-left: 8px;
}
.blog-btn-lg {
  padding: 15px 32px;
  font-size: 14px;
}

/* ---- Pagination ---- */
.blog-pagination-wrap {
  text-align: center;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #e6e2db;
}
.blog-pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px;
}
.blog-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  background: #fff;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.2s;
}
.blog-pagination li a:hover,
.blog-pagination li.active a {
  background: #ecd182;
  border-color: #ecd182;
  color: #fff;
}

/* ---- CTA Strip ---- */
.blog-cta-strip {
  background: #1a1a1a;
  padding: 60px 0;
}
.blog-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-cta-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.3;
}
.blog-cta-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}
.blog-cta-btn-col {
  text-align: right;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .blog-hero-title {
    font-size: 32px;
  }
  .blog-featured-content {
    padding: 32px 28px;
  }
  .blog-featured-title {
    font-size: 20px;
  }
  .blog-cta-btn-col {
    text-align: left;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .blog-hero {
    padding: 70px 0 56px;
  }
  .blog-hero-title {
    font-size: 26px;
  }
  .blog-hero-sub {
    font-size: 15px;
  }
  .blog-featured-img-wrap {
    min-height: 220px;
  }
  .blog-featured-content {
    padding: 28px 22px;
  }
  .blog-section {
    padding: 50px 0;
  }
}
/* ============================================================
   END BLOG PAGE STYLES
   ============================================================ */

/* ---- About Intro Section ---- */

.about-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

/* Left: image column */
.about-img-col {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}

.about-img-wrap {
  overflow: hidden;
}

.about-portrait {
  width: 100% !important;
  height: 420px;
  object-fit: cover;
  object-position: center 12%;
  display: block;
  transition: transform 0.45s ease;
}

.about-img-wrap:hover .about-portrait {
  transform: scale(1.03);
}

/* Right: content column */
.about-content-col {
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-content-col .lead {
  font-size: 17px;
  color: #444;
}

.about-content-col p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.about-content-col .title {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #333;
}

.mb-18 {
  margin-bottom: 18px;
}

.about-divider {
  height: 2px;
  width: 50px;
  background: #ecd182;
  border-radius: 2px;
  margin-bottom: 0;
}

/* ---- Pull Quote ---- */
.about-pull-quote {
  background: #faf8f0;
  border-left: 4px solid #ecd182;
  border-radius: 0 6px 6px 0;
  padding: 16px 20px;
  margin-top: 22px;
}

.about-quote-text {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  font-style: italic;
  margin: 0 0 6px;
}

.about-quote-cite {
  font-size: 12px;
  font-weight: 700;
  color: #ecd182;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ---- Core Competencies ---- */
.about-competencies {
  margin-top: 20px;
}

.about-comp-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin: 0 0 12px;
}

.about-comp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-comp-list li {
  font-size: 14px;
  color: #555;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-comp-list li:last-child {
  border-bottom: none;
}

.about-comp-list li .fa {
  color: #84b3c5;
  font-size: 13px;
  flex-shrink: 0;
}

/* ---- Core Values Section ---- */
.cv-section {
  padding: 80px 0 90px;
  background-color: #3d3f40;
}

.cv-layout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Left intro column */
.cv-intro-col {
  padding-right: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
}

.cv-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ecd182;
  margin-bottom: 16px;
}

.cv-main-title {
  font-size: 42px;
  font-weight: 800;
  color: #84b3c5;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
}

.cv-title-accent {
  color: #84b3c5;
}

.cv-intro-text {
  font-size: 15px;
  color: #e6e8e8;
  line-height: 1.8;
  margin: 0 0 20px;
}

.cv-intro-divider {
  width: 48px;
  height: 3px;
  background: #ecd182;
  border-radius: 2px;
  margin-bottom: 20px;
}

.cv-intro-note {
  font-size: 13px;
  color: #e6e8e8;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
}

/* Right cards column */
.cv-cards-col {
  padding-left: 10px;
}

.cv-cards-row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.cv-card-wrap {
  padding: 10px;
}

/* Individual card */
.cv-card {
  background: #252728;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 3px solid transparent;
  border-radius: 8px;
  padding: 26px 24px 22px;
  height: 100%;
  transition:
    background 0.3s ease,
    border-left-color 0.3s ease,
    transform 0.3s ease;
}

.cv-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-left-color: #ecd182;
  transform: translateX(4px);
}

/* Card header: icon + step number */
.cv-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cv-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(104, 144, 162, 0.18);
  border: 1px solid rgba(104, 144, 162, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cv-card:hover .cv-icon-wrap {
  background: rgba(191, 158, 88, 0.18);
  border-color: rgba(191, 158, 88, 0.4);
}

.cv-icon-wrap .fa {
  font-size: 18px;
  color: #ecd182;
}

.cv-step-num {
  font-size: 32px;
  font-weight: 800;
  color: #cccccb;
  line-height: 1;
  letter-spacing: -1px;
}

/* Typography hierarchy inside card */
.cv-card-title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #84b3c5;
  margin: 0 0 5px;
}

.cv-card-tagline {
  font-size: 12px;
  font-style: italic;
  color: #84b3c5;
  margin: 0 0 14px;
  font-weight: 500;
}

.cv-card-body {
  font-size: 13.5px;
  line-height: 1.8;
  color: #e6e8e8;
  margin: 0;
}

/* ---- Leadership Team ---- */
.lt-section {
  padding: 70px 0 80px;
  background: #f8f9fa;
}

.lt-header {
  margin-bottom: 42px;
}

.lt-heading {
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid #84b3c5;
  display: inline-block;
}

.lt-subheading {
  font-size: 15px;
  color: #888;
  margin: 10px 0 0;
}

.lt-row {
  display: flex;
  flex-wrap: wrap;
}

.lt-row > div {
  margin-bottom: 24px;
}

/* Card */
.lt-card {
  border: 1px solid #eaeaea;
  border-top: 3px solid #84b3c5;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease,
    border-top-color 0.3s ease;
  overflow: hidden;
}

.lt-card:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.11);
  transform: translateY(-5px);
  border-top-color: #ecd182;
}

/* Photo */
.lt-photo-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 28px auto 0;
  border: 3px solid #eaeaea;
  transition: border-color 0.3s ease;
}

.lt-card:hover .lt-photo-wrap {
  border-color: #ecd182;
}

.lt-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  display: block;
}

/* Info */
.lt-info {
  padding: 16px 20px 26px;
}

.lt-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 5px;
}

.lt-role {
  font-size: 11px;
  font-weight: 600;
  color: #84b3c5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1.4;
}

.lt-divider {
  height: 2px;
  width: 36px;
  background: #ecd182;
  border-radius: 2px;
  margin: 14px auto;
}

.lt-bio {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  margin: 0;
  text-align: left;
}

/* ---- Technology Stack Section ---- */
.ts-section {
  padding: 80px 0 90px;
  background: #3d3f40;
}

/* Header */
.ts-header {
  margin-bottom: 48px;
}

.ts-header-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ts-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ecd182;
  margin-bottom: 10px;
}

.ts-main-title {
  font-size: 34px;
  font-weight: 800;
  color: #84b3c5;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.5px;
}

.ts-title-accent {
  color: #84b3c5;
}

.ts-subtitle {
  font-size: 15px;
  color: #e6e8e8;
  line-height: 1.75;
  margin: 0;
  max-width: 480px;
}

/* Inline stats (header right) */
.ts-header-stats-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ts-inline-stats {
  display: flex;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

.ts-inline-stat {
  padding: 20px 28px;
  text-align: center;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ts-inline-stat:last-child {
  border-right: none;
}

.ts-inline-num {
  font-size: 32px;
  font-weight: 800;
  color: #ecd182;
  line-height: 1;
  font-family: inherit;
}

.ts-inline-suf {
  font-size: 18px;
  font-weight: 700;
  color: #ecd182;
  vertical-align: top;
  line-height: 1.3;
}

.ts-inline-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e6e8e8;
  margin-top: 5px;
}

/* Tile Grid */
.ts-tiles-row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.ts-tile-wrap {
  padding: 10px;
}

.ts-tile {
  background: #252728;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-left: 3px solid transparent;
  border-radius: 8px;
  padding: 28px 24px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition:
    background 0.3s ease,
    border-left-color 0.3s ease,
    transform 0.3s ease;
  position: relative;
}

.ts-tile:hover {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: #ecd182;
  transform: translateX(4px);
}

.ts-tile-soon {
  border-left-color: rgba(236, 209, 130, 0.4);
  opacity: 0.75;
}

.ts-tile-soon:hover {
  border-left-color: #ecd182;
  opacity: 1;
}

/* Coming soon badge */
.ts-coming-soon {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ecd182;
  background: rgba(191, 158, 88, 0.1);
  border: 1px solid rgba(191, 158, 88, 0.3);
  border-radius: 20px;
  padding: 3px 10px;
}

/* Icon */
.ts-tile-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(104, 144, 162, 0.18);
  border: 1px solid rgba(104, 144, 162, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

.ts-tile:hover .ts-tile-icon-wrap {
  background: rgba(191, 158, 88, 0.18);
  border-color: rgba(191, 158, 88, 0.4);
}

.ts-tile-icon-wrap .fa {
  font-size: 20px;
  color: #ecd182;
}

.ts-tile-soon .ts-tile-icon-wrap .fa {
  color: #ecd182;
}

/* Tile text */
.ts-tile-body {
  flex: 1;
}

.ts-tile-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #84b3c5;
  margin: 0 0 7px;
  line-height: 1.3;
}

.ts-tile-desc {
  font-size: 13px;
  line-height: 1.75;
  color: #e6e8e8;
  margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .about-intro-section {
    padding: 50px 0;
  }
  .about-img-col {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .about-content-col {
    padding-left: 15px;
    background-color: #e6e8e8;
  }
  .about-portrait {
    height: 320px;
  }
  .lt-section {
    padding: 50px 0 60px;
  }
  .cv-section {
    padding: 60px 0 70px;
    background-color: #3d3f40;
  }
  .cv-intro-col {
    padding-right: 24px;
    margin-bottom: 40px;
  }
  .cv-main-title {
    font-size: 34px;
  }
  .ts-section {
    padding: 60px 0 70px;
  }
  .ts-header-stats-col {
    justify-content: flex-start;
    margin-top: 24px;
  }
  .ts-main-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .about-portrait {
    height: 260px;
  }
  .about-intro-section {
    padding: 36px 0;
  }
  .lt-card {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .cv-section {
    padding: 48px 0 56px;
    background-color: #3d3f40;
  }
  .cv-intro-col {
    padding-right: 15px;
  }
  .cv-main-title {
    font-size: 28px;
  }
  .ts-section {
    padding: 44px 0 54px;
  }
  .ts-inline-stats {
    flex-direction: column;
    border: none;
  }
  .ts-inline-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px 0;
    text-align: left;
  }
  .ts-inline-stat:last-child {
    border-bottom: none;
  }
}
