


.company-profile-desc h1{
    font-weight: 600px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 16px;
    
}
.company-profile-desc p{
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}

.company-profile-img img{
    width: 80%;
}

/* mastersys at glance main  start here*/
.mastersys-atglance-main{

}
.at-glance-title h1{
    color: var(--theme-color);
    font-weight: 600;
    font-size: 30px;
    margin: 30px 0;
    text-transform: capitalize;
    text-align: center;
}

.at-glance-table table, td,th{
    border: 1px solid var(--primary-color);
    /* text-align: center;
    vertical-align: middle; */
}
.at-glance-table td,th{
    text-align: center;
    vertical-align: middle;
}
.at-glance-table td p{
    margin: 8px 0;
}

/* mastersys at glance main end here */

@media screen and (max-width: 768px) {
    .company-profile-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        
    }
}
@media screen and (max-width: 576px) {

    .company-profile-img img{
        width: 90%;
    }

    .company-profile-desc h1{
       font-size: 24px;
        
    }
    .company-profile-desc p{
        font-size: 14px;
    }
    
    
}