/* .main .left h2{
  text-align: left;
  text-decoration: none;
  border-bottom: 1.5px solid white;
  margin-bottom: 20px;

} */


/* .left h2{
  text-align: left;
} */

.sp-title{
  border-bottom: 1.5px solid black;
  margin-bottom: 20px;
  width: 33vw;
  font-size: 24pt;
}


img{
  width:100%;
}

.left{
  border-right: 1.5px solid black;
}

.right{
  margin-top: 2vw;
  padding-left: 2vw;
  padding-right:8vw;
}

.right p{
  hyphens:auto;
  text-align: justify;
  /* font-family: freight-sans-pro, sans-serif; */
font-family: acumin-pro, sans-serif;
font-weight: 200;
font-style: normal;

}


@media (max-width:900px) {

  .left{
    border-right: none;
  }

  .left h2{
    text-align: left;
  }

  .context{
    margin-left: 7vw; /*gets 1vw from the left padding*/
    margin-right: 8vw
  }

  .mobile-hide{
    display:none;
  }

  .right{
    padding-right:8vw;
  }

}
