.about {
    padding-top: 200px;
    text-align: center;
}

.page-title {
    text-align: center;
    position: relative;
    display: inline-block;
    font-family: "Literata", serif;
}

.page-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #A96C6E;
    margin-top: 6px;
}


.about-content {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-img {
    width: 40%;
}

.about-text {
    text-align: left;
    width: 40%;
}

.about-text p {
    line-height: none;
    margin: 0 auto;
}