main {
    margin-top: unset;
    user-select: none;
}

section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.bg-image {
    position: absolute;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.bg-image img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: bottom;
}

.sctn-wrpr {
    z-index: 11;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 100px;
    align-items: center;
    color: #ffffff;
    flex-grow: 1;
    border-radius: 10px;
    padding: 150px 20px 150px 20px;
    background-color: #000000a7;
    text-align: center;
}

.brand-meta-dt-cntnr {
    flex: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.main-heading {
    flex-grow: 1;
}

.brand-name {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.brand-dscrptn {
    font-size: 1.5rem;
}

.main-heading {
    font-size: 1.5rem;
    text-transform: uppercase;
}