.gio-div {
  text-align: center;
  /*border-top: 6px solid rgb(186 189 254);*/
}

.gio-div h3 {
  border-bottom: 6px solid rgb(186 189 254);
  display: inline;
}

#partnerMap {
  border: solid 1px black;
  width: 60%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 350px;
  min-width: 441px;
  min-height: 348px;
}

#gioMap {
  padding-left: 100px;
}

.odd-team {
  margin-top: 150px;
}

.ht-team-member {
  margin-bottom: 0px !important;
}

.g-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .odd-team {
    margin-top: 0px;
  }
}

/*career page*/

#career-header {
  /*border-color: #e4e8f6;*/
  background-color: white;
  -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
  box-shadow: 0 10px 15px rgba(175, 13, 13, 0.05);
  z-index: 10;
  position: sticky;
  top: 0px;
}

#career-header img {
  width: 200px;
  padding: 10px 0 10px 0px;
  margin-left: 60px;
}

#career-banner {
  background-image: url(../images/career.webp);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  padding-top: 136px;
  padding-bottom: 131px;
  background-size: cover;
  z-index: 1;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#career-banner-container a {
  font-size: 20px;
  position: relative;
}

#career-banner-container a:hover span {
  width: 76px;
}

#career-banner-container a span {
  border-bottom: solid 3px blue;
  position: absolute;
  width: 0px;
  top: 40px;
  left: 2px;
  transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -webkit-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

#career-title {
  height: auto;
  padding-top: 20px;
  background-color: white;
  /*z-index: 2;*/
  padding-left: 20%;
  padding-right: 20%;
  text-align: justify;
  text-justify: inter-word;
}

#footer-fake {
  background-color: white;
  height: 150px;
}

#table-container {
  width: 70%;
  margin: auto;
  margin-top: 60px;
  display: flex;
  min-height: 120px;
}

.left-pane {
  flex: 1;
}

.right-pane {
  flex: 3;
}

.cv-main {
  font-size: 24px;
}

.cv-cv {
  font-size: 46px;
}

@media only screen and (max-width: 767px) {
  #career-title h3 {
    font-size: 16px !important;
  }

  #table-container {
    flex-direction: column;
  }

  .right-pane {
    margin-top: 20px;
  }

  .cv-main {
    font-size: 14px;
  }

  .cv-cv {
    font-size: 32px;
  }
}
