.t02s {
    transition: 0.2s ease-in-out;
}

.h {
    cursor: pointer;
}

#about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#about .about-content {
    max-height: calc(100dvh - 50px);
}

#about .about-text {
    text-align: center;
    color: white;
    padding: 0 16px;
}

#about h2 {
    font-size: 48px;
}

#about p {
    font-size: 28px;
}
@media (max-width: 1799px) {
    #about h2 {
        font-size: 32px;
        margin: 24px 0;
    }

    #about p {
        font-size: 28px;
    }
}
@media (max-width: 1600px) {
    #about h2 {
        font-size: 32px;
        margin: 24px 0;
    }

    #about p {
        font-size: 24px;
    }
}
@media (max-width: 1366px) {
    #about h2 {
        font-size: 32px;
        margin: 24px 0;
    }

    #about p {
        font-size: 24px;
    }
}
@media (max-width: 1023px) {
    #about h2 {
        font-size: 36px;
        margin: 24px 0;
    }

    #about p {
        font-size: 16px;
    }
}
