.fv{
    background-image: url(../images/plants-images/DSC_3582-0323zubotty_TP_V.jpg);
    background-size: cover;
    min-height: 400px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3em;
    .contents{
        color: white;
        background-color: rgba(0,0,0,0.35);
        display: flex;
        flex-direction: row-reverse;
        align-items: end;
        padding: 1em clamp(10px,2vw,20px);
        border-radius: clamp(5px, 1vw, 10px);
        .title{
            height: 100%;
            max-height: 400px;
            font-size: clamp(20px,5vw,30px);
            font-weight: 400;
        }
    }
}
.about{
    padding: 3em clamp(24px,3vw,36px);
    .container{
        max-width: var(--container-size);
        margin-left: auto;
        margin-right: auto;
    }
    .contents{
        .content{
            p{
                margin: 0;
                padding: 0;
            }
        }
    }
    .sign{
        text-align: right;
    }
}
