/*.text-heading {*/
/*    font-weight: bold;*/
/*    font-size: 4rem;*/
/*    line-height: 1.1;*/
/*    background-color: #8e62f9;*/
/*    color: #ffffff;*/
/*}*/

.about-us-heading {
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 1.5;
    text-align: center;
}


.bg-grad {
    background-image: url("/static/assets/backgrounds/home-intro.webp");
    background-size: cover;
    /* cover the entire container */
    background-position: center;
    /* center the background image */
    height: auto;
}

.orange-heading {
    color: white;
    /* Set default color to white */
}

.orange-heading span {
    color: #F27023;
    /* Set color for the 'founders' text */
}

.green-heading {
    color: #06c3aa;
    font-size: 1.5rem;
}

.you-team-heading {
    color: white;
    font-size: 2rem;
}

.you-team-heading-2 {
    color: white;
    font-size: 1.5rem;
}

.you-team-text {
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
}

.you-team-orange-heading {
    color: white;
    /* Set default color to white */
}

.you-team-orange-heading-1 {
    color: #df4f20;
    /* Set color for the first part of the text */
}

.you-team-orange-heading-2 {
    color: #302e2e;
    /* Set color for the second part of the text */
}

.you-team-button {
    color: white;
    background-color: #f26f23;
}

.you-team-button:hover {
    color: white;
    background-color: #8e62f9;
}

.you-team-card-body {
    background-color: transparent;
}

.you-team-card-text {
    color: #a0a09f;
}


.icon-text-div {
    position: relative;
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 300px;
    /* Adjust as needed */
    margin: 0 auto;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
}

.company-card-container img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.number-card-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(calc(300px), 1fr));
}

.number-card {
    /* margin: 10px 5px; */
    border-bottom: 10px solid #06c3aa;
    border-radius: 5px;
    padding: 10px 20px !important;
}

.sm-wrap .company-img {
    width: 33%;

}

.second-heading {
    font-size: 3rem;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .sm-wrap {
        flex-wrap: wrap;

    }

    .sm-wrap .company-img {
        width: 300px;
    }
}