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

} */


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

/* html, body, .left, .navigation,.right{
  background-color: white;
  color: black;
} */

/* a:hover{
  color: rgb(150,192,208);
} */

.right a{
  text-decoration: underline;

}

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

/* .sp-image{
  width:90%;
} */

/* img{
  width:90%;
} */

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

.right{
  margin-top: 2vw;
  padding-left: 2vw;
  padding-right:1%;
  display:flex;
  font-family: freight-sans-pro, sans-serif;
}

.right-border{
  border-right:1px solid black;
}

.right div{
padding-left: 2vw;
padding-right: 2vw;
font-size: 0.75em;
}


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

  .left h2{
    text-align: left;
  }

  .right{
    padding-left: 1%;
    display:block;
  }

  .right-border{
    border-right:0px;
    border-bottom:1px solid black;
  }

}
