#showcase {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1600px;
  height: 100vh;
  margin: auto;
  background-image: url("/assets/RESIZED PHOTOS/256.jpg");
  display: flex;
}

.showcase-title {
  font-size: 90px;
  font-family: "Carnas-light";
  text-transform: uppercase;
}

.showcase-subtitle {
  font-size: 90px;
  text-transform: uppercase;
  font-family: "Carnas-bold";
}

#showcase-overlay {
  margin: auto;
  width: 1600px;
  height: 100vh;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

#showcase-content {
  position: relative;
  z-index: 2;
  font-family: 'Carnas-light';
  font-size: 70px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 13%;
}

.showcase-list .marinho-steel-button {
  margin-top: 50px;
}

.who-we-are {
  width: 100%;
  padding: 50px 20px;
}

.who-we-are-title {
  padding-top: 90px;
  color: #454545;
  border-bottom: 2px solid #e5e5e5;
  text-transform: uppercase;
  font-family: "Carnas-bold";
  font-size: 35px;
  padding-bottom: 35px;
  width: 90%;
}

.who-we-are-subtitle {
  font-size: 25px;
  color: #454545;
  font-family: "Carnas-bold";
  padding-top: 30px;
  width: 90%;
}

.who-we-are-text {
  font-size: 20px;
  color: #454545;
  font-family: "Carnas-light";
  padding-top: 20px;
  margin-bottom: 50px;
  width: 90%;
}

.who-we-are {
  width: 100%;
  padding: 100px;
}

.who-we-are-block {
  max-width: 1600px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.who-we-are-img-block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.who-we-are-img-block div {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}

.year-block {
  position: absolute;
  top: 40%;
  left: 40%;
  border: 5px solid #e2ad3b;
  width: 20% !important;
  background-color: #ffffff;
}

.year-block p {
  font-size: 35px;
  color: #454445;
  font-family: "Carnas-bold";
  padding: 30px;
  text-align: center;
}

.what-we-do-content-block .progressbar>p::after {
  z-index: 1;
  width: 32%;
}

/* end */
.what-we-do-block {
  width: 100%;
  padding: 100px;
  background-image: url("/assets/RESIZED PHOTOS/61773.jpg");
  background-position: center;
  background-size: cover;
}

.what-we-do-content {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.what-we-do-img-block {
  position: relative;
  justify-self: end;
  width: 348px;
  height: 454px;
}

.what-we-do-img1 {
  position: absolute;
  width: 400px;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/RESIZED PHOTOS/warehouse-metal-blank-electroplating-plant-metal\ \(4\).jpg");
}

.what-we-do-img2 {
  border: 5px solid #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  background-image: url("/assets/RESIZED PHOTOS/warehouse-metal-blank-electroplating-plant-metal\ \(1\).jpg");
  position: absolute;
  width: 400px;
  height: 600px;
  background-position: center;
  background-size: cover;
  top: 50%;
  margin-top: -60px;
  right: 150px;
}

.what-we-do-content-block {
  position: relative;
}

.what-we-do-title {
  padding-top: 90px;
  color: #454545;
  border-bottom: 2px solid white;
  text-transform: uppercase;
  font-family: "Carnas-bold";
  font-size: 35px;
  padding-bottom: 35px;
}

.what-we-do-subtitle {
  font-size: 25px;
  color: #454545;
  font-family: "Carnas-bold";
  padding-top: 30px;
}

.what-we-do-text {
  font-size: 20px;
  color: #454545;
  font-family: "Carnas-light";
  padding-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .who-we-are-block-img-block {
    display: none;
  }

  .year-block {
    display: none;
  }

  .what-we-do-content {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }

  .who-we-are-block {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .what-we-do-img-block {
    display: none;
  }
}

@media (max-width: 556px) {
  .who-we-are, .what-we-do-block {
    padding: 100px 70px;
  }
}

@media (max-width: 498px) {
  .who-we-are, .what-we-do-block {
    padding: 100px 50px;
  }
}