.about-container {
    column-gap: 64px;
    margin-bottom: 192px;
}

.about-phrase {
    /* width: 576px; */
    padding: 0px 28px 0px 0px !important;
}

.about-phrase>h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    color: black;
    line-height: 72px;
    margin-bottom: 0rem;
}

.about-img {
    margin-top: 58.72px;
    height: 368px;
}

.about-us-content {
    /* width: 544px; */
    padding: 0px 0px 0px 36px !important;
}

.about-us-content>p {
    font-size: 18px;
    color: black;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
}

@media (max-width: 1198px) {
    .change-text-about {
        text-align: center;
    }
    .about-img {
        margin-bottom: 40px;
    }
    .about-phrase {
        /* width: 576px; */
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-us-content {
        /* width: 544px; */
        padding: 0px !important;
    }
}