@import url(defaultSetting.css);

.banner {
    height: 70vh;
    width: 100%;
    background: url(../img/contactus.jpg);
    object-fit: cover;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerText {
    color: white;
    position: absolute;
    top: 350px;
    left: 100px;
    font-size: 2.5rem;
}

.galleryContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
