.just-text{
  text-align: justify !important;
}

.namibia-md {
  font-size: 50px !important;
}
.namibia-lg {
  font-size: 70px !important;
  line-height: 77%;
}
.new-banner-text {
  font-size: 20px;
  max-width: 500px;
  font-weight: 400;
}
.banner-button-new {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.banner-button-new > .main-button-namibia{
  padding: 10px 30px;
}

.banner-button-new > .main-button-namibia:hover{
  background-color: white !important;
  color: #EE7E01;
}

.banner-button-new > .play-modal{
  background: white;
  border: 2px solid white;
  margin: 0;
  color: #EE7E01;
  padding: 10px 30px;
 }

 @media (max-width: 540px) {
  .banner-button-new{
    flex-direction: column;
  }
 }

.slant-box-namibia{
  color: #FFF !important;
}

.play-modal{
  display: flex;
  justify-content: center;
  margin: 0 20px;
  align-items: center;
  gap: 8px;
  padding: 5px 18px;
  border: 2px solid #EE7E01;
  cursor: pointer;
  background: #EE7E01;
}
.play-modal > p{
  padding: 0;
  margin: 0;
  color: white;
}

@media (max-width: 1000px) {
  .namibia-md {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .namibia-lg {
    font-size: 50px !important;
    line-height: 10px !important;
  }
}

@media (max-width: 760px) {
  .namibia-md {
    font-size: 20px !important;
  }
  .namibia-lg {
    font-size: 36px !important;
    line-height: 77%;
  }
  .new-banner-text {
    font-size: 16px !important;
  }
}

/* CAREERS */

.careers-box {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-namibia {
  min-height: 700px !important;
}

/* RESPONSIVENESS */

@media (max-width: 980px) {
  .container-namibia {
    min-height: 500px !important;
  }
}

@media (max-width: 600px) {
  .careers-box {
    min-height: 300px;
  }
  .img-fluidd {
    max-width: 60%;
  }
  .container-namibia {
    min-height: 400px !important;
  }
}

/* MEDIA */

.namibia-orange .helpful-tool-box {
  width: 176px;
  height: 151px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  transition: all 0.2s;
  margin: auto;
  margin-right: 1rem;
  border: 4px solid #ee7f0121 !important;
}

.namibia-md-width{
  max-width: 500px !important;
}

.namibia-md-width > .banner-heading{
  margin-top: 20px !important;
  line-height: 110%;
}

/* BOARD */

.namibia-position h6{
  color: #707070 !important;
}