main .plan{
    max-width: 1200px;
    margin: auto;
    padding: 5vh;
    position: relative;
    margin-top: 5vh;
    border-radius: 1vh;
    margin-bottom: 5vh;
    display: flex;
    flex-direction: column;
    gap: 2vh ;
    min-height: 75vh;
}
main h2{
    font-size: 2.5vh;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.003em;
    border-bottom: 0.25vh solid #c5ab63;
}
main span{
    line-height: 24px;
    font-weight: 400;
}