@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa&family=Aref+Ruqaa+Ink:wght@400;700&family=Rakkas&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Aref Ruqaa', serif;
  font-family: 'Aref Ruqaa Ink', serif;
  font-family: 'Rakkas';
}

.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px 0px 0 0px;
}


.container .heading{
  width: 50%;
  padding-bottom: 50px;
  
}
.container .heading a h3{
  font-size: 3em;
  font-weight: bolder;
  border: 3px solid #d60606;
  list-style: none;
  border-radius: 10px;
  padding: 10px 15px;
  width: auto;
  text-align: center;
  margin: 0 15px;
  background-color: #d60606;
}
.container .heading a {
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: bolder;
  
}
.container .heading a h3 i{
  font-size: 0.7em;
   
}

.container .heading a:hover h3{
  background-color: white;
}
.container .heading:hover a{
  color: #d60606;
}

.container .heading a h3 span{
  font-weight: 100;
}
.container .box{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.container .box .dream{
  display: flex;
  flex-direction: column;
  width: 32.5%;
}

.container .box .dream img{
  width: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
}



@media only screen and (max-width:8000px){
    .container .box{
   flex-direction: column;
  }

.container .box .dream{
  width: 100%;
}





}

@media only screen and (max-width: 643px){
.container .heading{
  width: 100%;
}
.container .heading h3{
  font-size: 1em;

}







}







