@charset "utf-8";
/* CSS Document */
.row-strategic-box {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  font-size: 17px;
  border: 1px solid #cccccc;
}
.tabs-items {
  position: relative;
  display: block;
  background-color: #dfdfdf;
}
.row-strategic-box .img-fill {
  max-height: 300px;
  object-position: left 10%;
}
.row-strategic-box .nav-link {
  flex: 1 0 auto;
  color: black;
  border-radius: 0;
  background-color: rgb(250 250 250 / 85%);
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid white;
  padding: 20px 4px;
}
.row-strategic-box .nav-link.active, .row-strategic-box .nav-link:hover {
  background-color: rgba(185, 207, 22, 1);
  color: white
}
@media (min-width:576px) {
  .row-strategic-box .img-fill {
    max-height: 350px;
  }
}
@media (min-width:768px) {
  .tabs-items {
    position: absolute;
    display: flex;
    justify-content: end;
    height: 100%;
    z-index: 1;
    background-color: transparent
  }
  .row-strategic-box .img-fill {
    max-height: initial;
  }
  .row-strategic-box .nav-link {
    flex: 1 0 auto;
    margin: 3px 6px;
    width: auto;
    padding: 5px 20px;
  }
  .row-strategic-box .nav-link {
    border: none;
  }
}