/* ------------------------------------------------------------------------------
@name: Custom Style
@description: If want custom style in here
--------------------------------------------------------------------------------- */

.career__content figure {
  position: relative;
  padding-bottom: 101.786%;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767.98px) {
  .career__content figure {
    margin-bottom: 32px;
    padding-bottom: 79.788%;
  }
}

.career__content figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career__content p {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  max-width: 511px;
  margin-bottom: 56px;
}

@media only screen and (max-width: 991.98px) {
  .career__content p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 48px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .career__content p {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 320px) {
  .career__content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.career__content p:last-child {
  margin-bottom: 0;
}

.career__content p:last-child a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  margin-left: 32px;
}

@media only screen and (max-width: 375px) {
  .career__content p:last-child a {
    margin-right: 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .career__content p:last-child a {
    margin-left: 10px;
    
  }
}

.career__content p:last-child a:hover {
  color: #ee4823;
}

/* projects */
.projects-empty p:last-child {
  margin-bottom: 0;
}

/* not found*/

.error404 .fadeOpacity {
	opacity: 1;
}

.not-found__inner {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
}
