.companiesBox{
    margin-top: 100px;
}
.companiesTitle{
    font-size: 45px;
    font-weight: bold;
    font-family: 'poppins';
    color: rgb(29, 29, 121);
}
.pageSubDescrip{
    font-size: 14px;
    font-weight: 500;
    color: rgb(29, 29, 121);
    text-transform: capitalize;
}
@media screen and (max-width: 520px) {
    .companiesTitle{
        text-align: center ;
    }
    .pageSubDescrip{
        text-align: center ;
    
    }
}



