.about {
    display: none;
    overflow-y: hidden !important;
    pointer-events: auto;
    margin-top: 20px;
}

.about img {
    margin-bottom: 32px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}

.about img:hover {
    transform: scale(95%);
}

.about p {
    margin: 0 auto;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}