.about{
  position: static;
  margin: 0px;
  width: 100%;
  background-color: #0e141b;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #ffffff;
  margin-top: 10px;
}

.about-content-column{
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-title{
  position: relative;
  text-align: start;
  margin: 0px;
  padding: -4px;
  font-family: Inter;
  font-weight: 600;
  font-size: 2.2vw;
  color: #ffffff;
}

.about-content{
  border-top: 2px solid rgba(255, 255, 255, 0.35);
  margin-top: 15px;
  width: fit-content;
  position: relative;
  font-size: 1.42vw;
  color: #ffffff;
  text-align: start;
  white-space: pre;
  font-family: Inter;
  font-weight: 400;
  line-height: 2.2svw;
}

.about-image-column{
  float: right;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 5vw;
  padding-left: 0px;
}

.about-image-column img{
  width: 44vw;
  box-shadow: 6px 6px 14px rgba(0,0,0,0.40);
  border-radius: 4px;
}