main {
  /* background: url("https://www.teksystems.com:443/-/media/teksystems/images/banners/categories/technology-consulting-header.jpeg"); */
}
main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .presentation_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
}
main .presentation_area h1 {
  width: 900px !important;
  margin: auto;
  font-size: 90px !important;
  margin-top: 1rem;
}
.we_are_with {
  margin-bottom: 8rem;
}
.we_are_with > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.we_are_with > div img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.we_are_with .first_h {
  font-size: 25px !important;
  line-height: 30px;
}

.bg_grid_tech {
  background: url("https://www.teksystems.com/-/media/teksystems/images/banners/categories/technology-consulting-bottom.jpg");
}
.bg_grid_tech > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  align-items: center;
  min-height: 100vh;
}
.bg_grid_tech > div p {
  font-size: 18px !important;
  line-height: 30px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 25px;
  font-family: "Muller", sans-serif;
}
.bg_grid_tech > div h1 {
  margin-top: 1rem;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Muller", sans-serif;
}
.bg_grid_tech > div img {
  width: 100%;
}

/* investment_area */
.investment_area {
  padding: 8rem 0rem;
}
.investment_area h3 {
  text-transform: none;
  font-family: "Muller", sans-serif;
  color: #0095d3;
  text-align: left;
  margin-bottom: 10px;
}
.investment_area .common_width > h1 {
  font-size: 2.5rem;
  color: #333;
  font-family: "Muller", sans-serif;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: left;
  margin-bottom: 4rem;
}
.investment_area .grid_boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-top: 2rem;
}
.investment_area .grid_boxes .box {
  padding: 3rem;
  background-color: #eeeeee;
}

.investment_area .grid_boxes .box h1 {
  font-size: 2rem;
  color: #333;
  font-family: "Muller", sans-serif;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: left;
}
.investment_area .grid_boxes .box p {
  font-family: "Muller", sans-serif;
  font-size: 1.2rem;
  line-height: 1.25em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 2rem;
}
.investment_area .grid_boxes .box.grid_2 p {
  margin-top: 1rem;
}
.investment_area a {
  background-color: #c1d82f;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  color: #021a32;
  font-family: "MullerReg";
  margin-top: 2rem;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  main .presentation_area h1 {
    font-size: 30px;
    width: 100% !important;
  }
  .we_are_with > div,
  .bg_grid_tech > div,
  .investment_area .grid_boxes {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .we_are_with .first_h {
    font-size: 20px !important;
    font-weight: 600;
  }
  .bg_grid_tech > div p,
  .bg_grid_tech > div h1 {
    font-size: 15px;
    font-weight: 500;
  }
  .bg_grid_tech > div {
    height: unset;
    padding-bottom: 6rem;
  }
  .investment_area .common_width > h1 {
    font-size: 25px;
  }
  .investment_area .grid_boxes .box h1 {
    font-size: 22px;
  }
  .investment_area .grid_boxes .box p {
    font-size: 15px;
  }
  .investment_area .grid_boxes .box {
    padding: 1.5rem;
  }
}
