.ls-wrapper {
  display: flex;
  gap: 40px
}

.ls-left {
  padding-right: 20px;
  border-right: 1px solid #8e8f90;
}

.ls-title {
  font-family: 'Crimson Text';
  font-size: 2.6rem;
}

.ls-right {
  width: 400px;
  min-width: 400px;
}

.ls-image {
  margin-bottom: 40px;
}

.ls-image img {
  width: 100%;
  height: auto;
}

.ls-author-label, .ls-date-label {
  width: 60%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--bg-red);
}

.ls-author {
  margin-bottom: 40px;
}

.ls-socials {
  margin-top: 20px;
  display: inline-block;
  height: 32px;
  padding: 0;
}

.ls-body .align-left {
  margin-right: 10px;
}

.ls-left {
  flex-basis: 60%;
}

.ls-right {
  flex-basis: 40%;
}

@media screen and (max-width: 1348px) {

}

@media screen and (max-width: 1178px) {
  .ls-wrapper .image-row-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 958px) {

  .ls-wrapper {
    flex-direction: column-reverse;
  }

  .ls-left {
    border-right: 0;
  }

  .ls-right {
    display: flex;
    gap: 20px;
    width: 100%;
  }

  .ls-image, .ls-info {
    flex-basis: 50%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 565px) {
  
  .ls-right {
    flex-direction: column;
    min-width: initial;
  }

  .ls-image, .ls-info {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
