.about-hero {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    /* background: linear-gradient(180deg, #a388c7, transparent); */
}

.about-hero h1 {
    font-size: 5rem;
    margin: 0;
}

.about-hero p {
    font-size: 3rem;
    opacity: 0.8;
    margin-top: 0;
}

.about-block:nth-child(even) {
    background: transparent;
}

.page-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.page-content p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 0px;
}

.page__container {
    width:100%;
    height: 100%;
    padding: 30px;
    background-color: #27244785;
    padding-bottom: 0px;
    backdrop-filter: blur(10px);
    border-radius: 40px;
}

/* Quote */
.about-quote {
    text-align: center;
    font-size: 2rem;
    padding: 40px 0px;
    padding-bottom: 50px;
    /* background: rgba(255,255,255,0.05); */
}

.intro__visual {
  /* flex: 1; */
  /* height: 550px; */
  background: rgba(255,255,255,0.1);
  border-radius: 30px;
  overflow: hidden;
  max-width: 320px;
  max-height: 400px;
}

.intro__visual img {
  
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.page-content {
    padding: 100px 25vw;
    padding-top: 0px;
}

.intro__container {
  display: flex;
  /* align-items: center; */
  gap: 60px;
  justify-content: center;
}
