section.titleCompany {
    background-color: #fff;
    border-top: 5px dotted rgba(170,170,170,0.1);
    margin: 0 auto;
}
section.titleCompany div.container.maxWidth {
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0;
}
section.titleCompany div {
    display: flex;
    background-color: #fff;
    padding-bottom: 14px;
}
section.titleCompany div.dotted{

    padding: 30px 0 0 0;
}
section.titleCompany div.dotted div.gap{
    flex-basis: calc(21.5% + 24px) ;
    overflow: hidden;
    margin-right: 24px;
}
section.titleCompany div.dotted div.gap div{
    overflow: hidden;
}
section.titleCompany div.dotted div:nth-of-type(1) p{
    color: rgba(170,170,170,0.1);
    font-size: 40px;
    margin-right: 10px;
    font-weight: 100;
}
section.titleCompany div.dotted h1{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #cd1719;
    padding: 0;
}
section.titleCompany div.dotted h1 span{
    font-weight: 600;
    color: #000;
}
