@charset "UTF-8";
.wrapper{
    width: 70%;
    margin: 0 auto;
}
.wrapper p{
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-top: 10px;
}
.content{
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
}
.content h3{
    position: absolute;
    top: 50%;
    margin-left: 5%;
    transform: translate(0,-50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
}
h4{
    color: #207c51;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.picture{
    display: flex;
    justify-content: space-between;
}
.picture img{
    width: 49%;
}