.header-banner {
    position: relative;
    height: 40vh;
    min-height: 16rem;
    width: 100%;
    background-image: url(images/wheat-field-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h1 {
    position: absolute;
    font-size: 3rem;
    color: white;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,0.64);
    text-align: center;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#who-we-are-section {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 92%;
    max-width: 112.25rem;
    transform: translate(-50%, -24%);
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    box-shadow: 0 4px 4px rgba(0,0,0,0.24);
}

#office-image{
    width: 32%;
    min-width: 20rem;
    border-radius: 0.5rem;
}

#who-we-are{
    margin: 1rem;
    display: flex;
    flex-direction: column;
}

.section-tag{
    font-weight: 700;
    font-size: 1rem;
    line-height: 2rem;
}

.general-content{
    font-size: 1rem;
    line-height: 1.5rem;
}

#vision-mission-value{
    width: 92%;
    max-width: 112.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-evenly;
    gap: 1rem;
}

.company-qualities{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1%;
    width: 30%;
    min-width: 10rem;
}

.qualities-icon {
    width: 5rem;
    height: 5rem;
}

.highlight {
    color: #084999;
    margin: 0.75rem auto;
}

.center-txt {
    text-align: center;
}

#company-photos {
    margin-top: 3rem;
    padding: 2rem 0;
    height: auto;
    width: 92%;
    max-width: 112.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 4px rgba(0,0,0,0.24);
}

#photo-collage {
    width: 68%;
    min-width: 40rem;
    height: 92%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.photo-blocks {
    width: 500%; 
    height: 84%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.photo-block {
    width: 96%;
    height: 100%;
    padding: 0 2%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.photo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    box-shadow: 0 4px 8px rgba(0,0,0,0.32);
}

#photo-description {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
}

#photo-counter {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
}

@media (max-width: 54rem){
    h1{
        font-size: 2rem;
    }

    #who-we-are-section {
    position: relative;
    top: 100%;
    width: 92%;
    transform: translate(-50%, -24%);
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

#who-we-are{
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
}

#office-image{
    width: 92%;
    max-width: 40rem;
}

.section-tag{
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 2rem;
}

.general-content{
    font-size: 0.65rem;
    line-height: 1rem;
}


.highlight {
    margin: 0.25rem auto;
}

#company-photos {
    position: relative;
    justify-content: center;
    padding: 1rem;
}

#previous-img {
    position: absolute;
    left: 0%;
    transform: translate(-40%, -4%);
    z-index: 99;
}

#next-img {
    position: absolute;
    left: 100%;
    transform: translate(-60%, -4%);
    z-index: 99;
}

#photo-collage {
    width: 88%;
    min-width: 18rem;
    height: 92%;
}


#photo-description {
    margin-top: 0.5rem;
    font-size: 0.6rem;
}

#photo-counter {
    margin-top: 0.5rem;
    font-size: 0.6rem;
}
}