.industryHeader {
    color: #2e2e2e;
    text-align: center;
    font-family: Poppins;
    font-size: 2.6rem; /* 2.84rem*/
    font-style: normal;
    font-weight: 400;
    line-height: 5rem; /* 175% */
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}

.industryHeaderText {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
}

.industryHeaderText div.bottom::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid var(--bg-color-light);
}

.industries-container {    
    padding-left: 2rem;
    padding-right: 2rem;
}

.industries-text-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.8rem;
}

#Guarantee {
    margin-top: 5rem;
}

.industries-text {
    color: #6d6d6d;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
}

.industries-text p {
    margin-top: 2rem;
}

.industries-table {
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.industries-table-top {
    border-radius: 15.291px 15.291px 0px 0px;
    background: #005B9D;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    line-height: 3.8rem;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
}

.industries-table-main {
    border-radius: 0px 0px 15.295px 15.295px;
    background: #0796FE;
    color: #222;
    font-size: 1.5295rem;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.industries-card {
    border-radius: 11.471px;
    background: #FFF;
    height: 17.1rem;
    width: 29rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.industries-card-image {
    padding-top: 1.9rem;
    padding-bottom: 1.95rem;
}
/* media queries */
@media (min-width: 768px) {
    .industries-container {
        padding-bottom: 10rem;
    }

    .industryHeader {
        font-size: 2.84rem;
    }

    .industries-table {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .industries-table {
        max-width: 68rem;
    }
}

@media (min-width: 1200px) {
    .industries-container {
        padding-bottom: 14rem;
    }

    .industries-table {
        width: 100%;
        margin-top: 0;
    }

    .industries-text {
        padding-right: 4rem;
    }

    .industries-card {        
        width: 22.3rem;        
    }
}

@media (min-width: 1400px) {
    .industries-table {
        width: 57.8rem;  
        margin-right: 0;
    }
}
