.plan
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 3vw;
}

.plan img
{
    margin: 3vw 6vw;
    max-width: 1080px;
}

.download-plan
{
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px;
}