body {
  background-color: #641794;
  font-family: Helvetica;
  color: white;
  margin: 0;
}

body a {
  color: white;
  text-decoration: none;
}
img {
  height: 80%;
}


#intro-content {
  position: absolute;
  float: left;
  padding-left: 10vw;
  padding-top: 10vw;
  font-size: 3vw;
  text-align: center;
}

#intro-content button {
  font-size: 30px;
  border-radius: 8px;
  background-color: #CDB7D8;
  color: white;
}

#phone {
  position: absolute;
  float: right;
  padding-left: 60vw;
  padding-top: 10vw;
}

#header-section {
  /* background-color: #641794; */
  width:100%;
  height:100%;
}



#intro-section {
    /* margin: 0; */
    /* padding: 0; */
    float: left;
    width: 100%;
    background-color: #8021BA;
    margin-bottom: 4vm;
}
#intro-section iframe {
  padding-bottom: 4vm;
}
#intro-first {
    padding-left: 1%;
    padding-top: 10%;
    text-align: center;
    width: 48%;
    height: 100%;
    height: inherit;
    float:left; /* add this */
    background-color: inherit;

}
#intro-second {
    width: 50%;
    border-right: 2vw;
    float: right; /* add this */
    text-align: center;
}

#team-section {
  background-color: #CDB7D8;
  text-align: center;
}

#team-section ul {
  list-style-type: none;
  display: inline-block;
  float: center;
  margin: 0;
  padding: 0;
  padding-left: 1vw;
}

#team-section ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#team-section ul li img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

#process-section {

  text-align: center;
  background-color: #938888;
}

#process-section ul {
  list-style-type: none;
  display: inline-block;
  float: center;
  margin: 0;
  padding: 0;
  padding-left: 1vw;
}

#process-section ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

#process-section button {
  font-size: 30px;
  border-radius: 8px;
  border: 0px;
  background-color: #641794;
  color: white;
}

#process-section table {
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 30px;
  width: 100%;
}
