.vcard-one-main-section .blog-title {
  hyphens: auto;
  line-height: 1.25;
  overflow-wrap: break-word;
  word-break: normal !important;
}

body {
  background: #eaf0f5;
}

.vcard-one.main-content {
  min-height: 100vh;
}

.vcard-one-main-section {
  padding-bottom: 32px !important;
}

.vcard-one-main-section .blog-title {
  font-size: clamp(20px, 5vw, 28px);
  letter-spacing: 0;
  margin-right: 12px;
}

.vcard-one-main-section .img-bx {
  aspect-ratio: 16 / 9;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  padding: 0 !important;
}

.vcard-one-main-section .img-bx img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.vcard-one-main-section .details,
.vcard-one-main-section .details p,
.vcard-rich-blog-content,
.vcard-rich-blog-content p,
.vcard-rich-blog-content li,
.vcard-rich-blog-content h1,
.vcard-rich-blog-content h2,
.vcard-rich-blog-content h3,
.vcard-rich-blog-content h4 {
  overflow-wrap: break-word;
  word-break: normal !important;
}

.vcard-one-main-section .details p,
.vcard-rich-blog-content p {
  line-height: 1.75;
}

.vcard-rich-blog-content {
  color: #283244;
  font-size: 15px;
}

.vcard-rich-blog-content p {
  margin: 0 0 1rem;
}

.vcard-rich-blog-content h1,
.vcard-rich-blog-content h2,
.vcard-rich-blog-content h3,
.vcard-rich-blog-content h4,
.vcard-rich-blog-content h5,
.vcard-rich-blog-content h6 {
  color: #101828;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 1.4rem 0 .65rem;
}

.vcard-rich-blog-content h1:first-child,
.vcard-rich-blog-content h2:first-child,
.vcard-rich-blog-content h3:first-child {
  margin-top: 0;
}

.vcard-rich-blog-content a {
  color: #5b6cff;
  text-decoration: none;
}

.vcard-rich-blog-content ul,
.vcard-rich-blog-content ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.vcard-three-bg .vcard-rich-blog-content,
.vcard-eight-bg .vcard-rich-blog-content,
.vcard-ten-bg .vcard-rich-blog-content {
  color: rgba(255, 255, 255, .88);
}

.vcard-three-bg .vcard-rich-blog-content h1,
.vcard-three-bg .vcard-rich-blog-content h2,
.vcard-three-bg .vcard-rich-blog-content h3,
.vcard-three-bg .vcard-rich-blog-content h4,
.vcard-three-bg .vcard-rich-blog-content h5,
.vcard-three-bg .vcard-rich-blog-content h6,
.vcard-eight-bg .vcard-rich-blog-content h1,
.vcard-eight-bg .vcard-rich-blog-content h2,
.vcard-eight-bg .vcard-rich-blog-content h3,
.vcard-eight-bg .vcard-rich-blog-content h4,
.vcard-eight-bg .vcard-rich-blog-content h5,
.vcard-eight-bg .vcard-rich-blog-content h6,
.vcard-ten-bg .vcard-rich-blog-content h1,
.vcard-ten-bg .vcard-rich-blog-content h2,
.vcard-ten-bg .vcard-rich-blog-content h3,
.vcard-ten-bg .vcard-rich-blog-content h4,
.vcard-ten-bg .vcard-rich-blog-content h5,
.vcard-ten-bg .vcard-rich-blog-content h6 {
  color: #fff;
}

.vcard-three-bg .vcard-rich-blog-content p,
.vcard-three-bg .vcard-rich-blog-content li,
.vcard-eight-bg .vcard-rich-blog-content p,
.vcard-eight-bg .vcard-rich-blog-content li,
.vcard-ten-bg .vcard-rich-blog-content p,
.vcard-ten-bg .vcard-rich-blog-content li {
  color: rgba(255, 255, 255, .88);
}

.vcard-three-bg .vcard-rich-blog-content a,
.vcard-eight-bg .vcard-rich-blog-content a,
.vcard-ten-bg .vcard-rich-blog-content a {
  color: #8fd8ff;
}

@media (max-width: 575px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .vcard-one-main-section .blog-title {
    font-size: 18px;
  }

  .vcard-rich-blog-content {
    font-size: 14px;
  }
}

.vcard-nine-title {
  background: linear-gradient(90deg, #848484 0%, #cccccc 100%) !important;
}

.vcard-nine-back {
  background: linear-gradient(90deg, #848484 0%, #cccccc 100%) !important;
}
