/*Write your Own Css Here*/
.logo-scrolled, .logo-display{
    width: 200px;
}

.about-phase-1 img:first-child {
  transform: skewX(-12deg) scale(0.9);
}

.about-phase-1 img:last-child {
  transform: skewX(10deg) scale(0.9);
}

.about-phase-2 img {
  transform: skewX(-10deg) scale(0.9);
}