#app{
    margin-top: 105px;
}

#s1{
    padding: 50px 0;
}

/* #s1 .row{
    align-items: center;
} */

#s1 .header{
    text-align: center;
}

#s1 h1{
    text-transform: uppercase
}

#s1 .content p{
    font-size: 18px
}

#s1 .header p{
    margin-top: 10px;
    color: #777777
}

#s1 .click{
    margin-top: 40px;
}

#s1 .click p{
    color: var(--black)
}

#s1 img{
    width: 398px;
    height: 502px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

#s1 img{
    height: fit-content;
    position: sticky;
    top: 200px;
}

body{
    overflow-x: visible!important;
}
.skip-link{
    top: -30px!important;
}

@media(max-width:450px){
    #s1 img{
        width: 100%;
        height: auto;
    }
}