.reddot{
  background-image:url("../img/05/ilaet_504_bkg.webp");
  background-size:contain;
  width: 100%;
  display: flex;
  justify-content: center;
}

.subs_reddot{
  padding-left:9vw;
}

.reddot_container{

  width:80%;
}

.reddot_bkg{
background-image:url("../img/05/ilaet_502_bkg.webp");
background-size: cover;
}

.reddot_header{
display:flex;
flex-direction: row;
justify-content: space-evenly;
}

.reddot_rd{
  margin:10% 0% 10% 17%;
  width:27vw;
}

.reddot_girl{
  width: 17vw;
  margin:-5% 15% 5% 5%; 
}

.reddot_section{
  display:flex;
  flex-direction: row;
/*     flex-wrap: wrap; */
}

.reddot_section H2{
  margin-left:12vw;
  color:#fafafa;
  font-weight: 400;
}

.reddot_section p{
  margin:0 8vw 10vw 5vw;
  font-weight:500;
}

.reddot_section a{
  color:#fafafa;
}

.reddot_section a:visited{
  color:#9b9b9b;
}

.reddot_section a:hover{
  color:#f8a3a3;
}

.homepage_button{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}

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

  .reddot_section p{
    margin:0 10vw 10vw 12vw;
    font-weight:500;
    font-size: 1.2rem;
}

}

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

  .reddot_container{

    width:95%;
  }
  

  .reddot_section{
      display:flex;
      flex-direction: column;
  }
  .reddot_section p{
      margin:5vw 10vw 10vw 12vw;
      font-weight:500;
      font-size: .8rem;
      line-height: 1.8rem;
  }

  .reddot_section H2{
    margin-left:12vw;
    line-height: 2rem;
    color:#fafafa;
    font-weight: 400;
  }
  .reddot_rd{
    margin:10% 0% 10% 14%;
    width:40%;
  }
  .reddot_girl{
    width: 19vw;
    margin:-5% 12% 5% 5%; 
  }
}
