.summary{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: auto;
    padding: 40px 20px;
    background-color: white;
}
.summary .writeUp{
    width:50%;
}
.summary .writeUp p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.0em;
}
.summary .writeUp span{
    font-size: 14px;
    line-height: 1.0em;
}
.summary img{
    width: 300px;
    height: 150px;
    margin: 0 20px;
}