/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/about-me/about-me.scss ***!
  \************************************************************************************************************************************/
.about-me {
  padding-top: 35px;
  position: relative;
}
.about-me .container {
  position: relative;
  z-index: 1;
}
.about-me__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .about-me__bg {
    display: block;
    position: absolute;
    top: 50%;
    right: -0.1px;
    transform: translateY(-50%);
    max-height: 520px;
    pointer-events: none;
    z-index: 0;
  }
}
.about-me__subtitle {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #dbac64;
  gap: 12px;
  font-family: "Krub", sans-serif !important;
}
.about-me__subtitle-line {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #dbac64;
}
.about-me__hero {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}
.about-me__hero-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.about-me__hero-title::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #dbac64;
  margin: 17px auto 0;
}
.about-me__hero-subtitle {
  font-size: 16px;
  line-height: 1.6;
}
.about-me__content {
  display: flex;
  align-items: center;
  gap: 70px;
  max-width: 1000px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .about-me__content {
    flex-direction: column;
    text-align: center;
  }
}
.about-me__image {
  flex: 1 1 50%;
}
.about-me__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .about-me__image img {
    aspect-ratio: 3/3;
    object-fit: scale-down;
  }
}
.about-me__text {
  flex: 1 1 50%;
}
.about-me__subtitle {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #dbac64;
  gap: 12px;
  margin-bottom: 16px;
}
.about-me__subtitle-line {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #dbac64;
}
.about-me__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #000;
}
.about-me__description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify !important;
}
.about-me__description--secondary {
  margin-bottom: 30px;
}
.about-me__button {
  display: inline-block;
  padding: 12px 39px;
  background-color: #fff;
  color: #dbac64;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.6s ease;
  margin-top: 26px;
  border: 1px solid #dbac64;
}
.about-me__button:hover {
  background-color: #dbac64;
  color: white;
  text-decoration: none;
  border: 1px solid #dbac64;
}

/*# sourceMappingURL=about-me.css.map*/