/** Shopify CDN: Minification failed

Line 7:9 Expected ":"

**/
.the-journal-sec {
  padding 50px 0;
}
.the-journal-sec h2 {
 text-align: center;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  border-top: solid 1px #000000;
  font-size: 15px;
  padding: 14px 21px 13px;
  display: block;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0;
}
.the-journal-col-wrap {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 18px;
}
.the-journal-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 96px 104px;
    border-right: solid 1px #000000;
}
.the-journal-col:nth-child(2n+2) {
  border-right: none;
}
.the-journal-col h3 {
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.the-journal-col figure {
  margin: 0 0 34px;
}
.the-journal-col figure img {
  width: 100%;
  display: block;
  border: solid 1px #000000;
}
.the-journal-col p {
  font-size: 15px;
  line-height: 1.2;
  max-width: 420px;
  font-weight: 500;
  letter-spacing: 0;
}
.the-journal-col a {
  text-decoration: underline;
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.the-journal-col a:hover, .the-journal-col a:focus {
  color: #ff0000;
}


/* Responsive Starts Here
=================================================================================*/
@media only screen and (max-width: 1800px) {  
  .the-journal-col-wrap {padding: 0;}
  .the-journal-col {padding: 50px;}

}
@media only screen and (max-width: 1500px) {
  
}
@media only screen and (max-width: 1199px) {
  .the-journal-col {padding: 30px;}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
  .the-journal-col {padding: 10px 20px;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;border-right: none;border-bottom: solid 1px #000;padding-bottom: 30px;margin-bottom: 30px;}
  .the-journal-col:last-child {border-bottom: none;}
}