.text-content-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff;
}

.pink{
    color: var(--primaryColor);
}

#about-us{
    text-align: left !important;
    color: white;
}

#about-us .section-title {
    margin-bottom: 40px;
    font-size: 4vw;
    letter-spacing: 1.5px;
}

#about-us h5 {
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 1.5;
}


.text-content-block small {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: -20px;
    opacity: 0.1;
    display: block;
}

.text-content-block h6 {
    font-size: 20px;
    font-weight: 500;
}

/* lineup class and keyframes */



@media only screen and (max-width: 991px) {

    .text-content-block {
        padding: 50px 0;
    }

    #about-us .section-title {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 20px;
        letter-spacing: 1.2px;
    }

    #about-us h5 {
        font-size: 12px !important;
        font-weight: 300;
        line-height: 1.2;
    }

    .text-content-block small {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: -15px;
    }

    .text-content-block h6 {
        font-size: 15px;
    }

    .text-content-block p {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
