.pages-top-home-img
{
    height: 90svh;
        margin-bottom: -100px;
          
}
.pages-top-home-img img
{
    width: 100vw;
    min-height: 100%;
  max-height: 90vh;
}

.header-home
{
    position: relative;
    z-index: -1;
}

.intro-home {
    /* display: none; */
    position: absolute;
    width: 100vw;
    bottom: 30px;
    left: 50%;           /* move left edge to center */
    transform: translateX(-50%); /* shift element back by half its width */
}

.logo-home img {
    width: 20vw;
}

.logo-home {
    position: absolute;
    top: 46%;
    left: 50%;           /* move left edge to center */
    transform: translate(-50%, -50%); /* shift element back by half its width */
}

.certfication-home {
    position: absolute;
    bottom: 20px;
    right: 20px;           /* move left edge to center */
}

.certfication-home img {
    width: 6vw;
}

@media (max-width: 1200px) {
    .logo-home img {
    width: 40vw;
    
} 
.intro-home {
    /* font-size: 6vw !important; */
    display: none;
}

.certfication-home img {
    width: 15vw;
}
}

