.metalab.over-bootstrap .about-us__hero {
    display: flex;
    position: relative;
    max-width: 1280px;
    margin: 0 auto 60px;
}

.metalab.over-bootstrap .about-us__hero-img-container img {
    width: 100%;
    height: auto;
}

.metalab.over-bootstrap .about-us__hero-info {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.metalab.over-bootstrap .about-us__hero-title {
    font-family: "Canela-Light", "Times New Roman", sans-serif;
    font-size: 4.375rem;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 56px;
    margin: 0 auto 15px;
}

.metalab.over-bootstrap .about-us__hero-text {
    font-family: "OpenSans-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .metalab.over-bootstrap .about-us {
        padding: 0;
    }

    .metalab.over-bootstrap .about-us__hero {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .metalab.over-bootstrap .about-us__hero-img-container {
        width: 100%;
    }

    .metalab.over-bootstrap .about-us__hero-info {
        justify-content: flex-start;
        padding: 50px 10px;
    }

    .metalab.over-bootstrap .about-us__hero-title {
        font-family: "Canela-Light", "Times New Roman", sans-serif;
        font-size: 2.75rem;
        color: #ffffff;
        letter-spacing: 0;
        line-height: 56px;
    }

    .metalab.over-bootstrap .about-us__hero-text {
        font-family: "OpenSans-SemiBold", Helvetica, Arial, sans-serif;
        font-size: 1rem;
        color: #ffffff;
        letter-spacing: 1.5px;
        line-height: 22px;
        text-transform: uppercase;
        padding: 0 20px;
    }
}