#tc_section{
    padding: 0;
}
.parent-container{
    /* display: flex;
    justify-content: center; */
    /* background: #4E3BC2; */
    position: relative;
    width: 100%;
    /* padding: 4vw 10vw 3vw 10vw; */
}

.content-container{
    display: flex;
    align-items: center;
}
.random-line-img{
    position: absolute;
    left: 0;
    top: 6vw;
    width: 5.5vw;
    display: none;
}
.heading-container{
  margin: 0 9vw 0 6vw;    
}
.heading-container p{
    color: #fff;
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 300;
    line-height: 120.833%;
}
.heading-container span{
    color: #fff;
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
}
.img-container{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* gap: 1.5vw; */
    width: 100%;
}
.stem-img-container{
    border-radius: 14.153px;
    /* background: #FFF; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.alumni-img-container{
    border-radius: 14.221px;
    /* background: #FFF; */
    height: 9vw;
    display: flex;
    align-items: center;
    margin: 0;
    width: 36.726vw;
    justify-content: space-between;

    padding: 1.29vw 1.658vw 1.334vw 1.659vw;
}
.alumni-img-container picture{
    width: fit-content;
}

.alumni-img-container img{
    width: 7vw;
}
.tr_harvard_img{
    width: 7vw !important;
}
.alumni-container{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.stem-img-desc{
    color: #fff;
    font-size: 1.25vw;
    font-weight: 500;
    font-style: normal;
    line-height: 144.444%;
    margin-top: 1.5vh;
}
.harvard-img-desc{
   color: #000000;
   font-size: 1.25vw;
   font-weight: 800;
   font-style: normal;
   line-height: 144.444%;
   margin: 0vw;
   margin-bottom: 1rem;
}
.stem_img{
    width: 10vw;
}
@media (min-width:601px) and (max-width:1200px) {
    .heading-container{
        margin: 0 9vw 0 3vw;    
    }
}
.lamp_1{
    position: absolute;
    top: 3.3vw;
    left: -1vw;
    width: 8.431vw;
    z-index: 1;
    display: none;
}
.lamp_2{
    position: absolute;
    top: 3.1vw;
    left: 1vw;
    width: 11.472vw;
    z-index: 1;
    display: none;
}
@media (min-width:601px) and (max-width:1200px) {
    .lamp_1 {
        left: -2vw;
        width: 8vw;
        display: none;
    }
    .lamp_2 {
        left: 0vw;
        width: 10.472vw;
        display: none;
    }
}
.safe_kid{
    width: 21vw;
    height: 9vw;
    /* background: white; */
    border-radius: 1vw;
    max-height: 9vw;
    padding: 0 0.5vw;
    transform: translate(0px, 0.4rem);

}
.harvard_container{
    /* background: white; */
    height: 9vw;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}
.mit_img{
    transform: scale(1.3);

}
.kidsafe_link {
    color: #000;
    text-decoration: none;
    width: 21vw;
    /* background: #fff; */
    border-radius: 1vw;
    padding: 1vw;
    display: flex;
    flex-direction: column;
    font-size: 0.8vw;
  }
  .kidsafe_img {
    width: 100%;
  }
  .trust-container{
    width: 50%; 
    display: flex;
    align-items: center; 
    justify-content: center;
    background: #F7F7F7;
    padding: 2rem 0;  
    height: 16vw;
    gap: 2rem
  }
.alumni-parent{
    width: 50%;
    background-color: #EFEFEF;
    height: 16vw;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.stem_img{
    width: 152px;
    height: 75px;
  }