/* ALWAYS BEEN US SECTION */
#always-been-us {
    padding: 0;
    /* background: url('../assets/bg-eyes.png') no-repeat center center;
    background-size: cover; */
}
.bg-eyes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-eyes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.always-been-us-content {
    padding: calc((154/16) * 1rem) 0 calc((139/16) * 1rem);
}
#always-been-us .heading-top {
    font-size: calc((35/16) * 1rem);
    line-height: 36px;
    letter-spacing: 4.2px;
}
#always-been-us .heading-bottom {
    font-size: calc((35/16) * 1rem);
    font-style: normal;
    font-weight: 800;
    line-height: 65px;
    letter-spacing: 4.2px;
}
#always-been-us h2 {
    color: #000;
    font-size: calc((110/16) * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 130px;
    letter-spacing: 12.1px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
  
.always-been-us-copy {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-top: calc((78/16) * 1rem);
    max-width: 999px;
}
.always-been-us-copy span {
    font-weight: 700;
}

@media only screen and (max-width: 1199.98px) {   
    /* ALWAYS BEEN US SECTION */
    #always-been-us .heading-top {
        font-size: calc((20/16) * 1rem);
        letter-spacing: 2.4px;
    }
    #always-been-us .heading-bottom {
        font-size: calc((20/16) * 1rem);
        line-height: 40px;
        letter-spacing: 2.4px;
    }
    #always-been-us h2 {
        font-size: calc((67/16) * 1rem);
        line-height: 75px;
        letter-spacing: 8.04px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .always-been-us-copy {
        font-size: 1rem;
        line-height: 24px;
        margin-top: calc((55/16) * 1rem);
        max-width: 366px;
    }
}