.about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vh;

    width: 35vw;
    height: 25vh;
}

.main-pitch{
    font-size: 30px;
    font-weight: 500;
}

.catcher{
    font-size: 24px;
    font-weight: 500;
}

@media(max-width: 768px) {
    .about{
        width: 90vw;
        height: 50vh;
    }
    .main-pitch{
        font-size: 26px;
        font-weight: 500;
    }
}