
/* .logo img {
  width: 200px;
  display: flex;
    justify-content: center;
}
.education-section{
  width:100%;
  height:80%;

   display: block;
} */
.education-section .box1{
  display:flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:90%;
  padding:10px;
  margin: 8% 0 0 0 ;
}
.education-section .desktop-only  {
  display:block;
   /* width: auto; */
   height:100%;;
}
.education-section .mobile-only{
  display:none;
}

.education-section .box2{
  width:100%;
  height:10%;
  display: flex;;
  text-align: center;
  align-items: center;
  justify-content: center;

}

.portrait {
  
  max-width: 80%;         
  height: auto;              
  border-radius: 8px;        
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}
.title{
  display: none;
  
}
.licens{
  margin: -30px;
  color: black;
}
.icon-link{
  justify-content: center;
  display: flex;
  margin: 10px;
  grid: 10rem;;
  
}
.icon-link a{
  
  height: 40px;
  width:40px;
}
.fa-brands{
   grid: 10rem;;
   font-size: 30px;
}


/* Mobile view */
@media (max-width: 599px) {
  .education-section{
    width:auto;
    height:90%;
    margin: 20% 0 0 0 ;
    display: block;
  }
  .education-section .desktop-only{
    display:none;
  }
   /* .education-section .mobile-only{
    display:block;
  } */
}
@media (max-width: 787px) {
  .education-section{
    width:auto;
    height:90%;
    display: block;
  }
  .education-section .box1{
  display:flex;
  justify-content: center;
  align-items: center;
  width:auto;
  
  padding:0px;
  
}
.education-section .mobile-only{
    display:block;
  }
  .education-section .box2 {
    margin: -20% 0 0 0;
  }
}