@import url("./color-scheme.a53a8e712a52.css");

body {
    overflow-x: hidden;
}

p {
    text-align: left;
    margin-bottom: .25rem !important;
}

.img1 {
    background-image: url("../images/shutterstock_1163300440.9ef78abca969.jpg");
    background-position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 50vh;
    max-width: 100vw;
    margin: 0;
    padding-top: 4rem;
}

@media (hover: none) {
    .img1 {
        background-attachment: scroll;
    }
}

.background1 {

    margin-top: -15vh !important;
    margin-bottom: 20vh !important;
}

.about_us_block {
    background-color: rgb(245, 245, 245);
    height: 100%;
    padding: 2rem;
    border-radius: 10px;
}

#about-us-body p {
    text-align: justify;
}

.brand-logo {
    max-height: 150px;
}