.info{
    display: flex;
    width: 70%;
    height: 53vh;
    background-color: rgb(201, 216, 176);
    margin: auto;
    padding: 0.75vh 1.5vw;

    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.infophoto img{
    width: 30vw;
    height: auto;
    box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.2), -1vw -1vw 1vw rgba(0, 0, 0, 0.3);
}
.infophoto, .infotext{
    flex: 1;
}
.infotext{
    margin-right: 1.8vw;
}
.infotext h2
{   
    font-size: calc(3 * (1vw + 1vh)/2);
    text-align: center;
    margin-bottom: 4vh;
    color: rgb(66, 77, 64);

    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}
.infotext p{
    text-align: left;
    font-size: calc(2 * (1vw + 1vh)/2);
    line-height: 1.5;
    color: rgb(0, 0, 0);
    
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;

}