section.prestige-sec .container{
    position:relative;
}
section.prestige-sec h2{
  margin-bottom:20px;
}
section.prestige-sec .line{
  background:var(--secondary-color);
  margin: auto;
}
.prestige-info{
 color:#000;
  text-align:center;
}
.prestige-info img{
 width:70px;
  margin-bottom:20px;
  transition: all 0.4s ease-in-out; 
}
.prestige-info h3{
 transition: all 0.4s ease-in-out;
 height: auto;
}
.prestige-info p{
 color:#000;
}
.prestige-info:hover img, .prestige-info:hover h3{
      transform: translatey(-10px);
}