main {
    display: flex;
    flex-direction: column;
    background: var(--bgc-card) url(images/bgs/bg-about.png);
    justify-content: center;
    height: 400px;
    border-radius: 3rem;
    text-align: center;
}

.why--lf__text,
.target--lf__txt {
    display: flex;
    gap: 10px;
    flex-grow: 2;
    padding: 1rem 3rem;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.target {
    display: flex;
    background: var(--bgc-card);
    border-radius: 3rem;
    justify-content: space-between;
    align-items: center;
}

.target--lf {
    display: flex;
    justify-content: center;
    flex-grow: 2;
}

.why {
    display: flex;
    background: var(--bgc-card);
    border-radius: 3rem;
    justify-content: space-between;
    align-items: center;
}

.why--lf {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-grow: 2;
}

img {
    display: flex;
    max-height: 400px;
    max-width: 500px;
    border-radius: 3rem;
}