
body#company-page main{
    width: 100vw;
    height: auto;
    min-height: 300px;
    background: url("../images/company/company-timeline-bg-.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#companyPage{

}

.company-container{
    margin-top: 40px;
}

.company-container h2{
  font-size: var(--title-font);
  font-weight: bold;
  color: white;
}

.company-container h2 span{
  color: #FAB600;
}


.company-container h3{
  font-size: var(--medium-font);
  font-weight: bold;
}

.company-container h4{
  font-size: var(--regular-font);
  font-weight: bold;
}

.company-container p{
  color: white;
  font-size: var(--regular-font);
  font-weight: normal;
}

.about-us-timeline-container img{
    width: 100%;
    margin-bottom: 100px;
}

.section-heading {
  padding: 8px 0;
  background: #fab600;
}

.company-white{
    width: 100vw;
    background-color: white;
}

.company-white .company-container h3{
    font-size: 36px;
    font-weight: lighter;
}

ul.difference li,
ul.values li {
  list-style-type: disc;
  padding: 0;
  color: black;
  margin-left: 15px;
}

@media (max-width: 767px) {
    .company-white .company-container h3{
        font-size: 24px;
    }

    .company-container h2{
        font-size: 40px;
    }

    .company-container p{
        font-size: 18px;
    }

}

@media (max-width: 480px) {
    .company-white .company-container h3{
        font-size: 24px;
    }

    .company-container h2{
        font-size: 40px;
    }

    .company-container p{
        font-size: 18px;
    }
}

