/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-content .container {
  max-width: 800px;
  margin: 0 auto; }
  .section-content .container .content h2, .section-content .container .content .h2 {
    line-height: 24px;
    font-size: 20px; }
    @media (min-width: 981px) {
      .section-content .container .content h2, .section-content .container .content .h2 {
        line-height: 29px;
        font-size: 24px; } }
  .section-content .container .content h3, .section-content .container .content .h3 {
    line-height: 20px;
    font-size: 16px;
    color: var(--orange);
    margin-bottom: 15px; }
    @media (min-width: 981px) {
      .section-content .container .content h3, .section-content .container .content .h3 {
        line-height: 24px;
        font-size: 20px; } }
  .section-content .container .content ul {
    padding: 0;
    list-style: none; }
    .section-content .container .content ul li {
      position: relative;
      padding-left: 26px;
      margin-bottom: 10px; }
      .section-content .container .content ul li:last-child {
        margin-bottom: 0; }
      .section-content .container .content ul li::before {
        content: "\e91b";
        font-family: Icomoon, 'sans-serif';
        font-size: 16px;
        color: var(--night);
        position: absolute;
        top: 0;
        left: 0; }
  .section-content .container .post-info p {
    margin: 0;
    color: var(--dark-gray); }
  .section-content .container .author {
    background-color: var(--gray);
    padding: 20px;
    border-radius: 15px;
    margin-top: 50px;
    max-width: 400px; }
    .section-content .container .author-top {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px; }
      .section-content .container .author-top .left {
        flex-shrink: 0; }
        .section-content .container .author-top .left .image {
          width: 80px;
          position: relative;
          padding-top: 125%;
          height: auto;
          overflow: hidden;
          border-radius: 10px; }
          .section-content .container .author-top .left .image > img, .section-content .container .author-top .left .image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
      .section-content .container .author-top .right {
        flex-grow: 1; }
        .section-content .container .author-top .right .text b {
          display: block; }
      .section-content .container .author-top .socials {
        margin-top: 18px; }
        .section-content .container .author-top .socials .social {
          display: flex;
          align-items: center;
          gap: 15px;
          color: var(--night);
          font-weight: 600; }
          .section-content .container .author-top .socials .social .icon {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 12px; }
          .section-content .container .author-top .socials .social.linkedin .icon {
            background-color: #0072B1; }

.section-related-posts {
  margin-top: 25px; }
  .section-related-posts h2 {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em; }
    .section-related-posts h2:after {
      content: '\e915';
      font-family: icomoon;
      height: 30px;
      width: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--orange);
      font-weight: 400; }
      @media (min-width: 981px) {
        .section-related-posts h2:after {
          display: none; } }
  .section-related-posts .related-posts {
    margin-right: -5vw; }
    @media (min-width: 981px) {
      .section-related-posts .related-posts {
        margin-right: 0; } }
    .section-related-posts .related-posts .tns-inner {
      margin-left: 0 !important; }
    @media (min-width: 981px) {
      .section-related-posts .related-posts-slider {
        display: flex;
        gap: 30px; }
        .section-related-posts .related-posts-slider .item {
          flex: 1 1; } }

/*# sourceMappingURL=content.css.map */
