/*--------------------------------------------------------------
# About Page Styles
--------------------------------------------------------------*/

.about {
  width: 100%;
  margin: auto;
  align-items: center;
}

.about .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  align-items:center;
  text-align: justify;
  position:relative;
  max-width: 75vw;
}

.about-content {
  text-align: justify;
  margin: auto 2rem;
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 75vw;
}


.about .image-profile {
  position: relative;
  margin: auto;
  padding: 2rem;
  transition: transform 0.3s ease;
}

.about p {
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  text-align: justify;
}
.about h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.about h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.about h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.about h5 {
  font-size: 1.5rem;
  text-align: center;
}

.about h6 {
  font-size: 1.37rem;
  text-align: center;
}

.about .bringing1 {
  font-size: 1.375rem;
  line-height: 1.8;
  margin: 2rem;
  font-style: oblique;
  color: var(--heading-color);
  font-weight: 600;
  text-align: center;
}

.about .bringing {
  font-size: 1.375rem;
  line-height: 1.8;
  margin: 2rem auto;
  font-style: oblique;
  color: var(--heading-color);
  font-weight: 500;
  text-align: justify;
  width: 100%;
}

.about .image-mountain {
  margin: 2rem 0;
  position: relative;
  place-items: center;
  width: 100%;
}

/* About Values Section */
.about-values {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-values .service-item {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 1.25rem rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.about-values .service-item:hover {
  transform: translateY(-0.313rem);
}

.about-values .icon {
  font-size: 2rem;
  color: var(--accent-color);
}

.about-values .bi {
  font-size: 2rem;
  color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .how-work {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
}

.about .btn-text {
  padding-top: 1.875rem;
  font-style: italic;
  color: var(--heading-color);
}

.service-details dl {
  padding-left: 1.5rem;
  list-style: none;
  font-family: var(--default-font);
  font-size: 1.25rem;
}

.service-details dl dt {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  color: var(--accent-color);
  font-weight: 500;
}

.service-details dl dt::before {
  content: "\f633";
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  color: var(--accent-color);
}

.service-details.list-icons dl dt::before {
  content: none !important;
}

.imagenes-membership {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}

.imagen-estilo {
  height: 100px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .about .row > div {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 768px) {
  .about-content {
    font-size: 1rem;
    padding: 0 0.938rem;
  }
}