#tc_section {
  padding: 5vw 0 5vw 0;
  overflow: hidden;
}
.parent-container {
  /* background: #4e3bc2; */
  position: relative;
  padding: 7vw 0;
}

.content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.random-line-img {
  position: absolute;
  right: 0.5vw;
  top: 1vh;
  height: 26.864vw;
  transform: rotate(181deg) scaleY(-1);
  transform-origin: center center;
}
.heading-container {
  margin: 4vh 9vw 5vh 6vw;
  align-self: start;
}
.heading-container p {
  color: #fff;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
}
.heading-container span {
  color: #fff;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}
.img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.trust-container {
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vw;
  padding: 3rem 0;
}
.harvard-stem-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.stem-img-container {
  border-radius: 14.153px;
  /* background: #fff; */
  height: 26vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stern-img {
  width: 49.534vw;
}
.alumni-parent{
  background-color: #EFEFEF;
}
.alumni-container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 0;
  padding: 3rem 0;
}
.alumni-img-container {
  border-radius: 14.221px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.alumni-img-container picture {
  width: 30%;
  margin: 5vw;
}

.alumni-img-container img {
  width: 30vw;
}
.alumni-img-container .harvard {
  height: 17vw;
  width: 37vw;
}
.alumni-img-container .harvard-img {
  width: 43% !important;
  margin: 0 !important;
}

.stem-img-desc {
  color: #fff;
  font-size: 4.8vw;
  font-weight: 500;
  font-style: normal;
  line-height: 144.444%;
  margin-top: 1.5vh;
}
.harvard-img-desc {
  color: #000000;
  font-size: 4.8vw;
  font-weight: 500;
  font-style: normal;
  line-height: 144.444%;
  margin: auto;
  font-weight: 800;

}

.lamp_1 {
  position: absolute;
  top: 1.1vw;
  right: -1vw;
  width: 40.2vw;
  z-index: 1;
  display: none;
}
.lamp_2 {
  position: absolute;
  top: 3vw;
  right: -8vw;
  width: 31.333vw;
  z-index: 1;
  display: none;
}
.random-line-img {
  display: none;
}
.harvard_container {
  /* background: #fff; */
  border-radius: 4vw;
  padding: 3vw 1vw 1vw 1vw;
  width: 100%;
  text-align: center;
  margin-right: 1rem;

}

.tr_harvard_img {
  width: 30vw;
}
.kidsafe_link {
  color: #000;
  text-decoration: none;
  width: 89vw;
  /* background: #fff; */
  border-radius: 4vw;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  font-size: 3.3vw;
}
.kidsafe_img {
  width: 100%;
}
.stem_img{
  width: 187px;
  height: 92px;
}