:root {
  --primari-color: #027aeb;
  --primari-secend-color: #729304;
  --primari-gray-color: #b3b3b3;
  --primari-black-color: #424242;
}

#career .career_top {
  width: 100%;
  height: 40vh;
  background: gold;
  color: white;
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7176470588), rgba(0, 0, 0, 0.4392156863)), url(https://images.pexels.com/photos/7191994/pexels-photo-7191994.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
#career .career_top h1 {
  font-size: 3vw;
  text-transform: capitalize;
  font-family: "PT Serif", serif;
}
#career .career_top p {
  font-size: 1vw;
  line-height: 170%;
  color: rgb(226, 226, 226);
  text-transform: capitalize;
  letter-spacing: 3px;
  font-weight: 300;
}
#career .career_top img {
  width: 50px;
  margin: auto;
}
#career .career_bottom {
  width: 100%;
}
#career .career_bottom .titelh,
#career .career_bottom span {
  text-align: center;
  text-transform: capitalize;
  font-size: 45rem;
  font-weight: 500;
  padding: 50px 0;
  color: #003261;
}
#career .career_bottom .titelh span,
#career .career_bottom span span {
  color: var(--primari-color);
}
#career .career_bottom .item {
  display: flex;
  justify-content: space-between;
  padding: 50px 40px;
  align-items: start;
  width: 80%;
  margin: 50px auto;
  border-radius: 30px;
  box-shadow: 0 0 80px rgb(221, 221, 221);
  transition: 0.2s;
}
#career .career_bottom .item:hover {
  transform: scaleX(1.01);
}
#career .career_bottom .item .left {
  width: 25%;
}
#career .career_bottom .item .right {
  width: 20%;
  text-align: right;
}
#career .career_bottom .item .center {
  width: 50%;
}
#career .career_bottom .item .center p {
  line-height: 200%;
}
#career .career_bottom .item .ic p {
  font-size: 17rem;
  color: #5a5a5a;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}
#career .career_bottom .item .ic p i {
  font-size: 17rem;
  padding-right: 5px;
}
#career .career_bottom .item .ic h2 {
  font-size: 22rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #003261;
  text-wrap: nowrap;
}
#career .career_bottom .item .ic h2 i {
  font-size: 25rem;
  padding-right: 15px;
  color: var(--primari-color);
}
#career .career_bottom .item .ic a {
  color: white;
  background-color: var(--primari-color);
  padding: 10px 50px;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  border-radius: 30px;
}
#career .career_bottom .item .left .bottom {
  display: flex;
  padding: 10px 0;
  gap: 30px;
}

@media (max-width: 768px) {
  #career {
    padding: 0;
    margin: 0;
  }
  #career .career_top {
    background-size: cover;
    background-position-y: -300px;
    background-position-x: 50%;
  }
  #career .career_top h1 {
    font-size: 10vw;
  }
  #career .career_top p {
    font-size: 5vw;
    padding: 10px;
  }
  #career .career_top img {
    width: 50px;
    margin: auto;
  }
  #career .career_bottom {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #career .career_bottom .titelh,
  #career .career_bottom span {
    font-size: 25rem;
    padding: 20px 0;
  }
  #career .career_bottom .item {
    flex-direction: column;
    padding: 30px 10px;
    width: 95%;
    margin: 0px auto;
    margin-bottom: 30px;
  }
  #career .career_bottom .item .left {
    width: 100%;
  }
  #career .career_bottom .item .right {
    width: 100%;
  }
  #career .career_bottom .item .center {
    width: 90%;
    margin: 25px auto;
    text-align: justify !important;
  }
  #career .career_bottom .item .ic {
    text-align: center;
  }
  #career .career_bottom .item .ic a {
    margin-top: 10px;
  }
  #career .career_bottom .item .left .bottom {
    padding: 0px 0;
    justify-content: center;
    margin-top: 10px;
  }
}/*# sourceMappingURL=career.css.map */