#app{
    margin-top: 110px;
}

#s1{
    padding: 50px 0;
}

#s1 .header{
    text-align: center;
    margin-bottom: 50px
}

#s1 h1{
    margin-bottom: 20px;
}

#s1 img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

#s1 a{
    text-decoration: none;
}

#s1 h3{
    font-size: 23px;
    line-height: 30px;
}

#s1 .location{
    margin-bottom: 20px;
}

#s1 .location span{
    font-weight: 700;
    margin-right: 20px;
}

@media(max-width:1400px){
    #s1 img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-bottom: 20px;
    }
}