@font-face {
  font-family: repetition;
  font-weight: bold;
  src: url("/assets/fonts/repetition/repetition.otf");
}

h1 {
  font-family: repetition, sans-serif;
  font-size: 3rem;
  color: #ca4c02;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 5rem;
}
body {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  color: #54565a;
  line-height: 1.4285714;
}

#about-us-main-section {
  padding: 5rem 0;
}
.container-width {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.about-us-row p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4285714;
  color:#54565a;
  margin-bottom: 0;
}
.field_item h3{
  margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.125rem;
    color: #27347f;
}
.card-section {
  padding-top: 4.25rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
  background-image: url(/assets/about-us/gray-tile.png);
}
.about-us-main {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-items: center;
  overflow: visible;
  display: flex;
  flex-direction: row-reverse;
}
.about-us-main-image {
  margin-left: -0.3125rem;
  transform: rotate(2deg);
  width: 45.65%;
  flex: 0 0 auto;
  z-index: 2;
  box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 40%);
}

.about-us-main-image img{
  width: 100%;
  height: auto;
}
.about-us-content-card {
  flex: 1;
  min-width: 1px;
  z-index: 1;
  background: #fff;
  margin-top: -0.75rem;
  padding: 2.5rem;
  box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 40%);
  line-height: 1.4285714;
}
.about-us-content-card h2 {
  font-size: 2.25rem;
  color: #35373c;
  font-weight: bold;
  margin-bottom: 0.4375rem;
}
.about-us-content-card a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 0.8em 3em;
  font-size: 15px;
  background: linear-gradient(to right, #ca4c02, #ffc600);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0%;
}
.about-us-content-card a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
}
#about-us-industry {

  background-image: linear-gradient(
      to right,
      rgba(252, 118, 66, 0.8),
      rgba(248, 198, 48, 0.8)
    ),
    url("/assets/about-us/Processing\ 1.jpg");
  background-size:100% 100%;
  width: auto;
  height: auto;

}

#about-us-industry-card {
  text-align: center;

  max-width: 950px;
  padding-top: 5rem;
  padding-bottom: 7.5rem;

  margin-right: auto;
  margin-left: auto;
}
#about-us-industry-card h1 {
  text-align: center;
  font-weight: bolder;
  font-size: 2.6rem;
  color: white;
  text-align: center;
  padding:0;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .card-section {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
    overflow: hidden;
  }
  .about-us-main-image {
    margin-left: 0;
    width: 100%;
  }
  .about-us-main {
    display: flex;
    flex-direction: column;
  }

  .about-us-content-card {
    padding: 1.875rem 1.25rem 1.25rem;
  }
  
}
@media (max-width:991px){
  #about-us-industry-card {
    padding-top: 0.5rem;
    padding-bottom: 5rem;
  }
  #about-us-industry-card h1 {
   
    font-size: 2rem;
    
  }
}

@media only screen and (min-width: 992px) {
  .about-us-row {
    display: flex;
  }
  .field_item {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-width {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-width {
    max-width: 750px;
  }
}


@media only screen and (max-width: 1199px) {
  #main-banner-content h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #main-banner-content h1 {
    font-size: 1.5rem;
  }
}
