.page-title {
    font-size: 1.4em;
    font-weight: 900;
    width: 100%;
    text-align: left;
}
.amrite-about {
    display: flex;
    flex-direction: column;
    gap: 35PX;
    margin: 3vw auto;
    align-items: center;
    color:#fff;
}

.about-hero {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    border: 2px solid;
    padding: 40px;
    border-style: groove;
    border-color: rgba(255, 255, 255, 0.2);
}

.about-hero img {
    width:500px;
    height:auto;
    filter: invert(1);
}

.about-hero p {
    text-align: justify;
    color: #fff;
    font-weight: 400;
    font-size: 0.9em;
}

.about-heading {
    display: flex;
    flex-direction: column;
    gap:10px;
}

.about-heading h2 {
    font-size: 1.2em;
    font-weight: 700;
}

.about-heading p {
    font-size:0.9em;
    font-weight: 400;
}