.main-content-wrapper {
    max-width: 1000px;
    align-self: center;
}

.grid-wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    justify-self: center;
}

@media (max-width: 1000px) {
    .grid-wrapper {
        grid-template-columns: 1fr;
    }
}

.left-column {
    display: flex;
    flex-direction: column;
    padding-right: 40px;
    justify-content: space-between;
}

.img-wrapper img {
    width: 100%;
}

.subtitle-wrapper {
    font-size: 0.9em;
}